@charset "utf-8";
/* CSS Document */



/* MULTI-PURPOSE */
.mainBody {
/* Container of all content */
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.top {
	text-align: center;
	display: block;
	margin-top: 20px;
	margin-bottom: 15px;
}


/* MULTI-PURPOSE */



/* WELCOME */
.bodyA {
	width: 60%;
	margin: 40px auto;
	horizontal-align: center;
}

.headerBox {
	horizontal-align: center;
}

.top .headerBox h1 {
	height: 60px;
	width: 100%;
	margin: auto;
	line-height: 60px;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 40px;
	text-decoration: none;
	background-color: #000000;	
	font-weight: 700;
}
/* WELCOME */



/* BANNER IMAGE */
.banner {
	width: 100%;	
}

.bannerImage {
	width: 100%;
	/*border-top: 1px solid #4E4E4E;
	border-bottom: 1px solid #4E4E4E;*/
}

.top .banner p {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	text-align: right;
}
/* BANNER IMAGE */



/* ABOUT */
.aboutME {
	width: 100%;
	horizontal-align: center;
}

.top h1 {
	height: 60px;
	width: 100%;
	margin: auto;
	line-height: 60px;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 40px;
	text-decoration: none;
	background-color: #000000;	
	font-weight: 700;
}

.top .profilePic {
	height: 259px;
}

.profile {
	border: 5px dashed #FFFFFF;
	padding: 10px 10px 10px 10px;
	width: 200px;
}

.aboutText {
	margin: auto;
	horizontal-align: center;
	width: 100%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #000000;
}

.top .aboutText h3 {
	font-family: sans-serif;
	horizontal-align: center;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.top .aboutText p {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}
/* ABOUT */



/* RESUME */
.top .infoDump {
	margin: 7% auto 0;
	horizontal-align: center;
	width: 100%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	background-color: #000000;
	border-left: #000000 solid 10px;
	border-bottom: #000000 solid 10px;
	border-right: #000000 solid 10px;
	
}

.top .infoDump blockquote {
	margin: 10px auto;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

hr {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
}
/* RESUME */



/* SOCIAL TABS */
.top .socialNetworkNavBar {
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
	clear: both;
}

.top .socialNetworkNavBar blockquote {
	font-family: sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

.top .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
    cursor: pointer;
}

.top .socialNetworkNavBar .socialNetworkNav .fas:hover {
    opacity:0.5;
}

.social {
	width: 20px;
}

.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

.spaceFiller {
	height: 20px;
	width: 100%;
}
/* SOCIAL TABS */



/* COPYRIGHT */

.bodyB {
    
	width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.copyRight { 
	padding-left: 2%;
	width: 100%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-top: 20px;
	background-color: #000000;
}

.copyRight h1, .copyRight h2 {
	background-color: #000000;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-weight: 700;
	font-size: 30px;
}

.copyRight h3 {
	/*Captions on Taglines */
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-style: normal;
	font-weight: bold;
	background-color: #000000;
	horizontal-align: center;
	text-align: center;
}

.copyRight p {
	background-color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: 200;
	text-align: justify;
}

.copyRight blockquote {
	margin: 20px auto;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}

/* COPYRIGHT */



/* MEDIA QUERIES - MOBILE */
@media only screen and (min-width : 0px) and (max-width : 480px) {
	
.bodyA {
	width: 80%;
	}
	
.bodyB {
	width: 80%;
}
	
.top .banner p {
	font-size: 10px;
	text-align: right;
}

.top .profilePic {
	margin-bottom: 70px;	
}

.top .aboutText {
    margin: 20px;
	text-align: center;
	width: 90%;
}

.top .aboutText p {
	margin: 20px 0 10px 0;
	text-align: justify;
}
	
.top .infoDump blockquote {
	margin: auto 0 10px;
}

.top .socialNetworkNavBar {
    text-align: center;
    display: block;
    margin-top: 60px;
    clear: both;
    margin-bottom: 15%;

}

.top .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	margin-right: 23px;

}

.mainContent  {
	text-align: center;
    margin-bottom: 10%;
}

#footer {
	font-size: 10px;
	text-align: center;
}
}



/* MEDIA QUERIES - TABLETS */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
	
.bodyA {
	width: 80%;
	}

.bodyB {
	width: 80%;
}
	
.top .profilePic {
	margin-bottom: 70px;	
}
	
.top .aboutText {
	text-align: inherit;
    margin-top:7%;
}

.top .aboutText p {
	margin: 20px 0 20px 0;
	text-align: justify;
}	
	
.top .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;
}
}
/* MEDIA QUERIES - TABLETS */



/* MEDIA QUERIES - COMPUTERS */
@media only screen and (min-width:1025px) {

.top .profilePic {
	float: left;
	clear: both;
	margin-right: 3%;
	padding-right: 2.75%;
	padding-left: 5.25%;
}

.top .aboutText {
	text-align: left;
	padding-top: 10%;
}

.top .socialNetworkNavBar .socialNetworkNav {
	width: 74px;
	height: 74px;
	display: inline-block;
	margin-right: 23px;

}
}

