@font-face{
font-family: "Avenir";
  src: url("/HomeAssets/Fonts/Avenir-Light-07.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;}

@font-face{
font-family: "Avenir";
  src: url("/HomeAssets/Fonts/AvenirLTStd-Heavy.otf") format("truetype");
  font-weight: bold;
  font-style: normal;}

@font-face{
    Font-Family: "Gilroy";
    src: url("/HomeAssets/Fonts/Gilroy-Bold.ttf")}
@keyframes slideInFromRight {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
-webkit-@keyframes slideInFromRight {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}

body, html, #container{
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: 0;
    overflow-x: hidden;
}
#progress{
    text-align: center;
    font-family: "Gilroy";
}
#container{
position: relative;
  min-height: 100vh;
    padding-bottom: 300px;
}
/*navigation*/
header{
left: 0;
right: 0;
}
.nav {
    border: solid 20px white;
    height: 100px;
    background-color:#FF9800;
    line-height: 100px;
    position: fixed;
    z-index: 500;
    right: 0;
    left: 0;
    top: 0;
}
.menu{
    width: auto;
    display: flex;
    padding-left: 40%;
    margin-right: 20px;
    justify-content: space-between;
}
.menu a {
    clear:right;
    text-decoration: none;
    margin: 0 5px;
    font-family: "Gilroy";
    font-size: 2em;
    color: white;
    line-height: 100px;
}
label{
    margin: 0 40px 0 0;
    font-size: 40px;
    line-height: 100px;
    display: none;
    width: 26px;
    float: right;
}
#toggle {display: none;} 

.logoblock {
    width: 20%;
    max-width: 300px;
    position: fixed;
    z-index: 400;
    top: 170px;
    height:auto;
    max-height: 600px;
    margin-left: 20px;     
    border-style: solid;
    border-width: 5px;
    border-color:#FF9800;
    }  
.logoblock img:hover{
background-color:rgba( 255, 152, 0, .1);
    transition: all 200ms ease-in-out; 
    -webkit-transition: all 200ms ease-in-out;
}
.logoblock img {width: 100%;
}   
.logoblock h2 {
    width: 100%;
    font-size: 2.2vw;
    text-align: center;
    font-family: "Avenir";
    font-weight: bold;
    }   
.logoblock p {
    width: 80%;
    margin: 0 auto;
    font-size: 1vw;
    text-align: center;
    font-family: "Avenir";
    font-weight: normal;
    line-height: 3vw;
    padding-bottom: 20px;
    }


/* end navigation*/

/*content styling*/

.content{
    position: relative;
top: 170px;     
    height: 100%;
padding-bottom: 50px;    
}
.spacer{
    position: relative;
margin-left: 27%;
right: 0px;
}

#first{
width: 100%;
    position: relative;
    height: 10vw;
    background-color:#EE6316;
    font-family: "Gilroy";
    color: White;
    margin-bottom: 50px;
}
#second{
width: 100%;
    position: relative;
    height: 10vw;
    background-color:#EE6316;
    font-family: "Gilroy";
    color: White;
    margin-bottom: 50px;
}
#hello{
  font-size: 8vw;
    margin: 0;
    position: absolute;
    bottom: -2.1vw;
    left: -1vw;
    animation: 2s ease-out 0s 1 slideInFromRight;   
}
#slidertwo{
  font-size: 8vw;
    margin: 0;
    position: absolute;
    bottom: -2.1vw;
    left: -1vw;
    animation: 2s ease-out 0s 1 slideInFromRight;  
    animation-delay: 2000ms;
    animation-fill-mode: both;
}
#freelance{
  font-size: 8vw;
    margin: 0;
    position: absolute;
    bottom: -2.1vw;
    left: -1vw;
    animation: 2s ease-out 0s 1 slideInFromRight;   
}
#opening{
display: flex;
flex-flow: row wrap;
    height: 100%;
    margin-bottom: 100px;
}
#para {
    font-family: "Avenir";
    display: inline-flex;
    flex-direction: column;
    overflow:auto;
    vertical-align: top;
    width: 40%;
    margin: 30px 0 0 0;
}
#para span{
    font-size: 1.6em;
    color:#EE6316;
}
#masonimage{
 position: relative;
    object-fit: cover;
    margin: 50px 0 0 10%;
    width: 40%;
    height: auto;
    vertical-align: top;
}
.twitchBlock{
position: relative;
    height: 7vw;
    background-color:#EE6316;
    font-family: "Gilroy";
    Color: White;
}
.twitchBlock h2{
 font-size: 6vw;
    margin: 0;
    position: absolute;
    bottom: -1.6vw;
    left: -.8vw;
    animation: 2s ease-out 0s 1 slideInFromRight;
    animation-fill-mode: both;
    animation-delay: 2000ms;
}
#twitchWork{
    margin-top:30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.left{
    display: block;
width: 50%;
}

#puppers{
max-width: 100%;
margin-bottom: 20px;
}
#hex{
max-width: 100%;    
margin-bottom: 20px;

}
#flanken{
border-style: solid;
border-width: 2px;
border-color: black;
}
.video-container { position: relative; width: 100%; padding-bottom: 56.25%; margin-top: 50px;}

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 95%; height: 95%; }

.right{
width: 45%;
}
.left video{
    margin-top: 1vw;
    margin-bottom: 5px;
    width: 100%;    
}
.right h2{
    font-family: "gilroy";
    margin: 5%;
    font-size: 2.5em;
    color:#EE6316;
}
.right p{
    font-family: "Avenir";
    margin-left: 5%;
    font-size: 1em;
    margin-bottom: 1vw;
    width: 80%;
}
a{
    margin: 0;
    padding: 0;
    list-style: none;
}

#grid1{
    display: flex;
    flex-wrap: wrap;
    width: auto;

}

#grid1 a img{
    width: 14vw;
  margin: .5vw;
}

/*=========
end content styling
==========*/
/*======
footer styling
========*/
#footer{
    position: relative;
    display: flex;
    justify-content: space-around;
   bottom:0;
   width:100%;
    height: 80px;
    background-color:#FF9800;
}
#footer a img{
height: 80%;
margin-top: 10%;

 
}
#footer a{
 height: 100%; 

}
/*end footer styling*/
/*schoolworks styling*/
.anim{
   display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
    margin-bottom: 80px;
}
.anim video{
    width: 40%;
    margin: 20px;
}
#brandWork{
font-size: 7vw;
    margin: 0;
    position: absolute;
    bottom: -2vw;
    left: -.8vw;
    animation: 2s ease-out 0s 1 slideInFromRight;
    animation-fill-mode: both;
    animation-delay: 2000ms;
}
.row1{
width: 100%;
    position: relative;
display: flex;

}
#buffer{
height: 100px;
}
.row1:after {
  content: "";
  display: table;
  clear: both;
}
.col-left{
width: 50%;
}
.col-right{
width: 50%;
}
.col-left2{
width: 33.333%;
}
.col-middle{
width: 33.333%;
}
.col-right2{
width: 33.333%;
}
.gallery img{
width: 90%;
margin: 10px 0 10px 0;
border: solid 4px #ff9800;
}
.thumb-group{
width: 90%;
    
    
}
.web-thumb{
width: 100%;
    filter: grayscale(100%) blur(1px);
}
.web-thumb:hover{
    filter: grayscale(0%) blur(0);
    
transition: all 250ms ease-in-out;
}

.subtitle{
font-family: "Gilroy";
display: block;
font-size: 2.4vw;
    color: #fff;
position: relative;
top: 10vw;
text-align: center;
z-index: 200;
height: 0;
text-shadow: 2px 2px 6px #000000;
}
/*end schoolworks styling*/
/* contact styling*/
.contact-bar{
position: relative;
    height: 12vw;
    background-color:#EE6316;
    font-family: "Gilroy";
    Color: White;
}
#contactTitle{
font-size: 10vw;
    margin: 0;
    position: absolute;
    bottom: -2.8vw;
    left: -.8vw;
    animation: 2s ease-out 0s 1 slideInFromRight;
    animation-fill-mode: both;
    animation-delay: 2000ms;
}
.info{
    width: 50%;
    font-family: "Avenir";
    margin-bottom: 80px;
}
.info p span{
    color: #EE6316;
    font-size: 1.6em;
}
.info p{
    display: block;
    margin: 0px 20px;
}
#humphrey{
font-family: "gilroy";
    font-weight: 1000;
    list-style: none;
}#humphrey::before{
    content: "\2709";
    margin-right: 5px;
}
#clyde{
font-family: "gilroy";
    font-weight: 1000;
    list-style: none;
}
#clyde::before{
    content: "\0040";
    margin-right: 5px;
}
#clyde a{
text-decoration: none;
    color: grey;
}
#choochoo{
 font-family: "gilroy";
    font-weight: 1000;
    list-style: none;   
}
#choochoo::before{
    content: "\01F4F1";
    margin-right: 5px;
}
.info ul{
    margin: 20px;
        padding: 0;
        width: 100%;
}
.contact{
    display: flex;
    flex-flow: row wrap;
    margin-top: 80px;
}
.contactform{
    display: flex;
    justify-content: center;
    width: 50%;
}
.contactform form{
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
    width: 100%;
}
form input{
    margin: 20px 0px;
    height: 3em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
}
#subbutton{
        background-color: #EE6316;
    color: white;
    font-size: 1.5em;
}
#fname{
    margin-top: 0px;
}
form textarea{
    resize: none;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
}
#subject{
    height: 6em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
    padding-top: 10px;
}

/*responsive*/
@media screen and (min-width: 651px) and (max-width: 1100px){
.menu {
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    }    
.menu a {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6em;
    }   
    #twitchWork{
    display: flex;
    flex-direction: column;
    }  
    .left{
    width: 90%;
    } 
    .right{
    width: 90%;
        margin-top: 50px;
    }
    #grid1{
    width: 100%;
    }
    #grid1 a img{
    width: 15vw;
    }
.spacer{
    position: relative;
margin-left: 27%;
right: 0px;
}
/*school*/
    .anim {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
}
.anim video{
    width: 80%;
    margin: 20px;
} 
    
/*end school*/
/*contact*/
.contact{
    display: flex;
    flex-flow: column wrap;
    margin-top: 50px;
    justify-content: center;
    align-items:center;
}  
 
.info{
    width: 80%;
    font-family: "Avenir";
}
.info p span{
    color: #EE6316;
    font-size: 1.6em;
}
.info p{
    display: block;
    margin: 0px 20px;
}
    
.contactform{
    display: flex;
    justify-content: center;
    width: 80%;
}
.contactform form{
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
    width: 100%;
}
form input{
    margin: 20px 0px;
    height: 3em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
}
form textarea{
    resize: none;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
}
#subject{
    height: 6em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
    padding-top: 10px;}

}
@media screen and (max-width: 651px){
label{
    display: block;
    cursor: pointer;
    color: white;
    }
.menu{
    text-align: center; width: 100%;
    display: none;
    padding: 0;

    display: none;
    }    
.menu a {
    display: block;
    clear: right;
    line-height: 100px;
    background-color: #FF9800;
    margin: 0;
    } 
#toggle:checked + .menu {
    display: block; 
    }
.logoblock {
    width: 80px;
    position: fixed;
    height:auto;
    background-color: white;
    margin-left: 20px;     
    border-style: solid;
    border-width: 0;
    border-color:#FF9800;
    top: 35px;
    left: 10px;
    z-index: 1000;
}  
    .logoblock h2, .logoblock p{display: none;}

    .spacer{
    margin: 0;
    }   
  
  #para {
    font-family: "Avenir";
    display: inline-flex;
    flex-direction: column;
    overflow:auto;
    vertical-align: top;
    width:  90%;
    margin: 30px auto 0 auto;
}  
    
 #masonimage{
 position: relative;
    object-fit: cover;
    margin: 50px 0 0 10%;
    width: 80%;
    height: 300px;
    vertical-align: top;
}   
  #twitchWork{
    display: flex;
    flex-direction: column;
    }  
    .left{
    width: 100%;
    } 
    .right{
    width: 100%;
        margin-top: 50px;
    }
    #grid1{
    width: 100%;
    display: flex;
    justify-content: space-around;
    }
    #grid1 a{
          display: flex;
    justify-content: space-around;
    }
    #grid1 a img{
    width: 40vw;
        margin-bottom: 5vw;
    }   
   .twitchBlock{
position: relative;
margin-left: 10%;
    height: 15vw;
       width: 90%;
margin-bottom: 50px;
    background-color:#EE6316;
    font-family: "Gilroy";
    Color: White;
} 
    .twitchBlock h2{
    font-size: 2em;
    bottom: -10px;
    }
    #hello{
    font-size: 3em;
    bottom: -13px;
    }
    #freelance{
    font-size: 2em;
    bottom: -8px;
        left: -3px;
    }
#first{
position: relative;
margin-left: 10%;
    height: 15vw;
       width: 90%;
margin-bottom: 50px;
    background-color:#EE6316;
    font-family: "Gilroy";
    Color: White;
} 
 
    #emotesdesc{
    font-size: 2em;
    }

/*school*/
    .anim {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 80px;
    margin-bottom: 80px;
}
.anim video{
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    justify-content: center;
} 
.subtitle{
font-family: "Gilroy";
font-size: 4.76vw;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
top: 30vw;
}
    .row1{
width: 100%;
    position: relative;
display: flex;
flex-direction:column;
justify-content: space-around;
}

.col-left{
width: 100%;
}
.col-right{
width: 100%;
}
.thumb-group{
width: 90%;
margin: 0 auto;
    
    
}

.col-left2{
width: 100%;
display: flex;
justify-content: space-between;
}
.col-middle{
width: 100%;
    display: flex;
}
.col-right2{
width: 100%;
    display: flex;
}
.gallery img{
width: 90%;
margin: 10px 0 10px 0;
border: solid 4px #ff9800;
}
    .gallery .thumbnails{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    }

/*end school*/
/*contact mobile*/
.contact{
    display: flex;
    flex-flow: column wrap;
    margin-top: 50px;
    justify-content: center;
    align-items:center;
}  
 
.info{
    width: 80%;
    font-family: "Avenir";
}
.info p span{
    color: #EE6316;
    font-size: 1.6em;
}
.info p{
    display: block;
    margin: 0px 20px;
}
    
.contactform{
    display: flex;
    justify-content: center;
    width: 80%;
}
.contactform form{
    display: flex;
    flex-direction: column;
    margin: 0px 20px;
    width: 100%;
}
form input{
    margin: 20px 0px;
    height: 3em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
}
form textarea{
resize: none;
border-style: none;
background-color: rgba( 255, 152, 0, .3);
}
#subject{
    height: 6em;
    border-style: none;
    background-color: rgba( 255, 152, 0, .3);
    font-family: "Gilroy";
    font-weight: 1;
    padding-left: 10px;
    padding-top: 10px;
}
    .contact-bar{
position: relative;
margin-left: 10%;
    height: 15vw;
       width: 90%;
    background-color:#EE6316;
    font-family: "Gilroy";
    Color: White;
    
}
#contactTitle{
font-size: 10vw;
    margin: 0;
    position: absolute;
    bottom: -2.8vw;
    left: -.8vw;
    animation: 2s ease-out 0s 1 slideInFromRight;
    animation-fill-mode: both;
    animation-delay: 2000ms;
}
}    
  
    
