/*-- COVER STYLES --*//*-- cover-section-top */#cover-section-top {background-color:transparent;min-height:70px;margin-top:-70px;}#cover-section {	background-color:#FFFFFF;	background: url(../images/cover-bkgd/cover-bkgd-collage-final-white-v01c.jpg);	background-position:center center;	background-repeat: no-repeat;	-webkit-background-size:cover;	-moz-background-size:cover;	background-size:cover;	-o-background-size:cover;	height: 100%;	display: flex;	align-items: center;	padding:70px 20px 0 20px;}.cover-content {	display: flex;	flex-flow: column;	align-items: center;}.cover-name,.cover-lastname {	text-transform: uppercase;	/*line-height: 1.2em;*/	/*padding: 0;*/	/*margin: 0;*/}.cover-name {	color:rgba(166,206,57,1.00);	font-size: 90px;	font-weight: 500;	margin-bottom: 0;}.cover-lastname {	color:rgba(143,143,143,1.00);	font-weight: 300;	font-size: 85px;	margin-bottom: .25em;}.cover-title {	color:#999999;	font-size: 32px;	font-weight:300;	text-align: center;	line-height: normal;	margin-bottom: 2.5em;}.cover-tagline {	color:#97855B;	/*font-size: 20px;*/	font-weight:300;	text-align: center;	/*line-height: normal;*/	max-width: 60%;	/*margin-top: 4.5em;*/}.cover-tagline span.paraphrase-author {	font-size: .7em;	}/*-- END OF COVER STYLES --*//*-- VIEWPORT ORIENTATION MEDIA QUERIES --*/@media all and (orientation: portrait) {}@media all and (orientation: landscape) {}/*-- VIEWPORT SIZE MEDIA QUERIES --*/@media (max-width: 1200px) {}@media (max-width: 992px) {}@media (max-width: 768px) {	.container {	/*padding-left:2em;	padding-right:2em;*/	}}@media only screen and (max-width: 740px) {	#cover-section {	padding:55px 20px 0 20px;	}	.cover-content {	}	.cover-name,	.cover-lastname {	/*line-height: 1.2em;*/	}	.cover-name {	font-size: 40px;	margin-bottom: 0.1em;	}	.cover-lastname {	font-size: 38px;	}	.cover-title {	font-size: 18px;	margin-bottom: 5.5em;	}	.cover-tagline {	font-size: 13px;	/*margin-top: 5.5em;*/	max-width: 80%;	/*padding: 0 30px;*/	}}@media (max-width: 480px) {}@media (max-width: 320px) {}