/* Body */
body{
    background-color:#FFf;
}

/* Header */
.headercon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    color:rgb(253, 19, 203);
    height: 80px;
    padding-bottom: 10px;
    box-shadow: 5px 5px 15px 5px rgba(146, 137, 226, 0.4);
    position: relative;
}
.headercon h1{
    padding: 15px;
    margin-top:8px;
    margin-left: 15px;
    font-size: 30px; 
    line-height: 1.2;
    text-align: left;
    letter-spacing: 1px;
}

.headercon nav{
    padding-left: 20px;
    padding-top: 15px;
    background-color: white;
}

.headercon nav ul {
    display: flex;
    font-weight: 200;
    margin-right: 10px;
    text-align: center;
}

.headercon li a{
    color: rgb(56, 56, 94);
    font-size: 25px;
    padding: 8px ;
    margin: 20px 10px 0px 0px;
    line-height: 1.2;
}
.headercon a:hover{
    background-color: rgb(248, 213, 16);
}

/* Hero Image */
.hero{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.buttoncon{
    position: fixed;
}

.button{
    background-color:rgb(248, 225, 225);
    color: rgb(56, 56, 94);
    font-weight: 300;
    padding: 10px;
    height: 40px;
    margin-right: 300px;
    font-size: 15px;
}

.button:hover{
    background-color: rgb(248, 213, 16);
}

/* Section 1 - About Me*/
.aboutme{
    margin: 60px 30px 30px 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: solid thin rgb(244, 212, 248);
}
.aboutme h2{
    font-size: 70px;
    font-weight: 200;
    letter-spacing: 4px;
    text-align: center;
    color: rgb(56, 56, 94);
    padding:5px;
    order: 1;
}

.aboutme img{
    max-height: 300px;
    max-width: 300px;
    order: 2;
    padding:20px;
    
}
.aboutme p{
    line-height: 1.25;
    font-size:30px;
    margin-left: 20px;
    padding:10px 40px 40px 40px;
    text-align: center;
    font-weight: 200;
    order: 3;
}

.button2{
    background-color:white;
    color:rgb(253, 19, 203);
    font-weight: 300;
    padding: 10px;
    height: 40px;
    font-size: 20px;
    text-align: right;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    order: 4;
}

.button2:hover {
   border-bottom: solid rgb(248, 213, 16);
}

/* Section 2 - My Work */
.mywork {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
    margin-bottom:60px;
    background-color:white;
}
.mywork h3{
    text-align:center;
    letter-spacing: 5px;
    padding: 40px;
    font-size: 70px;
    font-weight: 100;
    color: rgb(56, 56, 94);
    background-color: white;
}

.myworka {
    justify-content: center;
    text-align: center;
    color: rgb(56, 56, 94);
    font-size: 25px;
    font-weight: 400;
    padding:10px;
}

.myworka:hover{
    text-decoration: underline solid rgb(56, 56, 94);
}

.mywork p{
    line-height: 1.5;
    font-size:25px;
    margin:0px;
    text-align: center;
    font-weight: 200;
    background-color: white;
    padding:15px 50px 40px 50px;
}
.mywork h1{
    text-align: center;
    font-size: 40px;
    padding:30px;
    color:rgb(253, 19, 203)
}
.imagecont{
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgcont{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    color: white;
}

.imgcont img{
    max-width: 300px;
    margin-bottom: 20px;
    background-color: white;
}

.imgcont img:hover{
    box-shadow: 5px 5px 15px 5px rgba(45, 78, 184, 0.4);
}


/* Section 3 - Contact Me*/

.contactme2{
    height:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color:rgb(56, 56, 94);
}
.contactme2 h2{
    text-align:right;
    line-height: 1.2;
    margin-right: 50px;
    font-size: 40px;
    font-weight: 400;
    padding: 30px;
    color:white;
    border-right: solid thin rgb(56, 56, 94);
}
.contactme2 p,a{
    line-height: 1.25;
    font-size:30px;
    text-align: left;
    font-weight: 200;
    padding:20px;
}

.contactcon {
    display: flex;
    flex-wrap: wrap;
}
.contactme2 a:hover {
    border-bottom: solid white;
}

.repo {
    color:rgb(253, 19, 203);
    text-align: center;
    font-size: 20px;
    font-style: italic;
}

.repo:hover{
    text-decoration: underline solid rgb(56, 56, 94);
}

/* Footer*/
.footer{
text-align: center;
font-size: 20px;
padding: 20px;
margin:25px;
color: rgb(150, 150, 150)
}

@media screen and (max-width:1296px){
    .contactme2{
        flex-direction: column;
    }
    .contactcon{
        flex-direction: column;
    }
    .contactme2 p,a{
        font-size: 25px;
        text-align: center;
        padding:10px;
    }
    
    .contactme2 h2{
        border-right: none;
        border-bottom:solid thin rgb(56, 56, 94) ;
        text-align: center;
        padding: 0px;
        margin: 15px 0px 15px 0px;
    }
    
}
@media screen and (max-width:1031px){
    .imagecont{
        display: flex;
        flex-direction: column;
    

}
@media screen and (max-width:576px){
    .headercon{
        flex-direction:column;
        box-shadow: none;
    }
    .hero img{
        padding-top:50px
    }
}

@media screen and (max-width:390px){
.button{
    font-size: 10px;
    margin: 0px;
}

.headercon {
    flex-direction: column;
    box-shadow: none;
}
.headercon ul li a {
    font-size: 15px;
    display: block;
    text-align: center;
    margin: 0px;
    padding: 5px;
}
.headercon nav{
    padding: 5px;
}
.contactme2{
    flex-direction: column;
}
.contactcon{
    flex-direction: column;
}
.contactme2 p,a{
    font-size: 20px;
}

.contactme2 h2{
    border-right: none;
    border-bottom:solid thin rgb(56, 56, 94);
    text-align: center;
    padding: 0px;
}
}}