@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;515;600;700&display=swap');
@media(max-width:500px){
    .section1 .section1-description .mobiledescription{
        font-size: 6.2vw;
        font-family: 'Quicksand', sans-serif;;
        font-weight: bold;
        color: white;
       display: flex;
        flex-direction: column;
        line-height: 10px;
        align-items: center;
        width: auto;
        flex-flow: initial;
    }
}
@media(max-width:200px){
    .section1-picture figure img{
        width: 140px !important;
         height: 140px !important;
         border: 3px solid white;
         border-radius: 50%;
     
     }
}  
@media(max-width:155px){
    .section1-picture figure img, .section4picture img, .section2 div figure img{
        width: 90px !important;
         height: 90px !important;
     
     }
} 
@media(max-width:255px){
     .section4picture img{
        width: 100px !important;
        height: 100px !important;
     }
} 
@media(max-width:300px){
    .section2 div figure img{
            width: 150px !important;
             height: 150px !important;
        }
         .section2{
             display: flex;
             flex-wrap: wrap-reverse;
             text-align: center;
             align-items: center;
             align-content: center;
             justify-content: center !important;
         }
}
@media(max-width:610px){
         .section2{
             text-align: center;
             align-items: center;
             align-content: center;
             justify-content: center !important;
         }
         .maincenteredsection4text{
            text-align: center;
        }
}
@media(max-width:800px){
    .maincenteredsection4text{
       text-align: center;
   }
}
@media(min-width:992px){
    #navbar-togglercolor{
        display: none;
    }
}
body{
    font-family: 'Quicksand', sans-serif;
}
.container{
    max-width: 100%;
    padding: 0;
}
.na-v{ 
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color:  transparent !important;
    position: relative;
    width: 100%;
}
.navbar-dark .navbar-brand{ 
    color:black;
}

.navbar-dark .navbar-nav .nav-link{
    color: black;
}
.navbar-dark .navbar-brand:hover{ 
    color:black;
}
.navbar-dark .navbar-nav:hover .nav-link:hover{
    color: black;
    border-bottom:1px solid #FFFFFF;
}


.section1 .illustration1{
    
    background-color: #000000;
}

.section1 .content{
    
    /*background:linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("../images/section1-background1.svg");*/
    background:linear-gradient(rgba(0,206,203,0.3),rgba(0,206,203,0.3)), url("../images/section1-background2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #000000;
    height: auto;
    position: relative;
}

.section1-picture{
    margin-top: 5vh;
    margin-bottom: 4vh;
}
.section1-picture figure img{
   width: 200px;
    height: 200px;
    border: 3px solid white;
    border-radius: 50%;

}
.section1 .section1-description{
    font-size: 30px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: white;
   display: flex;
    flex-direction: column;
    line-height: 27px;
    align-items: center;
    margin-bottom: 2%;
    text-align: center;
    
}
span .mobiledescription{
    display: flex;
    flex-flow: initial;
}
@keyframes animated-text{
    from{opacity: 0;background-color: black; width: 0;}
    to{opacity: 100; background-color: white; width: 100%;}
  }
  
  /* cursor animations */
  
  @keyframes animated-cursor{
    from{border-right-color: rgba(0,255,0,.75);}
    to{border-right-color: transparent;}
  }
  .arrow {
    width: 60px;
    height: 82px;

}
/* set arrow styles */
.arrow path {
    stroke: white;
    stroke-width: 4px;
    fill: transparent;  
    animation: down 2s infinite;
    cursor: pointer;
}
/* arrow keyframe animation */
@keyframes down{
0% { opacity:0 }
25% { opacity:1 }
75% { opacity:0 }
100% { opacity:0 }
}
/* arrow animation delay */
.arrow path.a1{ animation-delay:-1s; }
.arrow path.a2{ animation-delay:-.5s; }
.arrow path.a3{ animation-delay:0s; }

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 12px;
	background-color: grey;
}

body::-webkit-scrollbar-thumb
{
	border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3); ;
	background-color: #555;
}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 20px;
}

footer .footerone .footertwo{
  
}

footer .footerone{
    margin: 0 auto;
    width: -webkit-fill-available;
    width: -moz-available;
    background-color: #00CECB;
}

footer .footerone a i{
    padding: 20px 10px 20px 10px;
}

footer .footertwo{
    padding: 5px;
    margin: 0 auto;
    width: -webkit-fill-available;
    width: -moz-available;
    width: fill-available;
    background-color: #1F1F1F;
    color: white;
}
.section2{
    display: flex;
    justify-content: space-evenly;
    *justify-content: space-around; /* IE EDGE */
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 150px;
}
.section2 div figure img{
    width: 250px;
    height: 250px;
}

.section3{
background: linear-gradient(90deg, rgba(0,212,255,0.5494572829131652) 0%, rgba(0,206,203,1) 100%);
    display: flex;
    justify-content: center;
}
.section3 .mainskillsdiv{
    margin-top: -7rem;
   width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.section3 .mainskillsdiv > div{
    padding-top: 20px;
    max-width: 400px;
    border: 1px solid rgba(31,31,31,.2);
     display: flex;
     flex-wrap: wrap;
     flex-direction: column;
     align-items: center;
     background-color: #FFFFFF;
     border-radius: 20px;
     margin-bottom: 30px;
     text-align: center;
     margin-right: 10px;
     margin-left:10px;
 }

 .section3 .mainskillsdiv > div:hover{
    
     border: 2px solid rgba(0,206,203,1);
 }
 .section3 .mainskillsdiv > div span{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
 }
.section3icons{
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.section4{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.section4 .section4picture img{
    width: 250px;
    margin-bottom: 10px;
}
.maincenteredsection4content{
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
}
.maincenteredsection4text{
    max-width: 550px;
    align-self: center;
    margin-right: 10px;
    margin-left: 10px;
}

.section4 .maincenteredsection4content div span button {
   margin-top: 12px;
}
#navbar-togglercolor {
    position: fixed;
    top :2%;
    background-color: black;
    border-color: black !important;
}
li.nav-item {
    font-size: 25px;
    margin-right: 15px;
}

  _:-ms-lang(x), _:-webkit-full-screen, .section2 { display: flex;
    justify-content: space-around; /* IE EDGE */
    flex-wrap: wrap-reverse;
    align-items: flex-start;
    padding-top: 50px;
    padding-bottom: 150px; }

    _:-ms-lang(x), _:-webkit-full-screen, .section3 .mainskillsdiv{
        margin-top: -7rem;
       width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    _:-ms-lang(x), _:-webkit-full-screen, footer .footerone{
        margin: 0 auto;
        width: fill-available;
        width: 100%;
    }
    _:-ms-lang(x), _:-webkit-full-screen, footer .footertwo{
        margin: 0 auto;
        width: fill-available;
        width: 100%;
    }
    .affix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        display: none;
        background-color: rgba(0,206,203,0.6);
       
    }

    .affix .na-v{
        padding:0.1%;
    }
.navbarslide{
    display: none;
    position: fixed;
    left: 0%;
    top: 0%;
    width: 260px;
    background-color: white;
    height: 100vh;
    
}

.navbarslide ul li{
    list-style-type: none;
    font-size: 20px;
}
.navbarslide ul li a{
    color: black;
}

.overlay{
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
  }
  