/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

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

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

body {
	line-height: 1em;
	font-size: 14px !important;
}

avia-menu-text{
	font-family: Oswald!important;
}

.hero-graphic-text {
	text-align: center; 
	color: #f15934; 
	margin-bottom: 30px; 
	background-color: #ffffff;
	font-size: 2.5em; 
	line-height: 1.75em;
	padding: 15px; 
	letter-spacing: 2px;
	display: inline-block;
}

.hero-button {
	width: 50%; 
	color: #f15934; 
	border: 5px solid #ffffff; 
	padding: 10px; 
	letter-spacing: 2px; 
	font-size: 1em;
	margin: 0 auto;
}

.hero-button-left {
	float: left;
	display: block; 
	width: 100%; 
	margin-right: 15px; 
	background: #ffffff; 
	color: #f15934; 
	text-align: center; 
	padding: 15px; 
	text-decoration: none; 
	font-weight: bold; 
}

.hero-button-right {
	background: #f15934; 
	color: #ffffff;
	float: right;
	display: block; 
	width: 100%; 
	margin-right: 15px;
	text-align: center; 
	padding: 15px; 
	text-decoration: none; 
	font-weight: bold; 
}

.quote-reviewer {
	text-align: center; 
	color: #ffffff!important; 
	font-size: 1em;
	color: #ffffff;
}

.top-strip {
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:5px;
	background-image:url('http://www.webdesignbyjmancuso.com/poisoning-paradise/wp-content/uploads/2016/11/top-strip3.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

.mobile-strip {
	display:none;
}

.clear-div {
	clear:both;
}

#hidden-nav {
	width:100%;
	display:none;
}

#nav-button {
	width:100%;
	display:block;
	padding:15px;
	text-align: center;
	border-bottom:2px solid #ef492f;
}

#nav-button a {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.top-strip {
		display:none;
	}
	.mobile-strip {
		display:block;
		width:100%;
		background-color: #000000;
		padding:5px;
	}
	.mobile-nav-left {
		float:left;
		width:25%;
	}
	.mobile-nav-main {
		float:left;
		width:50%;	
		text-align:center;	
	}

	.mobile-nav-right {
		padding-top:15px;
		float:left;
		width:25%;	
		text-align:right;	
	}


}