/*Tausta: 69,102,94
Laatikot: 75,126,113 ja 61,80,75
Teksti: 246,252,250
Korostus: 102,69,76 tai 126,75,86
*/
#contentWrapper{
    width: 100%;
    color: rgb(246,252,250);
}
.contentHeaders{
    background-color: rgb(61,80,75);
    border-bottom: 3px solid rgb(75,126,113);
    border-top: 3px solid rgb(75,126,113);
    text-align: center;
}
.content{
    width: 80%;
    display: flex;
    flex-flow: row wrap;
    margin: auto;
}
.contentBoxes{
    border-radius: 15px;
    width: 47%;
    margin: 0.5% auto;
    background-color: rgb(75,126,113);  
    padding: 1%;
}
.portfolioBoxes{
    width: 25%;
    margin-bottom: 1%;
    text-align: center;
}
#projectCover{
    width: 100%;
    height: 100%;
}
.projectCover > a{
    font-size: 24px;
    text-decoration: none;
}
.projectCover > a:hover{
    color: rgb(126,75,86);
}
.projectCover:hover > a {
    color: rgb(126,75,86);
}
.projectCover img{
    border-radius: 15px;
    padding-bottom: 4px;
}
.bio{
    width: 97%;
    display: flex;
    flex-flow: row wrap;
}
.pic{
    border-radius: 10%;
}
.me{
    margin: auto;
}
#about{
    display: flex;
    width: 60%;
    margin: auto;
}
.resumePic{
    margin: auto;
}
.resumePic:hover > #pdf{
    background-color: rgb(102,69,76);
}
#pdf{
    margin-bottom: 0%;
}
#experience{
    display: flex;
    flex-flow: row wrap; 
}
.resumeHeaders{
    background-color: rgb(61,80,75);
    border-radius: 15px;
    margin-top: 0;
    padding: 10px;
    text-align: center;
}
.skillsBox{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    text-align: center;
}
.skill{
    margin: 2% 5%;
}
.skill > p{
    margin: 0;
}
#contact{
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
}
.contactBoxes
{
    width: 97%;
}
#socials{
    font-size: 60px;
}
#socials > a:hover{
    color: rgb(126,75,86);
}
h1{
    font-family: "Indie Flower";
    font-size: 60px;
}
h2{
    color: rgb(246,252,250);
    font-size: 36px;
}
p{
    font-size: 24px;
    color: rgb(246,252,250); 
}
li{
    color: rgb(246,252,250);
    font-size: 24px;
    padding-bottom: 10px;
}
a{
    color: rgb(246,252,250);
}
/*Muotoilut kännykän näytölle*/
@media only screen and (max-width: 600px){
    .portfolioBoxes{
        width: 45% !important;
    }
    .bio{
        display: flex;
        flex-flow: column;
    }
    .me{
        width: 40%;
        order: 1;
    }
    .me img{
        width: 100%;
        height: auto;
    }
    .resumePic{
        width: 40%;
        order: 2;
    }
    #about{
        width: 100% !important;
        order: 3;
    }
    .resumePic img{
        display: none;
    }
    #pdf{
        font-size: 24px;
    }
}
/*Muotoilut tabletin näytölle*/
@media only screen and (max-width: 966px){
    .content{
        width: 90%;
    }
    .contentBoxes{
        width: 97%;
        padding: 1%;
    }
    .portfolioBoxes{
        width: 30%;
    }
    .projectCover > a{
        font-size: 20px;
    }
    #socials{
        font-size: 36px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 26px;
    }
    p{
        font-size: 20px;
    }
    li{
        font-size: 20px;
    }
}
@media only screen and (min-width: 1249px) and (max-width: 1449px) {
    #about{
        width: 50%;
    }
}
@media only screen and (min-width: 601px) and (max-width: 1250px) {
    .bio{
        display: flex;
        flex-flow: row wrap;
    }
    .me{
        width: 30%;
        order: 1;
    }
    .me img{
        width: 100%;
        height: auto;
    }
    
    .resumePic{
        width: 30%;
        order: 2;
    }
    #about{
        width: 100% !important;
        order: 3;
    }
    .resumePic img{
        width: 100%;
        height: auto;
    }
    #pdf{
        font-size: 24px;
    }
}