@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
  	margin: 0;
  	font-family: 'Merriweather';
  	line-height: 180%;
  	text-align: center;
}

nav {
	top: 0;
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	z-index: 10;
	background-color: #aa0000;
	font-family: 'Asap', sans-serif;
}

ul {
	list-style-type: circle;
	background: #aa0000;
	opacity: .95;
}

ul li {
	list-style-type: circle;
	display: inline-block;
	text-align: left;
	padding-left: 10px;
}

ul li a {
	text-decoration: none;
	padding: 10px;
	display: block;
}

ul ul {
	position: absolute;
	min-width: 160px;
	display: none;
}

ul ul li {
	display: block;
}

ul li:hover ul {
	display: block;
}

ul li i {
	color: #fff;
}

.logo {
	margin-left: -15px;
}

.nav-links {
	display: flex;
	justify-content: space-around;
	width: 70%;
}

.nav-links li {
	list-style: none;
}

.nav-links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.burger {
	display: none;
	cursor: pointer;
	margin-right: -5px;
}

.burger div {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin: 5px;
	transition: all 0.3s ease;
}

.parallax1 {
  background: border-box, url("img/office1.jpg");
  min-height: 100%;
}
.parallax2 {
  background: border-box, url("img/san-antonio-riverwalk.jpg");
  min-height: 70%;
}
.parallax3 {
  background: border-box, url("img/paratemp-md.jpg");
  min-height: 100%;
}
.parallax4 {
  background: border-box, url("img/paratemp-eyes.jpg");
  min-height: 80%;
}
.parallax5 {
  background: border-box, url("img/glasses.jpg");
  min-height: 100%;
}
.parallax6 {
  background: border-box, url("img/office2.jpg");
  min-height: 100%;
}
.parallax7 {
  background: border-box, url("img/gray-back.jpg");
  min-height: 100%;
}

.parallax8 {
  background: border-box, url("img/gray-back.jpg");
  min-height: 100%;
}

.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8 {
  position: inherit;
  opacity: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.center {
  	display: flex;
	justify-content: space-around;
	align-items: center;
  	margin-left: auto;
  	margin-right: auto;
}

h1 {
	text-align: center;
	color: #aa0000;
}

h2 {
	text-align: center;
	color: #000000;
	font-size: 110%
}

h3 {
	text-align: center;
	color: #aa0000;
	font-size: 100%;
}

h4 {
	text-align: left;
	font-size: 85%;
}

h5 {
	text-align: center;
	font-size: 150%;
	line-height: 28px;
}

h6 {
	text-align: center;
	font-size: 85%;
	color: #fff;
}

h7 {
	text-align: left;
	font-size: 100%;
}

.heading-hero {
  	position: inherit;
  	color: #aa0000;
  	font-size: 200%;
	font-weight: 800;
 	width: 100%;
  	padding-top: 225px;
  	text-transform: uppercase;
  	letter-spacing: 6px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Asap', sans-serif;
}

.heading-page {
  	position: inherit;
  	color: #fff;
  	font-size: 250%;
	font-weight: 700;
 	width: 100%;
  	padding-top: 100px;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Asap', sans-serif;
}

.heading-hero-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 120px;
  	color: #3B7DA6;
  	font-size: 150%;
	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 3px;
  	line-height: normal;
  	text-shadow: 0 0 15px #000;
	font-family: 'Asap', sans-serif;
}

.heading-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 290px;
  	color: #fff;
  	font-size: 250%;
	font-weight: 700;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
	font-family: 'Asap', sans-serif;
}

.site-usage {
  	position: inherit;
  	width: 100%;
  	padding-top: 400px;
  	color: #fff;
  	font-size: 75%;
	font-weight: 200;
  	text-transform: uppercase;
  	letter-spacing: 5px;
  	line-height: normal;
  	text-shadow: 0 0 10px #000;
}

.column {
    max-width: 725px;
	margin: 0 auto;
	float: center;
	padding: 30px;
	text-align: center;
	display: block;
}

.two-col {
  float: left;
  width: 50%;
  padding: 0 4%;
  text-align: justify;
  /***color: #gray;***/
}

.three-col {
  float: left;
  width: 32%;
  padding: 0 4%;
  text-align: justify;
  /***color: #gray;***/
}

.two-col2 {
  float: left;
  width: 50%;
  padding: 0 4%;
  text-align: left;
}

.four-col {
  float: left;
  width: 24%;
  padding: 0 4%;
  text-align: justify;
}

.col-one, .col-two, .col-three {
	width: 30%;
	float: left;
	margin-right: 5%
}

.col-three {
	margin-right: 0;
}

.col-prime {
	width: 60%;
	float: left;
	margin-right: 5%;
}

.clear {
	clear: both;
}

section {
  overflow: auto;
  padding: 40px 80px;
  text-align: justify;
  background-color: #d1d3d4;
}

.dark {
  overflow: auto;
  padding: 40px 80px;
  background-color: #181612;
  color: #fff;
  text-align: justify;
}

.blue {
  overflow: auto;
  padding: 20px 80px;
  background-color: #aa0000;
  color: #fff;
  text-align: justify;
}

.call {
	max-width: 625px;
	margin: 0 auto;
	color: #fff;
	font-size: 120%;
	text-align: justify;
	line-height: 25px;
	display: block;
}

.call2 {
	max-width: 725px;
	margin: 0 auto;
	background: #fff;
	color: #000000;
	opacity: .85;
	padding: 30px;
	text-align: justify;
	line-height: inherit;
	display: block;
}

.call3 {
	max-width: 900px;
	margin: 0 auto;
	background: #d1d3d4;
	color: #000000;
	padding: 30px;
	text-align: justify;
	line-height: inherit;
	display: block;
}

.call4 {
	max-width: 55%;
	margin: 0 auto;
	color: #fff;
	padding: 30px;
	text-align: justify;
	line-height: 22px;
	display: block;
}

.call5 {
	max-width: 41%;
	margin: 0 auto;
	color: #fff;
	padding: 30px;
	text-align: justify;
	line-height: 18px;
	display: block;
}

.call6 {
	max-width: 625px;
	margin: 0 auto;
	color: #fff;
	font-size: 120%;
	text-align: center;
	line-height: 25px;
	display: block;
}

.wrapper {
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.wrapper iframe{
	width: 800px;
	height: 500px;
}

.wrapper2 {
	position: inherit;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.wrapper2 iframe{
	width: 800px;
	height: 650px;
}

.button {
	font-family: 'Asap', sans-serif;
	width: 500px;
	background-color: #aa0000;
	border: none;
	border-radius: 8px 8px 8px 8px;
	color: #fff;
	padding: 14px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	z-index: 10;
}

.button2 {
  font-family: 'Asap', sans-serif;
  background-color: #aa0000;
  border: none;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #aa0000;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #aa0000;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: #aa0000;
  display: none;
  overflow: hidden;
}

footer {
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 11vh;
	background-color: #aa0000;
	font-family: 'Asap', sans-serif;
}

.copyright {
	color: #fff;
	letter-spacing: 1px;
	font-size: 14px;
}

.footer-links {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	width: 100%;
	background: #aa0000;
}

.footer-links li {
	list-style: none;
}

.footer-links a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 22px;
}

.fa {
  width: 25px;
  float: right;
  text-decoration: none;
  padding-right: 30px;
}

.fa:hover {
  opacity: 0.7;
}

.fa-linkedin {
  background: #aa0000;
  color: white;
}

.fa-twitter {
  background: #aa0000;
  color: white;
}

.fa-facebook {
  background: #aa0000;
  color: white;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
opacity: 0.7;
}

a:active {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 1400px){

	body{
		overflow-x: hidden;
	}
	
	nav {
		top: 0;
		width: 100%;
		position: fixed;
		display: flex;
		justify-content: space-around;
		align-items: center;
		min-height: 8vh;
		background-color: #aa0000;
		font-family: 'Asap', sans-serif;
	}
	
	nav div {
		display: block;
	}

	ul {
		display: none;
		position: static;
		background: #aa0000;
	}

	ul li {
		display: block;
		text-align: center;
		padding-left: 0;
		line-height: 20px;
	}

	ul ul {
		position: static;
		background: #aa0000;
	}
	
	.nav-links {
		position: absolute;
		right: 0px;
		height: 50vh;
		top: 8vh;
		background-color: #aa0000;
		/* opacity: 0; */
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		transform: translateX(100%); 
		transition: transform 0.5s ease-in;
	}
	
	.nav-links a {
		color: #fff;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 18px;
	}
	
	.nav-links li {
		opacity: 0;
	}
	
	.burger {
		display: block;
	}

	.nav-active {
		/* z-index: 1;
		opacity: 1; */
		transform: translateX(0%)
	} 
	
	.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7 {
  		position: inherit;
  		opacity: 1;
  		background-position: center;
		background-size: cover;
 	 	background-repeat: no-repeat;
	}
		
	.heading-hero {
    	font-size: 200%;
		font-weight: 800;
		padding-top: 225px;
		letter-spacing: 3px;
  	}
  	.heading-page {
    	font-size: 200%;
		font-weight: 800;
		padding-top: 175px;
		letter-spacing: 3px;
		text-shadow: 0 0 7px #181612;
  	}
	.heading-hero-sm {
  		position: inherit;
  		width: 100%;
  		padding-top: 100px;
  		color: #3B7DA6;
  		font-size: 130%;
		font-weight: 600;
  		text-transform: uppercase;
  		letter-spacing: 3px;
  		line-height: normal;
  		text-shadow: 0 0 15px #181612;
		font-family: 'Asap', sans-serif;
	}
  	.heading-sm {
    	font-size: 180%;
		padding-top: 400px;
		text-shadow: 0 0 8px #181612;
  	}
}

@keyframes navLinkFade {
	from {
		opacity: 0;
		transform: translateX(50px);
	}
	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .line1 {
	transform: rotate(-45deg) translate(-5px,6px);
}

.toggle .line2 {
	opacity: 0;
}

.toggle .line3 {
	transform: rotate(45deg) translate(-5px,-6px);
}

@media only screen and (max-width: 1000px) {
  ul li {
	display: block;
	line-height: 15px;
  }
	
  .parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8 {
  	position: inherit;
  	opacity: 1;
  	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat;
  }
	
  .heading-hero {
    font-size: 150%;
	font-weight: 800;
	padding-top: 175px;
	letter-spacing: 3px;
  }
	
  .heading-page {
    font-size: 150%;
	font-weight: 800;
	padding-top: 125px;
	letter-spacing: 3px;
	text-shadow: 0 0 8px #181612;
  }
	
  .heading-hero-sm {
  	position: inherit;
  	width: 100%;
  	padding-top: 90px;
  	color: #3B7DA6;
  	font-size: 90%;
	font-weight: 600;
  	text-transform: uppercase;
  	letter-spacing: 3px;
  	line-height: normal;
  	text-shadow: 0 0 15px #181612;
	font-family: 'Asap', sans-serif;
  }
	
  .heading-sm {
    font-size: 125%;
	padding-top: 370px;
	text-shadow: 0 0 8px #181612;
  }
	
  .two-col {
    width: 100%;
    padding: 0;
    text-align: justify;
	text-decoration: none;
  }
	
  .two-col2 {
    width: 100%;
    padding: 0;
    text-align: justify;
	text-decoration: none;
  }
	
	.wrapper {
		position: relative;
		overflow: hidden;
		top: 0%;
		padding-top: 600px;
		transform: none;
		/*---width: 100%;---*/
	}
	
	.wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.wrapper2 {
		position: relative;
		overflow: hidden;
		top: 0%;
		padding-top: 700px;
		transform: none;
		width: 100%;
	}
	
	.wrapper2 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.nav-links a{
		color: #fff;
		text-decoration: none;
		letter-spacing: 1px;
		font-size: 16px;
	}
	
	ul li {
		display: block;
		line-height: 10px;
	}
	
	.parallax8 {
  		min-height: 30%;
	}
	
	.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7, .parallax8 {
  		position: inherit;
  		opacity: 1;
  		background-position: center;
  		background-size: cover;
 	 	background-repeat: no-repeat;
		background-attachment: scroll;
	}
	
	h5 {
		text-align: center;
		font-size: 150%;
	}
	
	h4 {
		text-align: center;
	}
	
	h7 {
		text-align: center;
	}
	
	.heading-hero{
    	font-size: 150%;
		font-weight: 800;
		padding-top: 120px;
		letter-spacing: 2px;
	}
	
	.heading-page {
    	font-size: 150%;
		font-weight: 900;
		padding-top: 85px;
		letter-spacing: 2px;
		text-shadow: 0 0 4px #181612;
	}
	
    .heading-hero-sm {
  		position: inherit;
  		width: 100%;
  		padding-top: 50px;
  		color: #3B7DA6;
  		font-size: 150%;
		font-weight: 800;
  		text-transform: uppercase;
  		letter-spacing: 2px;
  		line-height: normal;
  		text-shadow: 0 0 4px #181612;
		font-family: 'Asap', sans-serif;
	}
	
	.heading-sm {
		font-size: 150%;
		padding-top: 225px;
		text-shadow: 0 0 4px #181612;
		letter-spacing: 2px;
  	}
	
	.triangle-down {
		width: 0;
		height: 0;
		border-left: 25px solid transparent;
		border-right: 25px solid transparent;
		border-top: 50px solid #555;
	}
	
	.call {
		max-width: 100%;
		margin: 0 auto;
		color: #fff;
		font-size: 100%;
		padding: 30px;
		text-align: center;
		line-height: 22px;
		display: block;
	}
	
	section {
  		overflow: auto;
  		padding: 30px 20px;
  		text-align: center;
	}
	
	.column {
    	width: 100%;
		text-align: center;
  	}
	
	.two-col {
  		padding: 10px 20px;
		padding-bottom: 30px;
  		text-align: justify;
  		/***color: #gray;***/
	}
	
	.two-col2 {
  		padding: 10px 20px;
		padding-bottom: 30px;
  		text-align: center;
  		/***color: #gray;***/
	}
	
	.col-one, .col-two, .col-three {
		width: 100%;
		float: none;
		margin: 0;
		text-align: center;
	}

	.col-one, .col-two {
		padding-bottom: 30px;
	}
	
	.col-prime {
		width: 100%;
		max-width: 100%;
		text-align: justify;
	}
	
	.dark {
  		overflow: auto;
  		padding: 10px 20px;
  		background-color: #181612;
  		color: #fff;
		text-align: center;
	}
	
	.blue {
  		overflow: auto;
  		padding: 30px 40px;
  		background-color: #aa0000;
  		color: #fff;
  		text-align: left;
	}
	
	.wrapper {
		position: relative;
		overflow: hidden;
		top: 0%;
		padding-top: 600px;
		transform: none;
		/*---width: 100%;---*/
	}
	
	.wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.wrapper2 {
		position: relative;
		overflow: hidden;
		top: 0%;
		padding-top: 700px;
		transform: none;
		width: 100%;
	}
	
	.wrapper2 iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.button {
  		width: 100%;
	}
	
	.call2 {
		max-width: 90%;
		line-height: 40px;
	}
	
	.call4 {
		max-width: 100%;
		line-height: 24px;
	}
	
	.call5 {
		max-width: 100%;
		line-height: 24px;
	}
	
	img {
  		max-width: 100%;
  		height: auto;
	}
	
	.footer-links {
		display: flex;
		justify-content: space-around;
		align-items: baseline;
		width: 100%;
		padding-right: 5%;
		background: #aa0000;
	}
	
}




































