html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,a,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body{
    text-align: center;
    font-family: monospace;
    margin: auto;
    font-family: Roboto Mono;
    line-height: 1.7;
    font-weight: 300;
}



#welcome1 {
 margin-top: 30px;
 padding: 1rem;

 @media only screen and (max-width: 550px) {
  /* For mobile phones: */
 margin-top: 10px;
 padding: 0rem;
}


}






#welcomeText {
  
  font-size: 2rem;
  margin: 3%;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 1rem;
  }
}





/*Navigation*/

.hamburger{
    float: left;
    margin: 2%;
  }

  .navi-btn{
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 2rem;
  }
  
  .intro.visible{
    transform: translateX(+50%);
    transition:transform 0.4s ease-in-out;
  }
  
  .intro{
    transition:transform 0.4s ease-in-out;
    transform: translateX(0);
  }
  
  .lead.visible{
    transform: translateX(+50%);
    transition:transform 0.4s ease-in-out;
  }
  
  .lead{
    transition:transform 0.4s ease-in-out;
    transform: translateX(0);
  }
  
  .jumbotron{
      text-align: center;
      font-weight: 300;
      font-size: 1.5rem;
     
      @media only screen and (max-width: 850px) {
        /* For mobile phones: */
        
     font-size: 1rem;
     margin-left: 3%;
      }



      @media only screen and (max-width: 550px) {
        /* For mobile phones: */
        
     font-size: 1rem;
     margin-left: 2%;
      }




  }
      .white-section{
        padding: 30px;
    }
    



  
  
  .navi{
    position: fixed;
    bottom:0px;
    height: 50vh;
    transform: translateX(-100%);
    transition:transform 0.4s ease-in-out;
    z-index:2;

    @media only screen and (max-width: 850px) {
      /* For mobile phones: */
     
      top: 20px;
    }

  }

  .navi.visible{
    transform: translateX(0);
  }
  
  .navi-black{
    background-color: rgba(24, 24, 24,0.5);
    width: 60% ;
    max-width: 480px;
    min-width: 320px;
    transition-delay: .4s;
	  border-radius:45%;

}
  .navi-black.visible{
    transition-delay: 0.1s;
  }
  .navi-red{
  width: 95%;
  background-color:rgb(255, 208, 55,0.5);
  position: absolute;
  transition-delay: .2s;
	  border-radius:47%;


  }
  
  .navi-red.visible{
    transition-delay: 0.1s;
  }
  
  .navi-white{
    background-color: rgb(151, 151, 148);;
    width: 95%;
    padding: 15%;
	  border-radius:45%;

  }
  
  .navi-white.visible{
    transition-delay: 0.2s;
  }
  
  .close-btn{
    position: absolute;
    right: 30px;
    top:20px;
  }

  .close-btn:hover{
      transform: rotate(90deg);
      transition: 0.5s ease-in-out;
      color: rgb(255, 208, 55) !important;
  }
  
  .menu{
    list-style-type:none;
    padding: 0;

    @media only screen and (max-width: 550px) {
      /* For mobile phones: */
      top: 20px;
      padding-top:10px  
  }
}
  
  .menu li{
    margin:20px 0;
    padding: 10px;
  }
  
  .menu li a{ 
    color:black;
    font-size: 18px;
    z-index: 1; 


  }
  
  .my-4.visible{
    transition:transform 0.4s ease-in-out;
    transform: translateX(+50%);
  }
  .my-4{
    transform: translateX(0);
    transition:transform 0.4s ease-in-out;
  }
  




/*Background video with welcome text animation */
#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%; 
  height:100% ;
}

.greyline {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 70px;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
  
    
  }
}

.greyline:hover{
    opacity: 0;;
}

#welcome{
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  letter-spacing: 1em;


  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   width: 100%;
   height: 10%;
    
  }



}



#buttonMute {
  background-color:rgba(255, 208, 55,0.5);
  border-style:none;
}
#buttonMute:hover {
  background-color:rgba(255, 208, 55,0.5);
  border-style:outset;
}




/*Menu bar in white section*/

#menu{
    margin-top: 7%;
    padding-bottom: 100px;
}

#ul-menu{
    list-style: none;
}

#ul-menu li{
    display: inline-block;
    position: relative;
    padding: 20px;
}

.text-pa{
    padding: 10px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 1.5rem;
    text-transform: lowercase;

    @media only screen and (max-width: 550px) {
      /* For mobile phones: */
     
      font-size: 1rem;
    }


}

.text-pa:hover{
    color: rgb(255, 208, 55);
    font-size: 1.5rem;


    @media only screen and (max-width: 550px) {
      /* For mobile phones: */
     
      font-size: 1rem;
    }
}




.text-pa-i{
  padding: 10px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 2rem;
  text-transform: lowercase;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 1.5rem;
  }
}

.text-pa-i:hover{
  color: rgb(255, 208, 55);
  font-size: 2rem;


  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 1.5rem;
  }
}







a {
    display: inline-block;
    position:relative;
    text-decoration: none;
    margin-left: 35px;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    font-weight: 400;  
}

a:before {
content:"";
position:absolute;
display: inline;
transition: 0.5s;
box-sizing: border-box;
border-spacing: 10px;
border-top:2px solid rgb(255, 208, 55);
border-left:2px solid rgb(255, 208, 55);
width: 40%;
height: 100%;
padding-left: 10px;
transform-origin: left;
}


a:hover:before {
    width: 10px;
    height: 10px;
    transform: rotate(360deg);
}




/*Grey section*/



.grey-section{
   
    background-color: rgb(70, 70, 70);
    color:rgb(255, 208, 55);
    font-size: 1.5rem;
    transition:transform 3s ease-in-out;
    transform: translateY(0);
    opacity: 0.9;
   
  }

.grey-section.visible{
    transform: translateY(100%);
    transition:transform 3s ease-in-out;
  }



.elements{
    font-size: 1.5rem;
    padding: 5%;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    color: lightyellow;
    font-weight: 400;
}

.findh {
  padding: 2rem;
    transition:transform 4s ease-in-out;
    transform: translateY(0);
 
}
 .findh.visible{
  padding: 2rem;
    top: -500px;
    transform: translateY(-100%);
    transition:transform 4s ease-in-out;
  }

.findh:hover{
  padding: 2rem;
    color: rgba(253, 208, 6);
    transform: rotate(30deg);
    
}


.movee{  
  padding: 2rem;
    transition:transform 5s ease-in-out;
    transform: translateY(0);
}

.movee.visible{
  padding: 2rem;
    top: -500px;
    transform: translateX(-50%) rotate(-90deg);
    transition:transform 5s ease-in-out;
}

.movee:hover{
  padding: 2rem;
    color: rgba(253, 208, 6);
    transform: rotate(-90deg) translateX(-50%);
    transition: transform 5s ease-in-out;
    
}


.thinkh{  
  padding: 2rem;
    transition:transform 5s ease-in-out;
    transform: translateY(0);
}

.thinkh.visible{
  padding: 2rem;
    top: -500px;
    transform: translateX(-50%) rotate(90deg);
    transition:transform 5s ease-in-out;
}


.thinkh:hover{
    padding: 2rem;
    color: rgba(253, 208, 6);
    transform: rotate(-90deg) translateX(+50%);
    transition: transform 5s ease-in-out;
    
}

.shared-things{
    padding: 2rem;
    font-size: 1.5rem;
    margin: 15%;
    align-items: center;
    text-align: left;
    transition:transform 6s ease-in-out;
    transform: translateX(0);
}
.shared-things.visible{
    padding: 2rem;
    left: -200px;
    transform: translateX(-50%);
    transition:transform 6s ease-in-out;
}



/*Drawing section*
  .edit{
    width: 100%;
    margin: 50px 0;
    font-family: 'Major Mono Display'; 
    font-size: 1.5rem;
}



input {
    left:50%;
}


.btn-dark{
  background-color: goldenrod;
    position: relative;
    display: block;
    left:50%;
    margin:20px;
}


p{
    margin:  0;
    display: inline-block;
    padding: 30px;
    text-align: left;
}


#paint{
    padding: 5px;
    margin: 5px;
}
a{
    text-decoration: none;
    color: black;
}

*/


/*Contact*/

.social{
    height: 100px;
    padding: 5rem;
    
}


i.fa.fa-linkedin::before{
 
    color: black;
    font-size: 1.7rem;
}

i.fa.fa-instagram::before{
 
  color: black;
  font-size: 1.7rem;
}

i.fa.fa-envelope::before{
 
  color: black;
  font-size: 1.7rem;
}

.copy{
  
 text-align: center;
 padding-top: 20px;
 padding-bottom: 10px;
 padding-left: 10px;
 margin-bottom: 2rem;

 @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.6rem;
  }



}
/*Copyright*/


.scroll{
    height: 2đ0px;
}


