
/*==========================================================
    Template Name: Mim Personal Portfolio Template
    Created By: RegalTheme
    Envato Profile: https://themeforest.net/user/regaltheme
    Website: http://regaltheme.com
    Description: Mim is Fully Responsive Personal Portfolio Template with awesome features.
    Version: v1.1
    Support: http://regaltheme.com/support
============================================================*/


/* google fonts
========================== */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400&display=swap');

/* css files 
====================== */
@import url('assets/css/bootstrap.min.css');
@import url('assets/css/material-design-iconic-font.min.css');
@import url('assets/css/slick.min.css');
@import url('assets/css/jquery.fancybox.css');
@import url('assets/css/style.css');
@import url('assets/css/responsive.css');


/*sort*/
.fullscreen-video {
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: -10;
}

.header-style-1 {
    background-color: rgba(245, 245, 245,50%);
}

#copied,#sent{
  margin:10px;
  bottom: 60px;
  position:fixed;
  opacity:0.9;
  display:none;
  z-index:9999;
  color:#7b7b7b;
  border:1px solid rgb(206, 206, 206);
  padding:10px;
}

.introtext{
    padding:20px;
    background:rgba(245, 245, 245,60%);
}

.textlink {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    text-decoration: underline;
}
.textlink:hover{
    color:inherit;
    text-decoration: underline;
    font-weight: bolder;
}

/*    VIDEO     */*
.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
