@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700');
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 62.5%;
    font-size: 10px;
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    background: #ffffff;
    font-family: 'source Sans Pro', sans-serif;

}

/*----------------------------------------------------------
TYPOGRAPHY
-----------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}
h1{
    font-size: 40px;
    font-weight: 320;
    line-height: 50px;
}
h2{
    font-size: 20px;
    line-height: 40px;
    margin-top: 0;

}

h3{
    color: rgba(46, 48, 146);
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}
h4{
    color: black;
    font-size: 18px;
    line-height: 28px;
}
p{
    color: black;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.5px;

}


/*----------------------------------------------------------
BUTTONS
-----------------------------------------------------------*/
.section-btn{
    margin: 32px 0 0 0;
    padding: 0;
    z-index: 99;

}
.section-btn a{
color: white;
font-weight: normal;
line-height: 45px;
perspective: 1000px;
}
.section-btn a span{
position: relative;
display: inline-block;
font-size: 18px;
font-weight: normal;
letter-spacing: 0.5px;
padding: 2px 27px;
background: rgba(46, 48, 146,1);
border-radius: 1px;
transition: transform 0.3s;
transform-origin: 50% 0;
transform-style: preserve-3d;

}
.section-btn a span::before{
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: white;
    /*background: rgba(46, 48, 146, 0.75);*/
    background: rgba(0, 170, 243, 0.75);
    border-radius: 1px;
    padding: 2px 27px;
    transition: background 0.3s;
    transform: rotateX(-90deg);
    content: attr(data-hover);
    transform-origin: 50% 0;
}
.section-btn a:hover span, 
.section-btn a:focus span{
    transform: rotateX(90deg) translateY(-22px);
}







a.main-button-slider {
    align-self: center;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: rgb(46,48,146);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #8261ee;
  align-self: center;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: rgb(46,48,146);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  align-self: center;
}

a.main-button:hover {
  background-color: rgb(46,48,146);
  align-self: center;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: rgb(46,48,146);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: rgb(46,48,146);
}
/*----------------------------------------------------------
GENERAL
-----------------------------------------------------------*/
.bg{
    background: transparent;
    transition: 0.2s ease;
}

.bg .scrolled{
    background: blue;

}


#about,#products,#electronics,#pneumatics, #transmission footer{
    background: #ffffff;
}

/*----------------------------------------------------------
NAVIGATION  
-----------------------------------------------------------*/
/*-- Inspiration taken from abdo steif -->
/* --> https://codepen.io/abdosteif/pen/bRoyMb?editors=1100*/

/* Navbar section */

.nav {
    width: 100%;
    height: 70px;
    position: fixed;
    line-height: 65px;
    text-align: center;
    z-index: 99;
}

.nav div.logo {
    float: left;
    width: auto;
    height: auto;
    padding-left: 3rem;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 2.5rem;
}

.nav div.logo a:hover {
    color: rgba(0, 170, 243, 0.75);
}

.nav div.main_list {
    height: 65px;
    float: right;
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav div.main_list ul li {
    width: auto;
    height: 65px;
    padding: 0;
    padding-right: 3rem;
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: rgba(46, 48, 146, 1);
    line-height: 65px;
    font-size: 2.4rem;
    font-weight: bold;
}

.nav div.main_list ul li a:hover {
    color: rgba(255, 51, 0, 1);
}


/* Home section */
#home{
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
}

#home video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    object-fit: cover;
    box-sizing: border-box;
    overflow: hidden;
    z-index: -100;
    transition: 1s opacity;

}

   #home .overlay{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 170, 243, 0.6);
    }
    
    #home h1{
        color: rgba(46, 48, 146,1);
        font-size: 6vw;
        line-height: 1em;
        font-weight: bolder;
    }
    
    #home p{
       color: rgba(250, 250, 250, 1);
       font-size: 3vw;
       line-height: normal;
    
    }
    #home .home-text{
        z-index: 98;
        
    
    }

.navTrigger {
    display: none;
}

.nav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/*----------------------------------------------------------
ABOUT
-----------------------------------------------------------*/
#about{
    position: relative;
    /*padding: 50px 100px;*/

}

#about h3{
margin-top: 40px;
font-size: 20px;
font-weight: bolder;
letter-spacing: 15px;
text-transform: uppercase;
color: rgba(0, 170, 243, 0.95);
}
#about h1{
    font-size: 22px;
    line-height: 30px;
    }
    
#about .about-item{
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 0;
    vertical-align: middle;
    text-align: center;

}

#about .about-item .about-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all ease-in-out 0.4s;

}
#about .about-item:hover .about-overlay{

    opacity: .6;

}
#about .about-item .about-overlay .about-info{
    padding: 2em 0;  
}
#about .about-item .about-overlay .about-content{
    padding: 2em 0;
}

.about-info h3{
    color:white;
    margin: 0;
}
.about-content h1{
    color: white;
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.2px;

}
.about-item img{
    transition: all ease-in-out 0.4s;

}
.about-item:hover img{
    transform: scale(1.1);

}

/*----------------------------------------------------------
CARTEGORY
-----------------------------------------------------------*/
#cartegory{
    background: rgba(46, 48, 146, 0.2);
    position: relative;
    /*padding: 50px 100px;*/

}

#cartegory h3{
margin-top: 40px;
font-size: 20px;
font-weight: bolder;
letter-spacing: 12px;
text-transform: uppercase;
color: rgba(0, 170, 243, 0.95);
}
#cartegory h1{
    font-size: 22px;
    line-height: 30px;
    }
    
#cartegory .cartegory-item{
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 0;
    vertical-align: middle;
    text-align: center;

}

#cartegory .cartegory-item .cartegory-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all ease-in-out 0.4s;

}
#cartegory .cartegory-item:hover .cartegory-overlay{

    opacity: .6;

}
#cartegory .cartegory-item .cartegory-overlay .cartegory-info{
    padding: 2em 0;  
}
#cartegory .cartegory-item .cartegory-overlay .cartegory-content{
    padding: 2em 0;
}

.cartegory-info h3{
    color:white;
    margin: 0;
}
.cartegory-content h1{
    color: white;
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.2px;

}
.cartegory-item img{
    transition: all ease-in-out 0.4s;

}
.cartegory-item:hover img{
    transform: scale(1.1);

}



/*----------------------------------------------------------
PRODUCTS
-----------------------------------------------------------*/
#products{
    background: rgba(46, 48, 146, 1);
    /*padding: 50px 100px;*/
    position: relative;
    
}

#products h3{
margin-top: 40px;
font-size: 20px;
font-weight: bolder;    
letter-spacing: 12px;
text-transform: uppercase;
color:rgba(0, 170, 243, 0.75);
}
#products h1{
    font-size: 22px;
    line-height: 30px;
    color: white;
    }
#products p{
    font-size: 3vmin;
    color: white;
    padding: 3em;
}
    
#products .products-item{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0;
    vertical-align: middle;
    text-align: center;

}

#products .products-item .products-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(46, 48, 146, 0.5);
    opacity: 1;
    transition: all ease-in-out 0.4s;
    vertical-align: middle;
    text-align: center;
}

/*
#products .products-item .products-overlay h1{
    position:absolute;
}
*/

#products .products-item:hover .products-overlay{

    opacity: .5;

}
/*
#products .products-item .products-overlay .products-info{
    padding: 3em 0;  
}
*/

#products .products-item .products-overlay .products-content{
   position: absolute;
  top: 50%;
  transform: translateY(-45%);
  text-align: center;
}

.products-info h3{
    color: rgba(46, 48, 146, 0.75);
    margin: 0;
}
.products-content h1{
    color: white;
    margin-top: 0;
    font-size: 10px;
    letter-spacing: 0.2px;

}
.products-item img{
    transition: all ease-in-out 0.4s;

}
.products-item:hover img{
    transform: scale(1.1);

}



/*----------------------------------------------------------
ELECTRONICS
-----------------------------------------------------------*/
/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  
  .team-item:hover .team-content .team-info {
    margin-left: 30px;
  }
  
  .team-item i {
    display: block;
    margin-left: 25px;
    margin-top: 25px;
    font-size: 30px;
    color: #4E47DE;
    text-align: center;
  }
  .team-item a:link{
      text-decoration: none;
  }
  
  .team-item .user-image {
    width: 60px;
    height: 60px;
    overflow: hidden;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 25px;
    float: left;
  }
  
  .team-item .team-content {
    text-align: left;
    overflow: hidden;
  }
  
  .team-item .team-content .team-info {
    float: left;
    margin-left: 20px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  .team-item .team-content .team-info .user-name {
    display: block;
    font-weight: 400;
    font-size: 17px;
    color: #1e1e1e;
    letter-spacing: 0.25px;
    margin-bottom: 5px;
  }
  
  .team-item .team-content .team-info span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: rgb(46,48,146);
    letter-spacing: 0.25px;
  }
  
  .team-item .team-content p {
    margin-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 15px;
    color: #777;
    letter-spacing: 0.6px;
    line-height: 26px;
  }
  

/*----------------------------------------------------------
CIRCUITBREAKER
-----------------------------------------------------------*/
#circuitbreaker{
    background: rgba(46, 48, 146, .1);
    position: relative;
    /*padding: 50px 100px;*/

}

#circuitbreaker h3{
margin-top: 40px;
font-size: 20px;
font-weight: bolder;    
letter-spacing: 15px;
text-transform: uppercase;
color: rgba(0, 170, 243, 0.95);
}
#circuitbreaker h1{
    font-size: 22px;
    line-height: 30px;
    }
#circuitbreaker p{
    font-size: 3vmin;
    color: white;
    padding: 3em;
}
    
#circuitbreaker .circuitbreaker-item{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0;
    vertical-align: middle;
    text-align: center;

}

#circuitbreaker .circuitbreaker-item .circuitbreaker-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(46, 48, 146, 0.5);
    opacity: 0.6;
    transition: all ease-in-out 0.4s;

}
#circuitbreaker .circuitbreaker-item:hover .circuitbreaker-overlay{

    opacity: .75;

}
#circuitbreaker .circuitbreaker-item .circuitbreaker-overlay .circuitbreaker-info{
    padding: 3.5em 0;  
}
#circuitbreaker .circuitbreaker-item .circuitbreaker-overlay .circuitbreaker-content{
    padding: 3.5em 0;
}

.circuitbreaker-info h3{
    color: rgba(46, 48, 146, 0.75);
    margin: 0;
}
.circuitbreaker-content h1{
    color: white;
    margin-top: 20px;
    font-size: 30px;
    letter-spacing: 0.2px;

}
.circuitbreaker-item img{
    transition: all ease-in-out 0.4s;

}
.circuitbreaker-item:hover img{
    transform: scale(1.05);

}




  

/*----------------------------------------------------------
LUBRICANTS AND ADHESIVES
-----------------------------------------------------------*/





/*----------------------------------------------------------
PNEUMATICS AND HYDRAULICS
-----------------------------------------------------------*/





/*----------------------------------------------------------
TRANSMISSION
-----------------------------------------------------------*/




/*----------------------------------------------------------
BRANDS
-----------------------------------------------------------*/
#brands{
    position: relative;
    /*padding: 50px 100px;*/

}
#brands h3{
margin-top: 40px;
font-size: 20px;
font-weight: bolder;
letter-spacing: 12px;
text-transform: uppercase;
    }
    #brands h1{
        font-size: 22px;
        line-height: 30px;
        }
    #brands p{
        font-size: 3vmin;
        color: white;
        padding: 3em;
    }
.swiper {
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


/*----------------------------------------------------------
SERIVICES
-----------------------------------------------------------*/
#services{
    position: relative;
    background: rgba(0, 170, 243, 0.75);
    /*padding: 50px 100px;*/
 
    /*width: 100%;
    height: 55vmin;
    background: url(/public_html/media/VERSA_MISSION.jpg); */ 
}

/*#services .services-text{
    width: 100%;
    height: 55vmin;
    background: url(/public_html/media/VERSA_MISSION.jpg);

}*/
#services h3{
    margin-top: 40px;
    font-size: 20px;
    font-weight: bolder;    
    letter-spacing: 12px;
    text-transform: uppercase;
    }
    #services h1{
        font-size: 22px;
        line-height: 30px;
        }
    #services p{
        font-size: 3vmin;
        color: white;
        padding: 3em;
    }
        
    #services .services-item{
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    
    }
    
    
    #services .services-item .services-overlay{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: rgba(46, 48, 146, 0.5);*/
        opacity: .6;
        transition: all ease-in-out 0.4s;
    
    }
    #services .services-item:hover .services-overlay{
    
        opacity: 1;
    
    }
    #services .services-item .services-overlay .services-info{
        padding: 2em 0;  
    }
    #services .services-item .services-overlay .services-content{
        padding: 2em 0;
    }
    
    .services-info h3{
        color: rgba(46, 48, 146, 0.75);
        margin: 0;
    }
    .services-content h1{
        color: white;
        margin-top: 0;
        font-size: 10px;
        letter-spacing: 0.2px;
    
    }
    .services-item img{
        transition: all ease-in-out 0.4s;
    
    }
    .services-item:hover img{
        transform: scale(1.1);
    
    }
    
    
    


/*----------------------------------------------------------
CONTACT US
-----------------------------------------------------------*/
#contacts{
    position: relative;
    background: rgba(46, 48, 146, 1);
}
#contacts h3{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bolder;    
    letter-spacing: 12px;
    text-transform: uppercase;
    color: rgba(0, 170, 243, 0.75);
    }
    #contacts h1{
        font-size: 22px;
        line-height: 30px;
        color: white;
        }
    #contacts p{
        font-size: 3vmin;
        color: white;
        padding: 3em;
    }
#contacts {
margin: 0;
padding: 0;
box-sizing: border-box;
position: relative;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
/*background: url(/public_html/media/VERSA_VISION.jpg);
background-size: cover;*/
}
#contacts .content{
    max-width: 800px;
    text-align: center;

}

#contacts .content h3{
    font-size: 36px;
    font-weight: 500;
    color: rgba(46, 48, 146, 0.5);
}

#contacts .content h1{

    font-weight: 300;
    color: rgba(0, 170, 243, 0.75);
}
#contacts .container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

#contacts .container .contactinfo{
    width: 50%;
    display: flex;
    flex-direction: column ;
}
#contacts .container .contactinfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
}
#contacts .container .contactinfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;

}
#contacts .container .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: white;
    flex-direction: column;
    font-weight: 300;

}

#contacts .container .contactinfo .box .text h3{
    font-weight: 500;
    color: 00bcd4;
}

.contactform{
    width: 45%;
    padding: 40px;
    background:white;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 5px;
}
.contactform h3{
    font-size: 30px;
    color: #333;
    font-weight: 500;

}

.contactform .inputbox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.contactform .inputbox input,
.contactform .inputbox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactform .inputbox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #6666;

}
.contactform .inputbox input:focus ~ span,
.contactform .inputbox input:valid ~ span,
.contactform .inputbox textarea:focus ~ span,
.contactform .inputbox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactform .inputbox input[type="submit"]{
    width: 100px;
    background: rgba(0, 170, 243, 0.75);
    color: white;
    cursor: pointer;
    border: none;
    padding: 10px;
    font-size:18px;
}


@media (max-width:991px){
    #contacts
    {
        padding: 50px;
    }
    #contacts .container
    {
        flex-direction: column;
    }
    #contacts .container .contactinfo
    {
      margin-bottom: 40px;  
    }
    #contacts .container .contactinfo, .contactform
    {
      width: 100%;
    }
}

/*----------------------------------------------------------
FOOTER
-----------------------------------------------------------*/
footer {
    background-color: rgba(0, 170, 243, 0.75);
    padding-top: 20px;
  }
  
  footer .social {
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
  }
  
  footer .social li {
    margin: 0px 10px;
    display: inline-block;
  }
  
  footer .social li a {
    color: rgb(46,48,146);
    text-align: center;
    
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
  footer .social li a:hover {
    /*background-color: #ff589e; */
    color: #fff;
  }
  
  footer .copyright {
    text-align: center;
    border-top: 1px solid rgba(250,250,250,0.2);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.88px;
    text-transform: uppercase;
  }
  
  @media (max-width: 991px) {
    footer .text {
      margin-bottom: 30px;
    }
    footer h5 {
      margin-bottom: 15px;
    }
    footer .footer-nav {
      margin-bottom: 30px;
    }
  }

  
/* Media qurey section */

@media screen and (min-width: auto) and (max-width: 1024px) {
    .container {
        margin: 0;
    }
}

@media screen and (max-width:991px) {
    .navTrigger {
        display: block;
    }
    .nav div.logo {
        margin-left: 15px;
    }
    .nav div.main_list {
        width: 100%;
        height: 0;
        overflow: hidden;
    }
    .nav div.show_list {
        height: auto;
        display: none;
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 170, 243, 0.75);
        /*same background color of navbar*/
        background-position: center top;
    }
    .nav div.main_list ul li {
        width: 100%;
        text-align: right;
    }
    .nav div.main_list ul li a {
        text-align: center;
        width: 100%;
        font-size: 3rem;
        padding: 20px;
    }
    .nav div.media_button {
        display: block;
    }
}


/* Animation */
/* Inspiration taken from Dicson https://codemyui.com/simple-hamburger-menu-x-mark-animation/ */

.navTrigger {
    cursor: pointer;
    width: 30px;
    height: 25px;
    margin: auto;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
}

.navTrigger i {
    background-color: rgba(46, 48, 146, 1);
    border-radius: 2px;
    content: '';
    display: block;
    width: 100%;
    height: 4px;
}

.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.8s backwards;
    animation: outT 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.8s backwards;
    animation: outM 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.8s backwards;
    animation: outBtm 0.8s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.8s forwards;
    animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.8s forwards;
    animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.8s forwards;
    animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes inM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}

@keyframes outM {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes inT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}

@keyframes outT {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        transform: translateY(9px) rotate(135deg);
    }
}

@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes inBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}

@keyframes outBtm {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        transform: translateY(-9px) rotate(135deg);
    }
}

.affix {
    padding: 0;
    background-color: rgba(0, 170, 243, 0.95);
    
}






.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}
@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}
  