@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	font-family: arial;
	color: black;
	background-color: white;
}
* {
  box-sizing: border-box;
}
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s
}
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}
.price .header {
  background-color:black;
  color: white;
  font-size: 25px;
}
.price li {
  border-bottom: 2px solid #eee;
  padding: 20px;
  text-align: center;
}
.price .grey {
  background-color: #eee;
  font-size: 20px;
}
.button {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.fa-bars {
	position: fixed;
	display: inline-block;
	width:100%;
	padding: 15px;
	color:black;
	background-color: #000;
	 border-bottom: 2px red;
	border-bottom-color: red;
	font-size: 400px;
}
#myNav {
	margin-top: 0px;
	text-align: center;
	margin-bottom: 125px;
}
#myNav img{
	padding-top: 75px;
	width: 100px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.overlay a {
  	margin-top: 75px;
	padding: 8px;
  	text-decoration: none;
 	color: white;
 	display: block;
  	transition: 0.3s;
	font-weight: bold;
	font-size: 3rem;
}
.overlay a:hover, .overlay a:focus {
  color: #818181;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.navbar {
  overflow: hidden;
  margin-left: auto;
  margin-rigth: auto;
	display: inline-block;
    list-style-type: none;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  text-decoration: underline;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.sidenav div i{
	font-size: 25px;
	display: inline-block;	
	padding-bottom: 5px;
}
@media (max-width:768px){
	
}
@media screen and (min-width:769px) and (max-width:1020px){	
	#banner {
		display: none;
	}
	#myNav img{
		margin-top: 25px;
		margin-bottom: 75px;
		width: 100px;
	}
	.button1 {
	  background-color: red;
	  border: none;
	  color: white;
	  padding: 9px 32px;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		text-align: left;
		border-radius: 25px;
		font-size: 2.8rem;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);;
		font-weight: bold;
	}
	.button1 a{
		text-decoration: none;
		font-weight: bold;
		font-size: 2.8rem;
		color:white;		
	}
	.button1 a:hover {
		text-decoration:underline;
		border-radius: 1px;
	}
	.button2 {
	  background-color: #1E90FF;
	  border: none;
	  color: white;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 2.8rem;		
	}
	.button2 a{
		text-decoration: none;
		font-size:2.8rem;
		color:white;
		font-weight: bold;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.button2 a:hover {
		color:black;
		text-decoration: underline;
		border-radius: 1px;
	}
	#section-1 {
		margin-top: 275px;
	}
	#section-1 img{
		margin-left: 45px;
		margin-right: 45px
		width: 575px;
	}
	#section-1 p{
		text-align: left;
		margin-left: 45px;
		margin-right: 45px;
		font-size: 2.5rem;
		color: black;
	}
	.column {
		float: left;
    	width: 100%;
		height: 800px;
		padding-top: 55px;
		margin-top: 1px;
		margin-bottom: 1px;
  	}
	#section-2 {
		margin-top: 180px;
	}
	#section-2 h2{
		padding-top: 25px;
		margin-left: 45px;
		margin-eifht: 45px;
		color: white;
		font-size: 3rem;
		text-align: left;
	}
	#section-2 p{
		margin-left: 45px;
		margin-eifht: 45px;
		color: white;
		font-size: 3rem;
		text-align: left;
	}
	#section-3 {
		margin-top: 1995px;
	}
	#section-3 img{
		margin-left: 45px;
		width: 450px;
		 border-style: solid;
  		border-color: #000;
		 border-width: 1px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-3 h2{
		margin-top: 125px;
		margin-left: 45px;
		margin-right: 45px;
		text-align:left;
		font-size: 3rem;
	}
	#section-3 p{
		margin-left: 45px;
		margin-right: 45px;
		text-align:left;
		font-size: 2.7rem;
	}	
	hr {
		width: 70%;
	}
	#column {
		margin-top: 55px;
		margin-bottom: 45px;
		margin-left: 45px;
		margin-right: 45px;
		width: 70%;
		font-size: 2.75rem;
	}
	#section-4 {
		margin-top: 155px;
		margin-bottom: 145px;
		margin-left: 45px;
		margin-right: 45px;
	}
	#section-4 .header {
		font-size: 2.75rem;
		text-align: left;
	}
	#section-4 .grey {
		font-size: 2.75rem;
		text-align: left;
	}
	#section-4 .accordion{
		font-size: 2.75rem;
		background-color: #fff;
		color: black;
	}
	#section-4 .panel li{
		margin-top: 15px;
		font-size: 2.6rem;
		text-align: left;
	}
	#section-4 li{
		text-align: left;
		padding-left: 35px;
		font-size: 2.75rem;
	}
	#section-4 a{
		color: blue;
		text-decoration: underline;
		font-weight: bold;
	}
}	
@media screen and (min-width:1021px){
	#myNav  {
		display: none;
	}
	#myNav .overlay .overlay-content{
		display: none;
	}
	#myNav .overlay .overlay-content{
		display: none;
	}
	span{
		display: none;
	}
	#banner {
		margin-top: 0px;
		background-color: #000;
		text-align:center;
		width: 100%;
		border-bottom: 1px solid white;
		position:fixed;
	}
	#banner p{
		text-align: center;
		display: inline-block;
		color: white;
		font-size: 1rem;
	}
	#banner a{
		text-decoration: underline;
		color: white;
	}
	#banner a:hover{
		text-decoration: none;
		color: gray;
	}
	.button1 {
	  background-color: red;
	  border: none;
	  color: white;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
		margin-top: 75px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.5rem;
		border-radius: 25px;
		cursor: pointer;
	}
	.button1 a{
		text-decoration: none;
		font-size: 2.5rem;
		color:white;
		font-weight: bold;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.button1 a:hover {
		color:black;
		text-decoration: underline;
		border-radius: 1px;
	}
	.button2 {
	  background-color: #1E90FF;
	  border: none;
	  color: white;
	  padding: 9px 32px;
	  text-align: center;
	  text-decoration: none;
	  margin: 4px 2px;
	  cursor: pointer;
		border-radius: 25px;
		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
		font-size: 1.6rem;
		
	}
	.button2 a{
		text-decoration: none;
		font-size:1.6rem;
		color:white;
		font-weight: bold;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.button2 a:hover {
		color:black;
		text-decoration: underline;
		border-radius: 1px;
	}
	.column {
		float: left;
    	width: 50%;
		height: 700px;
		padding-top: 35px;
		margin-top: 25px;
  	}
	#section-1 {
		margin-top: 155px;
	}
	#section-1 img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 425px;		
	}
	#section-1 h2{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.6rem;
		color: #000;
	}
	#section-1 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		color: #000;
	}
	#section-1 a{
		text-decoration: none;
	}
	#section-1 a:hover{
		text-decoration: underline;
		color: gray;
	}	
	#section-2 {
		margin-top: 105px;
	}
	#section-2 h2{
		text-align: left;
		padding-top: 75px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 2.6rem;
		color: #fff;
	}
	#section-2 p{
		text-align: left;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1rem;
		color: #fff;
	}
	.column {
		height: 575px;
	}
	#section-3 {
		margin-top: 825px;
	}
	#section-3 img{
		margin-left: 15%;
		width: 250px;
	}
	#section-3 h2,p{
		margin: 25px;
	}
	#section-3 img{
		margin-left: 15%;
		width: 300px;
		 border-style: solid;
  		border-color: red;
		 border-width: 1px;
		 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	#section-3 h2{
		padding-top: 55px;
		margin-left: 15%;
		margin-right: 15%;		
		text-align: left;
		font-size: 2.5rem;
		color:#d0333a;
		font-weight: bold;
	}	
	#section-3 p{
		margin-left: 15%;
		margin-right: 15%;
		text-align: left;
		font-size: 1.2rem;
	}
	hr {
		margin-left: 25%;
		margin-right: 25%;
	}
	#column {
		margin-top: 5px;
		margin-bottom: 45px;
		margin-left: 15%;
		margin-right: 15%;
		font-size: 1.3rem;
	}
	#section-4 {
		margin-top: 115px;
		margin-bottom: 155px;
		margin-left: 15%;
		margin-right: 15%;
	}
	#section-4 .header {
		font-size: 2rem;
		text-align: left;
	}
	#section-4 .grey {
		font-size: 1.2rem;
		text-align: left;
	}
	#section-4 .accordion{
		font-size: 1.1rem;
		background-color: #fff;
		color: black;
	}
	#section-4 .panel li{
		margin-top: 15px;
		font-size: 1.1rem;
		text-align: left;
	}
	#section-4 li{
		text-align: left;
		padding-left: 35px;
		font-size: 1.2rem;
	}
	#section-4 a{
		color: blue;
		text-decoration: underline;
		font-size: 1.2rem;
	}
}