@charset "utf-8";
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1rem;
    background-color: #FFFFFF;

}

#container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: center center;
    width: 1000px;
    
}

header {
    border-bottom: 5px solid #CDECE2;
    border-top-color: #CDECE2;
    border-right-color: #CDECE2;
    border-left-color: #CDECE2;
    margin-top: 0px;
}




#navigation ul  {
    list-style-type: none;
    text-align: center;
}

#navigation ul li {
    display: inline-block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 0.8rem;
    color: #3F3F3F;
}
#gallery {
    display: flex;
    margin-right: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 30px;
    justify-content: space-between;
    background-image: url(images/SeemlessHexagonBg.png);
    padding-bottom: 30px;
    border: 5px solid #CDECE2;
    border-radius: 5px;
}
.individualPicture {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
}
.individualPicture img {
    border-radius: 5px;
    border: 5px solid #c6cec3;
}

#PricesBox {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.PricingOptions {
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    border: 5px solid #CDECE2;
}

h1 {
    text-align: center;
    font-family: Snippet, sans-serif;
    ;
    ;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFD3BF;
}
h2, h3, h4{
    text-align: center;
    font-size: 1.1rem;
    font-family: 'Snippet', sans-serif;
    ;
    ;
    font-weight: 400;
    color: #ffd3bf;

}
p {
    color: #3f3f3f;
}
p , li{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 0.9rem;

}

.gifAndLayoutPrices ul li       , .illustrationPrices ul li, .graphicPrices ul li{
    text-align: left;
    font-size: 0.8rem;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:link, a:visited {
    text-decoration: none;
    color: #3F3F3F;
}
a:hover, a:active {
    color: #3f3f3f;
}




.letsCreate {
    text-align: center;
    background-image: url(images/SeemlessHexagonBg.png);
    background-repeat: no-repeat;
    padding-top: 95px;
    padding-bottom: 95px;
    background-clip: border-box;
    border-bottom: 5px solid #CDECE2;
    height: 371px;
    background-attachment: fixed;
    background-position: center center;
}
/*Background image is sourced from myself, dharma lawson*/
.letsCreateButton {
    height: auto;
    width: 300px;
    border: 5px solid #c6cec3;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
}
.letsCreate h2  {
    font-family: 'Snippet', sans-serif;
    ;
    ;
    font-weight: 400;
    font-size: 1.5rem;
    text-shadow: 4px 2px 1px #FFFFFF;
    color: #3f3f3f;
}
.letsCreate h3 {
    font-family: 'Snippet', sans-serif;
    ;
    ;
    font-weight: 400;
    font-size: 1.2rem;
}
.letsCreateButton a {
    color: #FFD3BF;
}


#pricing {
    margin-left: 30px;
    margin-right: 30px;

}
.PricingOptions p {
    font-size: 0.8rem;
}




#aboutMeBox {
    display: flex;
    width: 900px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #CDECE2;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.aboutMeImg {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 71px;
}
.aboutMeImg img {
    border-radius: 5px;
    border: 5px solid #c6cec3;
}


.aboutPara {
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.aboutPara h3 {
    text-align: center;
    margin-left: 10px;
}
.aboutPara p {
    text-align: left;
}
#skills {
    display: flex;
    justify-content: space-between;
}
.skillSet {
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
}


#contact  {
    list-style-type: none;
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


#contact ul li {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.skillSet h4 {
    font-size: 0.9rem;
}
