/* CSS Document */

h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h1, h2, h3, h4 {
	line-height: 1.5em;
}
p, li {
	line-height: 1.5em;
	font-size: 15px;
}
ul {
	list-style:disc;
}
a {
	color: #FCC329;
}


/*Body Styles*/
body {
	background-color: #282828;
}
main {
	width: 80%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #9A9A9A;
	overflow: hidden;
}
.centerText {
	text-align:center;
}
.rightText {
	text-align:right;
}

.featureImg {
	width: 95%;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.featureImg img {
	width: 100%;
}
.featureImgBox {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 40%;
	height: 70%;
	background-color: rgba(0,0,0,.7);
	color: white;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
  	overflow: scroll;

}
.featureImgBox h2 {
	font-size: 30px;
}
.featureImgBox p, .featureImgCaption p {
	font-size: 16px;
	line-height: 1.5em;
}
.featureImgCaption {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	margin-bottom: 20px;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #424242;
	color: white;
}

#resume {
	width: 80%;
	margin: auto;
	background-color: white;
	padding: 30px;
}
#resume h3 {
	font-weight: bold;
	text-decoration: underline;
}
#resume ul {
	margin-left: 30px;
}
#resume table {
	padding: 5px;
	width: 75%;
	margin-left: 10px;
}


div.gallery {
  border: 2px solid #626262;
}

div.gallery:hover {
	border: 2px solid #242424;
	box-shadow: 5px 10px 10px #474747;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}


.responsive {
  padding: 0 6px;
  float: left;
  width: 33.2999999%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}



.singleBoxContainer {
	background-color: #D4D4D4;
	padding: 2%;
	width: 91%;
	margin: auto;
	overflow: hidden;
}


.doubleBoxContainer {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: auto;
	overflow: hidden;
}
.doubleBoxContainer h2 {
	font-size: 30px;
}
.doubleBoxContainer p {
	font-size: 16px;
	line-height: 1.5em;
}
.leftDoubleBox {
	height: inherit;
	width: 49%;
	background-color: #D4D4D4;
	padding: 2%;
	margin-right: 2%;
}
.rightDoubleBox {
	height: inherit;
	width: 49%;
	background-color: #D4D4D4;
	padding: 2%;
}


.thirdBoxContainer {
	display: flex;
	justify-content: space-between;
	width: 95%;
	margin: auto;
	overflow: hidden;
}
.thirdBoxContainer h2 {
	font-size: 30px;
}
.thirdBoxContainer p {
	font-size: 16px;
	line-height: 1.5em;
}
.thirdBoxContainer ul {
	margin-left: 30px;
}

.leftTwoThirdsBox {
	height: inherit;
	width: 62%;
	background-color: #D4D4D4;
	padding: 2%;
	margin-right: 2%;
}


.leftThirdBox {
	height: inherit;
	width: 28%;
	background-color: #D4D4D4;
	padding: 2%;
	margin-right: 2%;
}

.centerThirdBox {
	height: inherit;
	width: 28%;
	background-color: #D4D4D4;
	padding: 2%;
	margin-right: 2%;
}

.rightThirdBox {
	height: inherit;
	width: 28%;
	background-color: #D4D4D4;
	padding: 2%;
}


.generalPurposeDivider {
	width: 100%;
	height: 20px;
}
.generalPurposeButton {
	background-color: #FCC329;
	border-radius: 15px;
	height: 50px;
	width: 300px;
	margin: auto;
}
.generalPurposeButton p {
	font-size: 20px;
	text-align: center;
	line-height: 2.5em;
	color: white;
	font-weight:bold;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}