* {
    box-sizing: border-box;
  }

html {
    scroll-padding-top: 125px;
}

body{
    margin-top: 85px;
    margin-left: 0;
}

/* navigation bar */
nav{
    position: fixed;
    top: 0;
    display: flex;
    height: 80px;
    width: 100vw;
    background: rgb(231, 181, 172);
    align-items: center;
    justify-content: right;
    flex-wrap: wrap;
    z-index: 9999;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-right: 15px;
}
nav ul li{
    margin: 0 5px;
}
.tabs{
    color:rgb(88, 128, 97);
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.tabs.active,.tabs:hover{
  color: rgb(88, 128, 97);
  background: rgba(253, 233, 234, 0.703);
}
nav .menu-btn i{
    color:rgb(88, 128, 97);
    font-size: 22px;
    cursor: pointer;
    display: none;
}
input[type="checkbox"]{
    display: none;
}

@media (max-width: 1000px){
    nav{
      padding: 0 40px 0 50px;
    }
  }
  
@media (max-width: 920px) {
nav .menu-btn i{
    display: block;
}
#click:checked ~ .menu-btn i:before{
    content: "\f00d";
    padding-left: 0%;
}
nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: rgba(231, 181, 170,0.9);
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
}
#click:checked ~ ul{
    left: 0;
}
nav ul li{
    width: 100%;
    margin: 40px 0;
}
nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
#click:checked ~ ul li a{
    margin-left: 0px;

}
.tabs.active,.tabs:hover{
    color: rgb(88, 128, 97);
    background: rgba(253, 233, 234, 0.703);
  }
}

/* sections in index page */
h1{
    margin-left: 20px;
}
h2{
    margin-left: 20px;
    margin-top: 30px;
}
.headings{
    color:rgb(134, 159, 119);
    background: rgb(231, 181, 172);
    line-height: 0.25em;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    padding-bottom: 2.5px;
}
.sections{
    background:  rgba(253, 233, 234, 0.703);
    width: 100vw;
    height: 100vh;
    height: 100%;
    padding-top: 20px;
    margin: 20px 0 0 0;
    padding-left: 8px;
    max-width: 100%;
 
}

/* About section specific */

.introimage{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.introimage img{
    max-width: 45%;
    max-height: 45%;
    vertical-align: middle;
    margin-bottom: 10px;
    border-radius: 2.5%;
}
.textIntro{
    padding-left: 5%;
    padding-right: 5%;
    width: 50em;
    height: auto;
}
.textIntro p{
    font-size: 1em;
    text-align: justify;
    color:rgb(88, 128, 97);
    vertical-align: middle;
}

/* Projects section specific */

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.mySlides {
    display: none;

}
.mySlides img{
    margin-right: auto;
    margin-left: auto;
    width: 50%; 
    height: 50%;
    display: flex;

}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: rgb(134, 159, 119);
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
} 
.prev:hover, .next:hover {
    background-color: rgb(231, 181, 172);
}
.text a{
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    margin-left: 25%;
    margin-right: 25%;
    position:absolute;
    bottom: 8px;
    width: 50%;
    text-align: center;
    text-decoration: none;
    background-color: rgb(134, 159, 119);
    font-weight: bold
}
.text a:hover{
    color: rgb(88, 128, 97);
    background: rgba(253, 233, 234, 0.703);
  } 
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #717171;
}

/* Contact Section specific */

.contactLIN{
    font-size: 30px;
    text-align: center;
    color: rgb(88, 128, 97);
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactSec{
    padding-top: 100px;
    padding-bottom: 50px;
    vertical-align: middle;
}


.active, .doc:hover{
    transform: scale(1.10); 
    /* filter: opacity(75%); */
}

.gh{
    mix-blend-mode: multiply;
}

.active, .gh:hover{
    transform: scale(1.10); 
    /* filter: opacity(75%); */
}

/* Projects pages */
.projectFull{
    background: rgba(253, 233, 234, 0.703);
    width: 100vw;
    padding-left: 10px;
    padding-bottom: 20px;
    max-width: 100%;
}
.graphs{
    mix-blend-mode: multiply;
}
.textPj{
    padding-left: 20px;
    padding-right: 2.5%;
    width: 100%;
    height: auto;
}
.textPj p{
    font-size: 1em;
    text-align: justify;
    color:rgb(88, 128, 97);
    /* vertical-align: left; */
}
.picpj{
    padding-left:20px;
}
.picpj_child{
    padding-right: 10px;
}
h3{
    padding-left: 20px;
}
.videoContainer {
    display: flex;
    align-items: center;
    padding-left: 20px;

}
.vidP{
    float: left;
    margin: 10px;
}
.vidC{
    float: right;
    padding-left: 5%;
    padding-right: 5%;
    width:50%;
    color:rgb(88, 128, 97);
}
