@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	font-weight: 400;
	max-width: 1400px; 
	margin: 0 auto;
	box-sizing: border-box;
	text-size-adjust: 100%;
}

h1 {
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	color: #0000ff;
	padding: 20px 0 10px 0;
	line-height: 1.3;
}

h2 {
	font-size: 24px;
	padding-right: 20px;
	padding-top: 3px;
	margin: 0;
	color: #0000ff;
	line-height: 1.3;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #0000ff;
	line-height: 1.3;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	color: #0000ff;	
}

h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #0099ff;
}

h6 {
	font-size: 16px;
	color: #0000ff;
	padding: 5px 10px 5px 0;
	margin: 0;
	line-height: 1.3;
}

span {
	color: #0000ff;
	font-weight: 600;
}

p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 50px 0 0;
	font-size: 18px;
	line-height: 1.7;
}

a { color: #0099ff; }

/* Up Button */
#myBtn {
  position: fixed;
  bottom: 210px;
  right: 20px;
  z-index: 99;
  font-size: 14px;
  font-weight: bold;
  border: none;
  outline: none;
  background: rgba(0,153,255,.4);
  color: white;
  cursor: pointer;
  padding: 16px 13px;
  border-radius: 50%;
  user-select: none;
  transition: 0.6s ease;
  box-shadow: none;
  line-height: 1.2;
  margin-bottom: 0;
}

#myBtn:hover {
  background: #0055ff;
}


/* New Responsive Banner */
.banner {
	background-position: left top;
	position: relative;
	float: left;
}

.banner img {
	left: 0;
	width: 100%;
	height: auto;
}

/* Navigation */
.navtop {
	width: 100%;
}

.navtop ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
	overflow: hidden; 
}

.navtop li { float: left;
	font-size: 17px;
	padding: 8px 16px;
}

.navtop li a {
    display: block;
	color: #0099ff;
	text-align: center;
    text-decoration: none;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
}
	
.navtop li a:hover:not(.active) {
 	Color: #0099ff;
	font-weight: bold;	   
}

.navtop .active { 
	color: #0000ff;
	font-weight: bold;	
}

/* Container to Position Dropdown Button and Content */
.dropdown {
	top: 0;
	left: 0;
	display: none;
}

/* Style the Dropdown Button */
.dropbtn {
	cursor: pointer;
	color: #0000ff;
	background-color: #fff;
	border: none;
	font-weight: bold;
	padding: 8px 20px;
	font-size: 17px;
	transition: 0.4s;
}

/* Dropdown Content Hidden by Default */
.dropdown-content {
    display: none;
    position: absolute;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #0099ff;
    width: 50%;
    z-index: 2;
}

/* Links Inside Dropdown */
.dropdown-content a {
    color: #fff;
	font-size: 17px;
	font-weight: 600;;
    padding: 8px 20px;
    text-decoration: none;
    display: block;
}

/* Change Color of Dropdown Links on Hover */
.dropdown-content a:hover {
	background-color: #0000ff;
}

/* Show Dropdown Menu on Hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Show Different Color for Open Tab */
.dropdown-content .active {
	color: #0000ff;
}

/* Change Dropdown Button Background Color When Dropdown Shown */
.dropdown:hover .dropbtn {
	background-color: #0000ff;
	color: #fff;
}

/* Section */
section.main::after { 
	content:''; 
	display: block; 
	clear: both; 
}

/* Section-Main */
section.main {
	float: left;
	clear: left;
	padding: 0 70px 20px 95px;
}

/* Section-Main-Boiler */
section.main .boiler {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

a.box {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 3px 10px;
	text-decoration: none;
	background-color: #0099ff;
	color: #fff;
	width: 230px;
	margin: 15px 0;
	border: 1px solid #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #555;
}
a.box:hover {
	background-color: #99cc33;
	text-decoration: none;
	border: 1px solid #99CC33;
	color: #fff;
}
section.main .boiler img {
	float: right;
	margin: 10px 0 0 10px;
}

/* Section-Main Quote */
section.main .quote {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
}

section.main .quote p.cite {
	position: relative;
	color: #0000ff;
	margin-bottom: 10px;
	padding: 15px 15px 15px 20px;
	font-weight: 600;
	border: solid 15px #e4f1ff;
}

section.main p.cite::before {
	display: block;
	content: '\201c';
	color: #99cc33;
	position: absolute;
	left: 0;
	font-size: 140px;
	font-family: Arial;
	font-weight: bold;
	line-height: 0;
	font-family: Arial, Helvetica, sans-serif;
}

section.main .quote p.credit { 
	font-size: 15px; 	
	color: #0000ff; 
	padding-left: 60px; 
	position: relative;
}
 
section.main .quote p.credit::before {
	content:'\2014';
	position: absolute;
	top: -1px;
	left: 35px; 
}

/* Horizontal Color Band */
section.main .color-band {
	width: 100%;
	height: 15px;
	background-color: #99cc33;
	float: left;
	margin: 15px 0;
}

/* Shaded Text Block */
section.main .shade {
	width: 100%;
	clear: both;
	float: left;
	background-color: #e4f1ff;
	color: #0000ff;
	padding: 20px;
	margin: 15px 0;
	box-sizing: border-box;
}

/* Section-Main-Experience */
section.main .experience {
	width: 100%;
	clear: left;
	text-align: left;
	box-sizing: border-box;
}

section.main .experience h3 { 
	float: left;
}

/* Section-Main Map */
section.main .map {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

section.main .map p {
	color: #669900;
	text-align: center;
	padding: 0 10% 10px 10%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

section.main .map img {
	display: block; 
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
}

/* Clear Floats After Two Exp-Blocks*/
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Experience Page Blocks */
section.main .exp-block {
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px 35px 20px 0;
	box-sizing: border-box;
}

.exp-block a { 
	color: #fff; 
	text-decoration: none;
}

section.main .exp-block .figure {
	padding-top: 0;
	float: left;
}
section.main .exp-block .figure img {
	float: left;
	padding: 0 0 8px 0;
}
.caption {
	font-size: 12px;
	color: #0099ff;
	padding-bottom: 5px;
	width: 100px;
	line-height: 1.4;
}

section.main .exp-block .exp-content {
	display: block;
	padding-left: 120px;
	line-height: 1.4;
}
section.main .exp-block .exp-content p {
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
}
section.main .exp-block .exp-content ul, li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Footer */
footer {
	width: 100%;
	clear: both;	
}

footer .content {
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 25px 0;
	line-height: 1.8;
	text-align: center;
	background-color: #0099ff;
	font-size: 16px;
}

footer .content a {
	color: #fff;
	margin: 15px auto;
	padding: 3px 10px;
	width: 230px;
	text-decoration: none;
	border: 1px solid #fff;
	display: block;
	font-weight: bold;
	font-size: 16px;
}

footer .content a:hover {
	background-color: #99cc33;
	text-decoration: none;
	color: #fff;
}
	
/* Media Query-992px or less */
@media screen and (max-width: 992px) {

h2 { padding-top: 20px; }

h5 { font-size: 17px; }

section.main { padding-right: 10%; }

section.main .boiler {
	width: 100%; 
	float: left;
}

section.main .quote {
	width: 100%;
	float: left;
	margin-top: 30px; 
}

section.main .quote::before {
	display: inline-block;
	top: 0;
}

section.main .boiler a.box {
	margin-bottom: 10px;
}

section.main .map {
	float: left;
	width: 100%;
}

section.main .map p {
	padding: 0 10%;
}

section.main .intro {
	width: 100%;
	padding-right: 30px;
}

section.main .experience img { 
	width: 60%;
	margin-bottom: 25px;
}

section.main .experience {
	width: 100%;
}

section.main .exp-block {
	padding-right: 20px;
}

figcaption {
	padding-bottom: 5px;
}

section.main .exp-block {
	width: 100%;
	padding-right: 0;
}

}

/* Media Query-768px or less */
@media screen and (max-width: 768px) {

section.main { 
	padding-right: 40px;
	padding-left: 40px;
}

}

/* Media Query-600px or less */
@media screen and (max-width: 600px) {

h1 { font-size: 24px; }

h2 { font-size: 22px; }

h6 { font-size: 15px; }

section.main .boiler p { padding-right: 0; }

section.main .quote { padding-right: 0; }

section.main { 
	padding-left: 25px;
	padding-right: 20px;
}

section.main .experience {
	padding-right: 0;
}

.navtop {
	display: none;
}

.dropdown {
	display: block;
}
}
