@charset "utf-8";
/* CSS Document */
html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-image: url(images/sanibel.jpg);
    background-size: cover;
}

#content {
	position:absolute; 
	top:40%; 
	left:50%;
	margin-top:-227px;
	margin-left:-428px;
	text-align:right;
}

div#headline span {
	display: block;
}

div#headline span.hdlone {
    font-size: 48px;
    font-family: 'Roboto Slab', serif;
}

div#headline span.hdltwo {
    font-size: 22px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 20px;
}

#contact {
    font-size: 16px;
    text-align: left;
    width: auto;
    position: absolute;
    bottom: 160px;
    left: -400px;
    background: rgb(25 79 146 / 50%);
    padding: 20px;
}

A:LINK {
	color: #ffffff;
}

A:VISITED {
	color: #ffffff;
}

A:HOVER {
	color: #ffffff;
}

A:ACTIVE {
	color: #ffffff;
}

/* Responsive */
@media only screen
and (max-height : 800px) {
#content {
    top: 0;
    margin-top: 0;
}
}

@media only screen
and (max-width : 1700px) {
#content {
    left: 35%;
    margin-left: 0;
}
}

@media only screen
and (max-width : 1550px) {
body {
    background-attachment: fixed;
}

#content {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
}

#contact {
    font-size: 16px;
    text-align: left;
    width: 500px;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 20px;
}

span.copyright {
    display: none;
}
}

@media only screen
and (max-width : 1300px) {
#slideshow {
    width: 70% !important;
}
}

@media only screen
and (max-width : 1050px) {
div#playerWrap {
    width: 96%;
}

iframe#widget2 {
    width: 100%;
    height: 520px;
}

#slideshow {
    width: 90% !important;
}
}

@media only screen
and (max-width : 900px) {
iframe#widget2 {
    height: 400px;
}
}

@media only screen
and (max-width : 800px) {
body {
    background-image: none;
    background: #7ba8d7;
}

div#contact {
    background: transparent;
}

#slideshow {
    height: 400px !important;
}

#slideshow img {
    margin-top:-200px !important;
}
}

@media only screen
and (max-width : 650px) {
div#headline span.hdlone {
    font-size: 28px;
}

div#headline span.hdltwo {
    font-size: 18px;
}

iframe#widget2 {
    height: 320px;
}

#contact {
    width: 92%;
    padding: 2%;
}
}

@media only screen
and (max-width : 600px) {
#slideshow {
	width: 96% !important;
    height: 360px !important;
    border: 1px solid #fff !important;
}

#slideshow img {
    margin-top:-180px !important;
}
}

@media only screen
and (max-width : 500px) {
#slideshow {
    height: 320px !important;
}

#slideshow img {
    margin-top:-160px !important;
}
}

@media only screen
and (max-width : 500px) {
#slideshow {
    height: 280px !important;
}

#slideshow img {
    margin-top:-140px !important;
}
}