@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif;
    ;
    ;
    font-weight: normal;
    text-align: center;
}
#container header h1 {
}

a:link, a:visited {
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a:hover, a:active {
    -webkit-box-shadow: 0px 0px #BF4B4B;
    box-shadow: 0px 0px #BF4B4B;
    color: #BF4B4B;
}
body {
    font-size: 1rem;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #1B1717;
    background-image: url(assets/images/background.png);
}
nav ul {
    padding-left: 0px;
    text-align: center;
    background-color: #13B3F2;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-right: -33px;
    margin-left: -27px;
    text-shadow: 0px 0px;
}
nav ul li {
    display: inline-block;
    padding-left: 50px;
}
#container {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #BF4B4B;
    padding-left: 19px;
    padding-right: 25px;
    border: medium dashed #3F6ABF;
}


#container #aboutMe {
    background-color: #04C4D9;
    border: thick dashed #F2E205;
    border-radius: 19px 19px 16px 16px;
}
main #aboutMe p {
    text-align: center;
    font-variant: normal;
    font-weight: bold;
}
#portfolio div h3 {
    padding-left: 22px;
    width: 200px;
    height: 50px;
    padding-bottom: 10px;
    margin-left: 131px;
    font-family: 'Fira Sans', sans-serif;
}



#container main div {
    text-align: center;
    margin-left: 5px;

}
#portfolio {
}
.portfolioArt   {
    display: flex;


}



.portfolioArt .portfolioDetails {
    padding-top: 59px;
    text-shadow: 0px 0px;
}
.portfolioDetails h3 {
    background-color: #04C4D9;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    text-align: center;
    border-bottom: medium dashed #F2E205;
    padding-top: 14px;
}
.portfolioArt .portfolioDetails p {
    background-color: #04C4D9;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border: medium dashed #F2E205;
}



main #portfolio img {
    -webkit-box-shadow: -5px -6px hsla(0,0%,0%,0.40);
    box-shadow: -5px -6px hsla(0,0%,0%,0.40);
    border: medium solid #3F6ABF;
    padding-left: 0px;
}



main #portfolio p {
    text-align: center;
}

main #aboutMe img {
    text-align: center;
    -webkit-box-shadow: 5px 5px hsla(0,0%,0%,0.40);
    box-shadow: 5px 5px hsla(0,0%,0%,0.40);
    margin-left: 344px;
    border-style: solid;
    border-color: #BF4B4B;

}
#container main h1 {
    font-weight: bold;
    font-variant: small-caps;
}
main #portfolio h1 {
    font-variant: small-caps;

}
#reachOut h2 {
    font-variant: small-caps;
    font-weight: bold;
}
#reachOut {
    background-color: #13B3F2;
    border: thick dotted #F2E205;

}



#reachOut p {
    text-align: center;
}
#reachOut ul {
    text-align: center;
    margin-left: -71px;


}


#reachOut ul li {
    text-align: center;
    display: inline-block;
    padding-left: 61px;
}
.portfolioSection h3 {





}
.artTitle {
    margin-left: 100px;

}
#container header h1 {
    font-family: 'Fira Sans', sans-serif;
}
#reachOut ul li {
    font-weight: bold;
}
