body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight:200;
    background: rgb(255, 255, 255);
    overflow-x: hidden;
    overscroll-behavior-x: none;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
header {
    background: white;
}
#home{
    width: 100%;
    height: 100vh;
    text-align: center;
}
 .container {
    width: 100vw;
    padding: 30px 40px;
    box-sizing:border-box;
    position: fixed;
  background-color: white;

}

.principlemenu {
    text-align: center;
}

.principlemenu li {
    display: inline-block;
    margin:  0 10px;

}
.principlemenu a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight:600;
 
}

.principlemenu a:hover {
    color:rgb(86, 218, 181);

}
.bold {
    color:rgb(86, 218, 181);
}
 .hello2 .hello3 .hello4 {

    text-align: center;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    margin: 40px auto;
}


.hello1 p{
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    line-height:3rem;
    color: rgb(0, 0, 0);
    letter-spacing: 0.1rem;
}
.boxcentered{
    width: 75%;
    place-self: center;

}
.hello2 {
    font-size: 4.5vw;
    font-weight: 300;
    padding-bottom: 6vw;
    color: rgb(255, 255, 255);
}
.hello3 {
    font-size: 3.5vw;
    font-weight: 600;
    color: rgb(255, 255, 255);
    line-height: 5vw;
    margin: 20px 0;
}
.hello4 {
    font-size: 3vw;
    font-weight: 300;
    color: rgb(255, 255, 255);
}

#aboutme
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 40px;
}


h3 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 25px auto;
}

h4 {
    color: rgb(0, 174, 180);
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    line-height: 1.5rem;

}

h5 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-align: left;
    line-height: 1.5rem;
    font-weight: 600;
}

.title1 {
    font-size: 24px;
    margin: 50px auto;
    display: block;
    color: rgb(86, 218, 181);
    font-weight: 600;
    width: 75%;
}
.title1 p{
    text-align: left;
}
.claim {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    width: 75%;
    margin: 25px auto;
}

.boxhome {
    width: 100%;
    background: rgb(208, 255, 242);
    height: 100%;
    display: grid;
    align-items: center;
    margin: 0 auto;
}
.email {
    padding-bottom: 30px;
}
.boxclaim {
    width: 100%;
    height: 20vw;
    display: grid;
    align-items: center;
    justify-items: center;
    margin: 0 0 60px 0;
  }

.bio  {
    margin: 0 auto;
	width: 75%;
}
.bio p {
    margin: 0 auto;
    font-weight: 200;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height:1.7rem;
}
.skills{
    width: 75%;
    margin: 0 auto;
}

.mainphoto {
    width: 200x;
    height: 200px;
    padding: 0;
    font-size: 0;
    object-fit: cover;
    margin: 20px auto;

}


.summary {
    width: 75%;
    margin: 20px auto;
    padding-bottom: 60px;
}
.sum 
{  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: 100%;
    background-color:rgb(208, 255, 242);
}
.cardinformation {
    width: 75%;
    margin: 5rem auto;
    display: grid;

}


.divider {
    height: 2px;
    background: rgb(86, 218, 181);
    margin: 0 auto;
}
.button {
   margin: 24px auto;
   text-align-last: left;
}

.buttonprofile {
background-color: white;
   border: 2px solid  rgb(86, 218, 181);
   padding: 14px 20px;
   border-radius: 10px;
   text-decoration: none;
   width: 150px;
   color: rgb(86, 218, 181);
   margin: auto;
}

.buttonprofile a {
align-items: center;

}

  
.biobutton{
    margin: 32px auto;
    width: 75%;
    text-align: center;

}

.buttonprofile:hover{
    background-color: rgb(86, 218, 181);
       border: 2px solid rgb(86, 218, 181);
       padding: 14px 20px;
       border-radius: 10px;
       text-decoration: none;
       width: 150px;
       color: rgb(255, 255, 255);
       -webkit-transition-duration: 0.4s;
       transition-duration: 0.4s;
       cursor: pointer;
     
}

.linkcs {
    text-decoration: none;
    color: rgb(0, 174, 180);
  
 }

 .linkcs:hover {
    text-decoration: none;
    color: rgb(0, 174, 180);
    font-weight: 600;
 }
 p.linkinactive {
    text-decoration: none;
    color: rgb(0, 174, 180);
  
 }
 a.linklogo {
    text-decoration: none;
    color: rgb(86, 218, 181);
  
 }
 a.linklogo:hover {
    text-decoration: none;
    color: rgb(86, 218, 181);
    font-weight: 600;
 }
#myportfolio 
{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	padding-top: 40px;
}


.profilephoto{
 background-position: bottom;
 background-repeat: no-repeat;
 background-size: cover;
 width: 100%;
 height: 100%;
}


.sum1{
    background-color: rgb(204, 227, 253);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    width: 100%;
}


#contact
{   width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-top: 40px;
}


.boldfooter {
    font-size: 14px;
    font-weight: 300;
    color:rgb(0, 0, 0);
    padding: 50px 0 20px 0;
    margin: left;
}
.icon {
    text-decoration: none;
    color: rgb(86, 218, 181);
    font-weight: 300;
}
.icon:hover{
    font-weight: 600;
}
.claim2 li {
    display: flex;
    justify-content: left;
    margin: 10px 0;
}
.claim2 ul {
    display: grid;
    grid-template-columns: repeat(1, auto);
 }


.email {
    font-weight: 400;
    color: rgb(86, 218, 181);
    font-size: 20px;
}
.footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 75%;
}
.claim2 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    margin: 25px auto;
    width: 100%;
}

@media screen and (max-width: 960px)
{
    #contact .footer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 auto;
        width: 75%;
        }
        .mainphoto {
            height: 120px;
        }
        .summary {
            width: 100%;
            margin: 20px auto;
        }
        .sum 
        {  
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            width: 100%;
            background-color:rgb(208, 255, 242);
        }
        .sum1 
        {  
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            justify-content: center;
            width: 100%;
            background-color: rgb(204, 227, 253);
        }
        .principlemenu a {
            font-size: 22px;
        }
}

    @media screen and (max-width: 767.98px)

    {
    
        #contact .footer {
            display: grid;
            grid-template-columns: repeat(1, 2fr);
            margin: 0 auto;
            width: 75%;
            }
            .mainphoto {
                height: 120px;
            }
            .summary {
                width: 100%;
                margin: 20px auto;
            }
            .sum 
            {  
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                width: 100%;
                background-color:rgb(208, 255, 242);
            }
            .sum1 
            {  
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                justify-content: center;
                width: 100%;
                background-color: rgb(204, 227, 253);
            }
            .principlemenu a {
                font-size: 20px;
            }
            .hello1 p{
                font-size: 28px;
               line-height: 2.6rem;
             }
             .container 
             {
             padding:  25px 30px;
             }
             
}

    @media screen and (max-width: 650px) {
    
        #contact .footer {
            display: grid;
            grid-template-columns: repeat(1, 2fr);
            margin: 0 auto;
            width: 75%;
            }
            .mainphoto {
                height: 120px;
            }
            .summary {
                width: 100%;
                margin: 20px auto;
            }
            .sum 
            {  
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                justify-content: center;
                width: 100%;
                background-color:rgb(208, 255, 242);
            }
            .sum1 
            {  
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                justify-content: center;
                width: 100%;
                background-color: rgb(204, 227, 253);
            }
            .principlemenu a {
                font-size: 18px;
            }
            .hello1 p{
                font-size: 24px;
               line-height: 2rem;
             }
             .container 
             {
             padding:  20px 25px;
             }
             
            

}
@media screen and (max-width: 500px) {
   
  
    #contact .footer {
        display: grid;
        grid-template-columns: repeat(1, 2fr);
        margin: 0 auto;
        width: 75%;
        }
        .mainphoto {
            height: 120px;
        }
        .summary {
            width: 100%;
            margin: 20px auto;
        }
        .sum 
        {  
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            justify-content: center;
            width: 100%;
            background-color:rgb(208, 255, 242);
        }
        .sum1 
        {  
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            justify-content: center;
            width: 100%;
            background-color: rgb(204, 227, 253);
        }
        .principlemenu a {
            font-size: 14px;
        }
        .principlemenu li {
            margin:  0 5px;
        }
        .hello1 p{
           font-size: 20px;
          line-height: 1.5rem;
        }
        .container 
        {
        padding:  15px 20px;
        }
        
    
}
