/* 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 */

* {
	line-height: 1.8em;
}

p a {
	border-bottom: 1px solid #000 !important;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px solid #888 !important;
	text-decoration: none;
}

h2 {
	font-weight: 400 !important;
	font-size: 2em;
	line-height: 0.8em;
	margin-bottom: 10px;
}

h3, h4 {
	font-weight: 200 !important;
	font-size: 2em;
}

h4 {
	line-height: 1.4em;
}

.av-subheading {
	margin-top: 20px !important;
}

h5 {
	font-weight: 200 !important;
	font-size: 1.6em;
	line-height: 1.2em;
	text-transform: uppercase;
}

.avia-bullet {
        display: none !important;
    }


.av-main-nav > li > a, .av-main-nav ul a {
	font-weight: 400 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.av-main-nav ul {
	padding: 5px 0;
}

.av-main-nav > li > a {
	font-size: 1.1em !important;
}
.av-main-nav ul a {
	font-size: 0.9em !important;
	padding: 12px 15px !important;
}


body div .avia-button {
	border-radius: 0px;
	border: 1px solid #000 !important;
	color: #000 !important;
	text-transform: uppercase;
}

body div .avia-button:hover {
	border: 1px solid #f00;
	color: #f00;
}


#footer {
	padding: 50px 0;
}


/*
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 */
	
	h2 {
		font-weight: 400 !important;
		font-size: 1.6em;
		line-height: 1.1em;
		margin-bottom: 10px;
	}

	h3, h4 {
		font-weight: 200 !important;
		font-size: 1.6em;
	}

	h4 {
		line-height: 1.4em;
	}

    #michaelfries {
        background-image: none !important;
    }
    
}