@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Anton');

header video {
  width: 100%;
}
svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
svg text {
  font-family: Anton, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
svg rect {
  fill: White;
}
svg > rect {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}
.cover{
    width:100%;
    text-align: left;
    position: relative;
}
.wrap {
  width: 400px;
  height: 300px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

#subheader{
  margin: 0;
  font-size: 3vw;
  font-family: Roboto;
  text-align: center;
  color: white;
  background-color: black;
  position: static;
}
#accent{
  color:#39B38A;
}

#name {
  margin: 0;
  font-size: 24vw;
  text-transform: uppercase;
  font-family: Anton, sans-serif;
}

.dark video {
  mix-blend-mode: darken;
}

@media (min-width: 400px) {
    p{font-size: 10px;}
    .name{
        font-size: 9vh;
    }
    .title{
        font-size: 2vh;
    }
    .banner{
        top: 1vh;
        right: 1vh;
    }
}

@media (min-width: 600px) {
    p{font-size: 12px;}
    .name{
        font-size: 11vh;
    }
    .title{
        font-size: 4vh;
    }
    .banner{
        top: 1vh;
        right: 1vh;
    }
    .desc{
      padding-top: 20%;
    }

}

@media (min-width: 978px) {
    p{font-size: 14px;}
    h1{
        font-size: 60px;
    }
    .name{
        font-size: 18vh;
    }
    .title{
        font-size: 5vh;
    }
    .banner{
        top: 7vh;
        right: 3vh;
    }
}

@media (min-width: 1200px) {
    p{
        font-size: 17px;
    }
    h1{
        font-size: 100px;
    }
    .name{
        font-size: 21vh;
    }
    .title{
        font-size: 6vh;
    }
    .banner{
        top: 10vh;
        right: 5vh;
    }
}

h1{
    font-family: Anton;
}
.background{
    display: block;
    background: black;
    width: 100%;
    height: auto;
}

.banner{
    text-align: right;
    position: absolute;
}

html, body{
    background-color: #F9F9F9;
}

p{
    font-family: Roboto;
    font-weight: 100;
}
.firstLetter{
    font-size: 30px;
    font-weight: 400;
}

.wrapper {
    display: flex;
    align-items: stretch;
    perspective: 1500px; /* Define how many pixels the sidebar is placed from the view. */
}
.navbar-btn{
    width: 50px;
}

.menu-top, .menu-mid, .menu-bot {
  width: 50px;
  height: 6px;
  background-color: black;
  border-radius: 3px;
  margin: 6px 0;
  transition: 0.4s;
}

#sidebar {
    min-width: 100px;
    max-width: 100px;
    height: 100%;
    margin-left: -100px;
    background: rgba(0, 0, 0, 0.0);
    color: black;;
    transition: all 0.6s cubic-bezier(0.945, 0.320, 0.570, 0.665);
    transform: rotateY(-150deg);
    transform-origin: center left; /* Set the transformed position of sidebar to center left side. */
}

#sidebar.active {
    margin-left: 0px;
    transform: none;
}

@media (max-width: 768px) {
    #sidebar {
        transform: rotateY(-150deg);
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
    }
}

.change .menu-bot {
  background-color: rgba(4, 183, 219, 0.71);
  -webkit-transform: rotate(45deg) translate(-10px, -9px);
  transform: rotate(45deg) translate(-9.5px, -9px);
}
.change .menu-container {
  -webkit-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.change .menu {
   -webkit-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}
.change .menu-top {
  background-color: rgba(0, 194, 145, 0.71);
  -webkit-transform: rotate(-45deg) translate(-10px, 9px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .menu-mid {opacity: 0;}

.components{
    text-align: left;
    margin-left: 10px;
    text-align: center;
}
li{
    font-family: Anton;
    margin: 1vh 1vh;
}
a{
    color:black;
    text-decoration: none;
    transition: color 0.5s ease;
}
a:hover{
    color:rgba(4, 183, 219, 0.71);
    text-decoration: none;
}
div {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -user-select: none;
}
.menu-style{
}

#home:before{
    content:'\f015';
    font-family:"Font Awesome 5 Pro";
    font-size:50px;
    font-weight: 100;
}
#me:before{
    content:'\f05a';
    font-family:"Font Awesome 5 Pro";
    font-weight: 100;
    font-size:50px;
}
#work:before{
    content:'\f1ad';
    font-family:"Font Awesome 5 Pro";
    font-weight: 100;
    font-size:50px;
}
#pro:before{
    content:'\f390';
    font-family:"Font Awesome 5 Pro";
    font-weight: 100;
    font-size:50px;
}
#social:before{
    content:'\f2b9';
    font-family:"Font Awesome 5 Pro";
    font-weight: 100;
    font-size:50px;
}

.contact{
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.fa-instagram{
  text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(
   circle at 0% 100%,
	  rgba(254,211,115,1) 4%,
	  rgba(242, 72, 60, 0.7) 30%, rgba(217,46,127,.75) 31%, rgba(155,54,183,.90) 42%, #515ECF 50%,
	  black 50%);
	  background-size: 276% 100%;
	  background-position: 100%;
}

#con:hover{
  transition: all 0.5s cubic-bezier(0.5, 0.000, 0.230, 0.9);
  background-position: 0%;
}


.fa-facebook-f{
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    60deg,
	  rgba(59, 89, 152, 0.9),
	  rgba(59, 89, 152, 1), 50%,
	  black 50%);
    background-size: 400% 100%;
	background-position: 100%;
}

.fa-linkedin{
   text-decoration: none;
   margin-left: 5%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    60deg,
	  rgba(0, 119, 181, 0.9),
	  rgba(0, 119, 181, 1), 50%,
	  black 50%);
	  background-size: 300% 100%;
	  background-position: 100%;
}

.fa-twitter{
   text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
   60deg,
	  rgba(0, 132, 180, 0.9),
	  rgba(0, 132, 180, 1), 50%,
	  black 50%);
	  background-size: 300% 100%;
	  background-position: 100%;
}
.fa-at{
   text-decoration: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
   60deg,
	  rgba(255, 97, 0, 0.8),
	  rgba(255, 97, 0, 0.9), 50%,
	  black 50%);
	  background-size: 300% 100%;
	  background-position: 100%;
}

.social{
  display:inline;
  margin-right:  10%
}

.desc{
  font-family: Roboto;
  font-size: 18px;
  text-align: center;
  padding-left: 2%;
}

#title{
  text-align: center;
  color: Black;
  margin-bottom: 2%;
}

.try{
  font-size: 40px;
  color: rgba(0, 194, 145, 0.6);
}

.Exp-title{
  color: 000;
}

.subTitle {
  color: #5CB08D;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project {
    display: none;
    font-size: 45px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    padding-top: 30%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: 100%;
    cursor: pointer;
    /*text-decoration: none;*/
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 45%;
    margin: 20px;
    height: 400px;
    width: 100%;
    overflow: hidden;
    position: relative;
    float: left;
    display: inline-block;
    cursor: pointer;
}
.bg-one {
  background-image: url('../PNG/mtl.jpg');
}
.bg-two {
  background-image: url('../PNG/Weather.jpg');
}
.bg-three {
  background-image: url('../PNG/food.jpg');
}
.bg-four {
  background-image: url('../PNG/music.jpg');
}

#workM{
  margin-top:5%;
}
.footer{
  text-align: center;
}

.hgroup{
  font-size: 10vw;
  font-weight: bold;
  font-family: Anton;
}
