@charset "utf-8";
body {
    background-image: url(assets/images/portfolio-images/blue-and-red-plants-2505693.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
*, *:before, *:after {
	box-sizing: border-box;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #82E1FF;
	text-decoration: none;
}
#container {
    width: 960px;
    font-family: 'Exo 2', sans-serif;
    display: inherit;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 72px 59px;
    box-shadow: 0px 0px 72px 59px;
}
h1 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	
}
h2 {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 300;
}
p {
	font-family: 'Exo 2', sans-serif;
    font-weight: 500;
    font-size: large;
}
header img {
    float: left;
    border-top-right-radius: 88px;
    border-bottom-left-radius: 88px;
}
.headerImg {
    margin-top: 36px;
    padding-right: 20px;
    margin-right: 30px;
    padding-left: 20px;
}
header {
    padding-bottom: 117px;
    margin-bottom: -35px;
    background-color: #D89696;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

header h1 {
    font-style: normal;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
    font-size: 70px;
    margin-bottom: -32px;
}
header h2 {
    font-weight: 300;
    font-size: 45px;
    padding-bottom: 0px;
    margin-bottom: -46px;
}
main {
    padding-top: 6px;
    margin-top: 10px;
}
main .educationSection #education {
    font-size: 40px;
    text-align: left;
}
.educationSection {
    text-align: left;
    border-top-color: #000000;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.sierraCollege {
    float: right;
    position: relative;
    top: -165px;
    left: -120px;
}
.csuChico {
    float: right;
    padding-top: 0px;
    top: -116px;
    position: relative;
    left: -120px;
}
.programKnowledge {
    padding-left: 50px;
    padding-right: 50px;
    text-align: left;
    background-color: #B1DEED;
    padding-bottom: 190px;
    background-size: 48px 81px;
    padding-top: 10px;
}
main .programKnowledge #program {
    font-size: 40px;
    text-align: left;
}
#aboutContent .programKnowledge #otherPrograms {
    position: relative;
    top: 171px;
}

#photoshopLogo {
    position: relative;
    left: 109px;
}
#illustratorLogo {
    position: relative;
    left: 181px;
}
#premiereproLogo {
    position: relative;
    left: 253px;
}
#dreamweaverLogo   {
    position: relative;
    left: -359px;
    top: 161px;
}
#indesignLogo {
    position: relative;
    left: -294px;
    top: 161px;
}
#mayaLogo {
    position: relative;
    left: -188px;
    top: 161px;
}
.gallerySection {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
}
main .gallerySection #gallery {
    font-size: 40px;
    text-align: left;
}
footer {
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    background-color: #D89696;
    padding-top: 3px;
}
footer h1 {
    text-align: center;
    font-style: normal;
    font-weight: 400;
}
footer ul {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
    padding-bottom: 21px;
}
footer ul li {
    display: inline-block;
	margin-left: 20px;
	padding-left: 0px;
	font-size: 1rem;
}
#iconLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}
#aboutContent {
}


#aboutContent ul {
    margin-top: 19px;
    padding-left: 0px;
    text-align: center;
    list-style-type: none;
    
}
#aboutContent ul li{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 900;
}
#aboutContent .educationSection p {
    padding-bottom: 15px;
    margin-right: 335px;
    margin-left: 0px;
    background-color: #EBEBEB;
    -webkit-box-shadow: 10px 10px 4px -2px;
    box-shadow: 10px 10px 4px -2px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
}
#galleryProjects {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
#topNav {
	background-color: #ACACAC;
    padding-top: 20px;
    padding-bottom: 20px;}
