@charset "UTF-8";
a:link, a:visited {
	color:#405468;
	text-decoration:none;
}
a:hover, a:active {
	color:#BF766F;
	text-decoration: none;
}
#backToTop a:visited, #backToTop a:link {
	color:#F2ECE4;
}
#backToTop a:hover, #backToTop a:active{
	color:#BF766F;
}
*, *:before, *:after {
	box-sizing: border-box;
}
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1rem;
    font-family: 'EB Garamond', serif;
    color: #0D0D0D;
   background-color: #F2ECE4;
}
#container {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
    background-color: #F2ECE4;
}

.centeredImage {
    display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
header h1 {
    font-weight: normal;
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Cedarville Cursive', cursive;
    color: #0D0D0D;
}

nav ul {
    /* [disabled]padding-left: 0px; */
    text-align: center;
    padding-bottom: 30px;
}
nav ul li {
    display: inline-block;
    padding-left: 20px;
    font-family: 'EB Garamond', serif;
    list-style-type: none;
}

#introFlexParent {
	display:flex;
	justify-content: space-between
}
#introText {
    background-color: #BF766F;
    padding-top: 75px;
}
#introText h1 {
    font-size: 3rem;
    text-align: right;
    padding-right: 10px;
    font-family: 'EB Garamond', serif;
    color: #0D0D0D;
}
#introText p {
    font-size: 1.4rem;
    text-align: right;
    padding-right: 10px;
    font-family: 'EB Garamond', serif;
    color: #0D0D0D;
}
#recentWork {
    background-color: #405468;
    background-image: url(assets/graphics/hatch-3751173_1280.png);/*This image was sourced from https://pixabay.com/illustrations/hatching-colored-pencil-scratch-3751173/*/
    background-repeat: no-repeat;
    background-size: 118% auto;
    background-position: 48% -11%;
}
#recentWork h1 {
    font-size: 3rem;
    font-family: 'Cedarville Cursive', cursive;
    color: #0D0D0D;
}
#recentWork p {
    padding-left: 240px;
    padding-right: 240px;
    font-family: 'EB Garamond', serif;
    color: #DEDDDC;
    padding-bottom: 20px;
}


#myWork {
    display: flex;
    /* [disabled]justify-content: space-between; */
    justify-content: space-between;
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#myWorkSection h1 {
    font-size: 3rem;
    font-family: 'Cedarville Cursive', cursive;
    color: #0D0D0D;
}
.workText ul li {
    list-style-type: none;
    color: #0D0D0D;
}
.workText ul {
	padding-left: 0;

}
.workText {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: #0D0D0D;
    padding-bottom: 50px;
}
main h1 {
    font-weight: normal;
    font-family: sans-serif;
    text-align: center;
    color: #0D0D0D;
}

#AboutFlexParent {
	display:flex;
	flex-direction: row-reverse;
}
#AboutText {
    background-color: #BF766F;
    padding-top: 35px;
}
#about h1 {
    font-size: 3rem;
    text-align: left;
    padding-left: 10px;
    font-family: 'Cedarville Cursive', cursive;
    color: #0D0D0D;	
}
#AboutText p {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    font-family: 'EB Garamond', serif;
    color: #0D0D0D;
}
.workSample {
	width: 30%;
	display:flex;
	flex-direction: column;
}
.workSample img {
    width: 100%;
    height: auto;
}
.workDetails {
    width: 100%;
    margin-top: auto;
    color: #0D0D0D;
}
.workText h2 {
    width: 100%;
    font-family: 'Cedarville Cursive', cursive;
    color: #0D0D0D;
}
footer h1 {
    font-weight: normal;
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-size: 2.5rem;
    color: #0D0D0D;
}
#reachOut ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
}
#reachOut ul li {
    display: inline-block;
    padding-left: 0px;
    margin-left: 20px;
    margin-right: 20px;
}
.workText p {
	font-family: 'EB Garamond', serif;
}
.workDetails h3 {
	font-family: 'EB Garamond', serif;
}
.workDetails ul {
	font-family: 'EB Garamond', serif;
}
#floatingBackToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    border: medium solid #0D0D0D;
    border-radius: 31px;
    text-align: center;
    background-color: #0D0D0D;
    color: #F2ECE4;
    display: flex;
    justify-content: center;
    align-content: center;
    padding-right: 20px;
    padding-left: 20px;
}
#floatingBackToTop p {
    text-align: center;
	font-family: 'Cedarville Cursive', cursive;
}
#backToTop {
    text-align: center;
    color: #F2ECE4;
}
footer {
    padding-bottom: 75px;
}
