/*Place CSS and embedded Google Fonts Below this line*/
@import url('https://fonts.googleapis.com/css?family=Montserrat|Maven+Pro|Open+Sans|Oswald');

body {
	background:#222;
	
}

body p {
	color:#FFF;
	font-family:'Maven Pro', Arial, sans-serif;
}

hr {
	width:150px;
	border:0.5px solid #D5FF2C;
	margin-bottom:20px;

}

nav {
	height:0px;
	line-height:0px;
	width:100%;	
	z-index:10;
	text-align:center;
	word-spacing:20px;
}

nav li {
		color:#FFF;
		display:inline;
		text-align:center;
		font-size:12px;
		font-family: 'Montserrat', sans-serif;
		letter-spacing:5px;
		position:inherit;
  		text-decoration: none;
	text-transform: uppercase;
}

nav li a {
		  position: relative;
		  color:#EEEEEE;
		  text-decoration: none;
}

nav li a:hover {
		color:#FFF;
		opacity:6;
		transition:all 0.4s ease-in;
}

nav li a:before {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 1px;
		  bottom: -7px;
		  left: 0;
		  background-color: #FFF;
		  visibility: hidden;
		  -webkit-transform: scaleX(0);
		  transform: scaleX(0);
		  -webkit-transition: all 0.3s ease-in-out 0s;
		  transition: all 0.3s ease-in-out 0s;
}

nav li a:hover:before {
	visibility: visible;
  	-webkit-transform: scaleX(1);
 	transform: scaleX(1);
}

#container {
	width:960px;
	margin:0 auto;
	background:none;
}

#bar {
	width:100%;
	height:50px;
	background-color:#000;
	vertical-align:baseline;

}


#bar p {
	font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10pt;
	text-align:center;
	line-height:50px;
}

.logo {
	width:100%;
	height:80px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	background-image:url(../images/logo.png);
	background-size:300px;
	background-repeat: no-repeat;
	background-position: center;
}


/****************COLUMNS*****************/

.col11 {
	width:100%;
	height:300px;
	text-align:center;

}


.col11 h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#D5FF2C;
	font-size:12pt;
}

.col13:hover {
		background-color:#000000;
	}

.col13 {
	width:33%;
	height:70px;
	border:1px solid #333;
	float:left;
	text-align:center;
	line-height:70px;
}

.col13 h3 {
	font-family:Montserrat, Arial, sans-serif;
	color:#D5FF2C;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bolder;
	letter-spacing:3px;
	padding:0;
	margin:0;
	display:inline;
}

.clear {clear:both;}

.web-icon {
	background:url(../images/web-icon.png);
	width:60px;
	height:60px;
	float:left;

}

.mobile-icon {
	background:url(../images/mobile-icon.png);
	width:60px;
	height:60px;
	float:left;
}

.photo-icon {
	background:url(../images/photo-icon.png);
	width:60px;
	height:60px;
	float:left;
}



.facebook-icon {
	background:url(../images/facebook.png);
	width:60px;
	height:60px;
	float:left;
	margin-left:200px;
}


h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
}

#container h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.homeContent {
	text-align: center;
	width:100%;
	position:absolute;
	z-index:10;
	left:0;
	bottom:300px;
	color:#FFF;
	font-size:20pt;
	font-family:Maven Pro, Arial, sans-serif;

}

.homeContent p {
	font-size:16pt; 
}

#quote-button {
	margin:0 auto;
	font-size:8pt;
	font-weight: bolder;
	letter-spacing:2px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #FFF;
	padding:10px;
	width:200px;
	text-align:center;
}

#quote-button a {
	text-decoration: none;
	color:#FFF;
}

#quote-button a:hover {
	color:#D5FF2C;
}

#quote-button:hover {
	background-color:#000;
}

#call-button {
	margin:0 auto;
	font-size:8pt;
	font-weight: bolder;
	letter-spacing:1px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #FFF;
	padding:10px;
	width:200px;
	text-align:center;
	margin-left:2px;
}

#call-button a {
	text-decoration: none;
	color:#FFF;
}

#call-button a:hover {
	color:#D5FF2C;
}

#call-button:hover {
	background-color:#000;
}

#call-button, #quote-button {
	display:inline-block;
}

#about {
	width:100%;
	height:400px;
	text-align:center;

}

#about p {
	line-height:1.3;
}

#about h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:14pt;
	text-align:center;
}

#about img:hover {
	opacity:0.5;
}

.contact {
	padding-top:100px;
	height:300px;
	width:100%;
	background:#222;
	line-height:auto;
}

.contact p {
	line-height: 1.3;
}

.contact h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.intro {
	background-image:url("../images/banner.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top left;
	line-height:normal;
	width:100%;
	height:800px;
}

.intro h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

/*******CONTACT FORM*********/

textarea {
	width:500px;
	background-color:#222;
	border-top:1px #FFF;
}

input {
	border:none;
	background-color:#222;
}

/********FOOTER*********/

#footer {
	background-color:#000;
	height:100px;
	text-align:center;
	margin-top:100px;
}

#footer p {
		font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	text-align:center;
	line-height:100px;
}

/**************************************MOBILE VIEW**************************/



/*IPHONE X, 7, 8*/
@media screen and (min-width: 375px)and (max-width:480px)
{
	
	body {
	background:#222;
	
}

body p {
	color:#FFF;
	font-family:'Maven Pro', Arial, sans-serif;
}

hr {
	width:150px;
	border:0.5px solid #D5FF2C;
	margin-bottom:20px;

}

nav {
	position:fixed;
	padding:0;
	height:120px;
	width:375px;	
	text-align:center;
	word-spacing:10px;
	background-color:rgba(0,0,0,0.81);
}

nav li {
		color:#FFF;
		display:inline;
		text-align:center;
		font-size:10px;
		font-family: 'Montserrat', sans-serif;
		letter-spacing:2px;
  		text-decoration: none;
	text-transform: uppercase;
	font-weight:bolder;
}

nav li a {
		  position: relative;
		  color:#EEEEEE;
		  text-decoration: none;
}

nav li a:hover {
		color:#FFF;
		opacity:6;
		transition:all 0.4s ease-in;
}

nav li a:before {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 1px;
		  bottom: -7px;
		  left: 0;
		  background-color: #FFF;
		  visibility: hidden;
		  -webkit-transform: scaleX(0);
		  transform: scaleX(0);
		  -webkit-transition: all 0.3s ease-in-out 0s;
		  transition: all 0.3s ease-in-out 0s;
}

nav li a:hover:before {
	visibility: visible;
  	-webkit-transform: scaleX(1);
 	transform: scaleX(1);
}

#container {
	width:375px;  
	max-width:480px;
	margin:0 auto;
	background:none;
}

#bar {
	width:100%;
	height:50px;
	background-color:#000;
	vertical-align:baseline;

}


#bar p {
	font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10pt;
	text-align:center;
	line-height:50px;
}

.logo {
	position:fixed;
	z-index:13;
	width:375px;
	height:90px;
	margin-top:25px;
	margin-bottom:20px;
	margin-left:0px;
	background-image:url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}


/****************COLUMNS*****************/

.col11 {
	width:100%;
	height:300px;
	text-align:center;

}


.col11 h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#D5FF2C;
	font-size:12pt;
}

.col13 {
	width:375px;
	height:70px;
	border:1px solid #333;
	float:left;
	text-align:center;
	line-height:70px;
	align-content: center;
}
	
.col13:hover {
		background-color:#000000;
	}

.col13 h3 {
	font-family:Montserrat, Arial, sans-serif;
	color:#D5FF2C;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bolder;
	letter-spacing:3px;
	padding:0;
	margin:0;
	display:inline;
}

.clear {clear:both;}

.web-icon {
	background:url(../images/web-icon.png);
	width:60px;
	height:60px;
	float:left;

}

.mobile-icon {
	background:url(../images/mobile-icon.png);
	width:60px;
	height:60px;
	float:left;
}

.photo-icon {
	background:url(../images/photo-icon.png);
	width:60px;
	height:60px;
	float:left;
}



.facebook-icon {
	background:url(../images/facebook.png);
	width:60px;
	height:60px;
	float:left;
	margin-left:200px;
}


h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	text-align:center;
}


#container h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.homeContent {
	text-align: center;
	width:100%;
	position:absolute;
	z-index:0;
	left:0;
	bottom:300px;
	color:#FFF;
	font-size:20pt;
	font-family:Maven Pro, Arial, sans-serif;


}

.homeContent p {
	font-size:16pt; 
}

#quote-button {
	margin:0 auto;
	font-size:8pt;
	font-weight: bolder;
	letter-spacing:2px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #FFF;
	padding:10px;
	width:200px;
	text-align:center;
}

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

#quote-button a:hover {
	color:#000;
}

#quote-button:hover {
	background-color:#D5FF2C;
	color:#000;
}

#call-button {
	color:#000;
	position:fixed;
	bottom:0px;
 	right:0px;
	font-size:9pt;
	font-weight: bolder;
	letter-spacing:2px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding:0px;
	height:80px;
	line-height:80px;
	width:375px;
	background-color:#D5FF2C;
	text-align:center;
}

#call-button a {
	text-decoration: none;
	color:#000;
}

#call-button a:hover {
	color:#222;
}

#call-button:hover {
	background-color:#D5FF2C;
}

#about {
	width:100%;
	height:400px;
	text-align:center;

}

#about p {
	line-height:1.3;
}

	
#services {
		width:375px;
	}

.contact {
	padding-top:100px;
	height:300px;
	width:100%;
	background:#222;
	line-height:auto;
}

.contact p {
	line-height: 1.3;
}

.contact h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.intro {
	background-image:url("../images/banner.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top left;
	line-height:normal;
	width:100%;
	height:600px;
}

.intro h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

/*******CONTACT FORM*********/

textarea {
	width:400px;
	background-color:#222;
	border-top:1px #FFF;
}

input {
	border:none;
	background-color:#222;
}

/********FOOTER*********/

#footer {
	background-color:#000;
	height:100px;
	text-align:center;
	margin-top:100px;
}

#footer p {
		font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	text-align:center;
	line-height:20px;
}
	
	
}



/************************************************************/



/*IPHONE XR, 7 PLUS, 8 PLUS*/
@media screen and (min-width: 414px)and (max-width:480px)
{
	
	body {
	background:#222;
	
}

#facebook {display:none;}

body p {
	color:#FFF;
	font-family:'Maven Pro', Arial, sans-serif;
}

hr {
	width:150px;
	border:0.5px solid #D5FF2C;
	margin-bottom:20px;

}

nav {
	position:fixed;
	padding:0;
	height:120px;
	width:414px;	
	text-align:center;
	word-spacing:10px;
	background-color:rgba(0,0,0,0.81);
}

nav li {
		color:#FFF;
		display:inline;
		text-align:center;
		font-size:10px;
		font-family: 'Montserrat', sans-serif;
		letter-spacing:2px;
  		text-decoration: none;
	text-transform: uppercase;
	font-weight:bolder;
}

nav li a {
		  position: relative;
		  color:#EEEEEE;
		  text-decoration: none;
}

nav li a:hover {
		color:#FFF;
		opacity:6;
		transition:all 0.4s ease-in;
}

nav li a:before {
		  content: "";
		  position: absolute;
		  width: 100%;
		  height: 1px;
		  bottom: -7px;
		  left: 0;
		  background-color: #FFF;
		  visibility: hidden;
		  -webkit-transform: scaleX(0);
		  transform: scaleX(0);
		  -webkit-transition: all 0.3s ease-in-out 0s;
		  transition: all 0.3s ease-in-out 0s;
}

nav li a:hover:before {
	visibility: visible;
  	-webkit-transform: scaleX(1);
 	transform: scaleX(1);
}

#container {
	width:414px;  
	max-width:480px;
	margin:0 auto;
	background:none;
}

#bar {
	width:100%;
	height:50px;
	background-color:#000;
	vertical-align:baseline;

}


#bar p {
	font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:10pt;
	text-align:center;
	line-height:50px;
}

.logo {
	position:fixed;
	z-index:13;
	width:100%;
	height:80px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	background-image:url(../images/logo.png);
	background-size:300px;
	background-repeat: no-repeat;
	background-position: center;
}


/****************COLUMNS*****************/

.col11 {
	width:100%;
	height:300px;
	text-align:center;

}


.col11 h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#D5FF2C;
	font-size:12pt;
}

.col13 {
	width:414px;
	height:70px;
	border:1px solid #333;
	float:left;
	text-align:center;
	line-height:70px;
	align-content: center;
}

.col13 h3 {
	font-family:Montserrat, Arial, sans-serif;
	color:#D5FF2C;
	font-size:9pt;
	text-transform:uppercase;
	font-weight:bolder;
	letter-spacing:3px;
	padding:0;
	margin:0;
	display:inline;
}

.clear {clear:both;}

.web-icon {
	background:url(../images/web-icon.png);
	width:60px;
	height:60px;
	float:left;

}

.mobile-icon {
	background:url(../images/mobile-icon.png);
	width:60px;
	height:60px;
	float:left;
}

.photo-icon {
	background:url(../images/photo-icon.png);
	width:60px;
	height:60px;
	float:left;
}



.facebook-icon {
	background:url(../images/facebook.png);
	width:60px;
	height:60px;
	float:left;
	margin-left:200px;
}


h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	text-align:center;
}

#container h1 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.homeContent {
	position:absolute;
	z-index:5;
	left:10px;
	padding:20px;
	bottom:140px;
	color:#FFF;
	font-size:18pt;
	font-family:Maven Pro, Arial, sans-serif;
	text-align:center;
	

}

.homeContent p {
	font-size:16pt; 
}

#quote-button {
	font-size:8pt;
	font-weight: bolder;
	letter-spacing:2px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:1px solid #FFF;
	padding:10px;
	height:20px;
	line-height:20px;
	width:160px;
	margin-left:88px;
}

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

#quote-button a:hover {
	color:#000;
}

#quote-button:hover {
	background-color:#D5FF2C;
	color:#000;
}

#call-button {
	color:#000;
	position:fixed;
	bottom:0px;
 	right:0px;
	font-size:8pt;
	font-weight: bolder;
	letter-spacing:2px;
	font-family:'Montserrat', Arial, sans-serif;
	text-transform:uppercase;
	border:none;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	padding:10px;
	height:40px;
	line-height:40px;
	width:100%;
	background-color:#D5FF2C;
	text-align:center;
}

#call-button a {
	text-decoration: none;
	color:#000;
}

#call-button a:hover {
	color:#222;
}

#call-button:hover {
	background-color:#D5FF2C;
}

#about {
	
	width:100%;
	height:300px;
	text-align:center;

}

#about p {
	line-height:1.3;
}

#services {
		width:400px;
	}

.contact {
	padding-top:100px;
	height:300px;
	width:100%;
	background:#222;
	line-height:auto;
}

.contact p {
	line-height: 1.3;
}

.contact h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

.intro {
	background-image:url("../images/banner.png");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:top left;
	line-height:normal;
	width:100%;
	height:600px;
}

.intro h3 {
	font-family:Maven Pro, Arial, sans-serif;
	color:#FFF;
	font-size:20pt;
	text-align:center;
	padding-bottom:20px;
}

/*******CONTACT FORM*********/

textarea {
	width:400px;
	background-color:#222;
	border-top:1px #FFF;
}

input {
	border:none;
	background-color:#222;
}

/********FOOTER*********/

#footer {
	background-color:#000;
	height:100px;
	text-align:center;
	margin-top:100px;
}

#footer p {
		font-family:Montserrat, Arial, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	text-align:center;
	line-height:30px;
}
	
	
}