@charset "utf-8";
html {
    background-repeat: no-repeat;
    background-size: cover;	
    background-image: url(assets/graphics/pawel-czerwinski-ExsA-QgEa6I-unsplash.jpg);
	/*This image was sourced from: https://unsplash.com/photos/ExsA-QgEa6I. Licensing:https://unsplash.com/license*/
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000F19;
    ;
    ;
    font-size: 1em;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
h1, h2, h3 {
    font-family: 'Sansita Swashed', sans-serif;

}





a:link, a:visited {
	color:#0F6E7A;
	text-decoration: none;
}

a:hover, a:active {
    color: #FF9E9E;
    text-decoration: none;
}

#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

}
header {
    text-align: center;
}
header img {
    border-radius: 94px;
}

header h1 {

}




#topNav ul {
    text-align: center;
    list-style-type: none;
    padding-bottom: 20px;
    border-bottom: 5px solid #0F6E7A;
    padding-right: 50px;
}

#topNav ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 1.1rem;
}
main {
}
#introImages-FP {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin-top: 91px;
}


#introHeadline {
    width: 320px;
    height: 320px;
    text-align: center;
    padding-top: 0px;
    white-space: pre-wrap;
}

#welcome {
    text-align: center;
    margin-right: 250px;
    margin-left: 250px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#about {
    padding-bottom: 50px;
    padding-top: 10px;
    background-color: #FF9E9E;
    background-repeat: no-repeat;
    border-top-left-radius: 135px;
    border-bottom-right-radius: 135px;


}
#aboutBox {
    display: flex;
    margin-left: 70px;
    margin-right: 70px;
    justify-content: space-between;
    background-repeat: no-repeat;
}

#about h2 {
    text-align: center;
}

.aboutArtist {
    padding-left: 30px;
    padding-right: 50px;
}
#portfolio h2 {
    text-align: center;
    margin-top: 80px;
    border-bottom: 5px solid #0F6E7A;
    margin-bottom: 27px;
    padding-bottom: 10px;
}
#portfolio h3 {
    text-align: center;
    padding-top: 31px;
    padding-bottom: 13px;
}



#portfolioTraditionalBox {
    display: flex;
    padding-right: 32px;
    background-color: #75A2A7;
}
.portfolioTraditional {
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 40px;
}
#portfolioDigitalBox {
    display: flex;
    text-align: left;
    padding-right: 32px;
    background-color: #FF9E9E;
    justify-content: space-between;
    padding-top: 0px;
}

.portfolioDigital {
    width: 28%;
    margin-top: 30px;
    margin-bottom: 40px;
    margin-left: 30px;
}

.portfolioDigital img {
    text-align: right;
    padding-right: 97px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 26px;
}
footer h2 {
    text-align: center;
    margin-top: 68px;
    border-top: 5px solid #0F6E7A;
    padding-top: 35px;
}
footer nav ul {
    padding-bottom: 20px;
    padding-right: 50px;
    text-align: center;
    list-style-type: none;
}
footer nav ul li {
    display: inline-block;
    margin-left: 20px;
}
