/***** iPhone (landscape) *****/
@media only screen and (max-width: 720px) {

.logo { width: 50%; height: auto; }

#slide1{
	background:url('../img/header-pic.jpg') 50% 0 no-repeat fixed;
	color: #fff;
	height: 200px;
	margin: 0;
	padding: 20px 0 20px 0;
	background-size: inherit ;
}

#slide3{
	background-color: #f2f2f4;
	padding: 50px 0 50px 0;
	height: inherit;
}


#slogan {
	
	font-family: 'Merriweather', serif;
	color: #FFF;
	font-size: 15px;
	padding: 10px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	width: 100%;	
}

#slogan h1 {
	font-family: 'Merriweather', serif;
	font-style: italic;
	color: #FFF;
	font-size: 14px;
	padding: 0;
	font-weight: 900;
	text-align: center;
	margin: 0;
}

.quote {
	font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: 900;
	color: #226a9b;
	position: relative; 
	font-size: 20px;
	line-height: 30px;
	padding-left: 22px ;
    text-indent: -10px ;
    padding-top: 10px;
}

p {color: #393939; font-size: 13px; line-height: 17px;  font-family: 'Lato', sans-serif; font-weight: 400; }

.contact-txt {color: #FFF; font-size: 14px; margin-top: 20px; }
.contact-phone {color: #FFF; font-size: 16px; font-weight: 900; margin: 10px 0px 10px 0px; }
a:link.contact-link {color: #e09f14; font-size: 16px; font-weight: 900; text-decoration: none; text-decoration:  }
a:visited.contact-link {color: #e09f14; font-size: 16px; font-weight: 900; text-decoration: none; }
a:hover.contact-link {color: #FFF; font-size: 16px; font-weight: 900; text-decoration: none; }


#nav { display: none; }

#mobile {display: inherit; }

#sticky {display: none; }
#sticky-anchor {display: none; }

#mobile-nav-bar {
	display: inherit; 
	width: 100%; 
	margin-top: 0px;
	background: #343434; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#343434, #262626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#343434, #262626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#343434, #262626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#343434, #262626); /* Standard syntax */
	
}

#fishing-license {width: 100%; background-color: #1f1f1f; color: #8a8a8a; font-size: 13px; text-align: center; padding: 15px; margin-top: 20px; border-radius: 3px; }

