@charset "UTF-8";
html {
    background-image: url(assets/images/oilspill_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: 1em;
    font-family: all-round-gothic, sans-serif;
    font-style: normal;
    font-weight: 200;
}
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    overflow: hidden;
    background-color: rgba(158,176,228,0.91);
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    left: 0;
    width: 100%; /* Full width */
    color: #BAA0DD;
    font-size: 1rem;
    text-align: right;
    text-decoration: none;
    height: 25px;
    z-index: 100;
    padding-top: 14px;
    padding-bottom: 14px;
}
.navbar a {
    text-decoration: none;
    color: #311661;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 25px;
}
a:link, a:visited {
    font-style: normal;
}
a:hover, a:active {
    text-decoration: underline;
    font-weight: bold;
}
main  {
    background-color: #FFFFFF;
    /* [disabled]padding-left: 15px; */
    /* [disabled]padding-right: 15px; */
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px;
    box-shadow: 0px 0px 5px 0px;
    /* [disabled]padding-top: 15px; */
    /* [disabled]padding-bottom: 15px; */
    margin-top: 85px;
}
header h1 {
    font-size: 4rem;
    line-height: 5px;
    margin-top: 75px;
    padding-top: 35px;
    color: #311661;
}
header h2 {
    font-size: 1.5rem;
    padding-top: 0px;
    padding-left: 20px;
}
#welcome {
    padding-top: 30px;
}
.welcomeMessage_container h1 {
    font-size: 3rem;
    line-height: 0px;
    color: #311661;
}
.welcome_container {
	display: flex;
	justify-content: space-between;	
}

.welcomeImage_container {
	flex: 1;
}
.welcomeMessage_container {
    flex: 1;
    padding-right: 25px;
}
.aboutImage {
    width: 500px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    margin-top: 50px;
}
.guamLink a:hover, a:active {
    color: #311661;
    text-decoration: overline;
}
#experience {
    background-color: #A8D5E8;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#experience h1 {
    font-size: 3rem;
    color: #311661;
}
#experience h2 {
    line-height: 3rem;
}
.education_container1 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    margin-left: 25px;
}
.education_sierraInfo {
	flex: 1;
}
.education_sierraLogo {
    flex: 1;
}
.dropShadow  {
    -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.14);
    flex: 1;
}
.education_container2 {
    display: flex;
    justify-content: space-around;
    margin-left: 25px;
    margin-right: 30px;
}
.education_salemInfo {
	flex: 1;
}
.education_salemLogo {
    flex: 1;
    padding-top: 53px;
}
.educationH3 {
    font-weight: 500;
}
.careerH3 {
    padding-left: 12px;
    font-weight: 500;
}
#skills {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#skills h1 {
    font-size: 3rem;
    color: #311661;
}
.skills_container1 {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    padding-left: 30px;
    padding-top: 50px;
}
.skills_ai {
	flex: 1;
}
.skills_ps {
	flex: 1;
}
.skills_id {
	flex: 1;
}
.skills_container2 {
    display: flex;
    justify-content: space-between;
    margin-left: 40px;
    padding-left: 30px;
}
.skills_br {
	flex: 1;
}
.skills_dw {
	flex: 1;
}
.skills_pro {
	flex: 1;
}
.skillsP {
    padding-left: 35px;
    font-weight: 600;
    font-size: x-large;
}
#work {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-top: 15px;
    background-color: #F5CADC;
    position: relative;
    padding-bottom: 25px;
}
#work h1 {
    font-size: 3rem;
    padding-left: 30px;
    color: #311661;
}
.workLine {
    padding-left: 20px;
}
.image-link img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.image-link img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#contact {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}
#contact h1 {
    font-size: 3rem;
    color: #311661;
}
#contact form {
    left: auto;
    top: auto;
    right: auto;
    margin-left: 120px;
}
footer ul {
    list-style-type: none;
    text-align: center;
}
footer ul li {
    display: inline;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
