
#header { 
    background: url( ../images/beach_small.jpg) no-repeat center top;
    background-size: 100%;
    height: 145px;
}


#dateformat {
     color: #ffffff;
     font-style: italic;
     letter-spacing: 5px;
     margin: -27px 10px 0px;
     padding: 0;
     float:right;
}
@media screen and (max-width: 1000px) {
    #dateformat { visibility: hidden}
}

@media screen and (max-width: 870px) {
    #header { height: 0px; display: none}

    #c_frame {display:none} /* no fancy contact us thing */
    #a_frame {display:none} /* no fancy contact us thing */
    #c_arrow {display:none} /* no fancy contact us thing */
    #f_arrow {display:none} /* no fancy contact us thing */

    #m_header { margin: 10px 0px 5px 15px; height: 26px}

    #m_title {
        visibility: visible;
	color: black;
	font-size:24px;
	font-family: 'Lucida Handwriting', cursive;
	font-style: italic;
	font-weight: bolder;
	float:left;
	text-align:left;
	letter-spacing: 2px;
    }

    #subtitle { height: 0px; padding-top: 0px}

}

#content {
    padding-bottom: 80px;
    background-color: #fbfcfc;
}

#bluebar {
    height: 200px;
    background-color: #96b6D6;
    color: white;
}

@media screen and (min-width: 871px) {
    #c_frame {margin-top: 50px; margin-bottom: 20px}
    #a_frame {
        margin-top: 30px;
        clear:both;
    }
    #footerdiv {display:none}
}

.frame {
    float:right;
    height: 30px;
    overflow: hidden;
    width: 140px;
    display: block; 
    color: white;
}


.arrow {
    height: 30px; 
    width: 40px; 
    background-color: #618DBA;
    border-radius: 10px 0px 0px 10px;
    cursor: pointer; 
    top: 0; 
    right: 0;
    overflow:hidden;
    margin-right: 0px;
    float:right;
    white-space: nowrap;
}

@font-face {
    font-family: 'KaushanScript-Regular';
    src: url( '../fonts/KaushanScript-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shadows';
    src: url( '../fonts/ShadowsIntoLightTwo-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

#sws_title  {
   color: #e6f3ff;
   padding-top: 90px;
   padding-left: 20px;
   font-size: 30px;
   font-family: 'KaushanScript-Regular';
   font-style: italic;
   font-weight: bolder;
   float:left;
   text-align:left;
}

#sws_subtitle  {
   color:#e6f3ff;
   padding-top: 105px;
   padding-right: 15px;
   font-size:20px;
   font-family: 'Lucida Sans Unicode', cursive;
   font-weight: bolder;
   text-align:right;
   float:right;
}


#title {
    font-family: 'KaushanScript-Regular';
    font-size: 32px;
    clear: left;
    text-align: center;
    color: black;
    position: relative;
    top: 25px;
    right: -40px;
}
#sub_title {
    font-size: 22px;
    clear: left;
    margin-top: 15px;
    text-align: center;
    color: black;
    position: relative;
    top: 40px;
    right: -45px;
    line-height: 1.4em;
}

#logo  {
    text-align: center; 
    width: inherit;
    background-image: url( ../images/logo1.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    clear: left;
}

.intro {
    text-align: justify; 
    margin: 5px auto; 
    padding: 10px 160px;
    line-height: 1.3em;
    width: 50em;
}
.intro h2 {
    text-align: center; 
}


@media screen and (min-width: 870px) and (max-width: 1050px) {
    .intro {padding: 10px 120px; width: 35em}  /* setting width enables div to be both justified and centered */
}

@media screen and (min-width: 600px) and (max-width: 869px) {
    #title {font-size: 28px;}
    #sub_title { top: 25px; right: -5px;}
    #logo {  width: 400px;  height: 170px;  background-image: url( ../images/logo1.png);    background-size: contain;}
    .intro {padding: 10px 80px; width: 30em}
}

@media screen and (min-width: 410px) and (max-width: 599px) {
    #title {font-size: 24px; top: 15px}
    #logo {  width: 300px;  height: 140px;  background-image: url( ../images/logo1.png);    background-size: contain;}
    #sub_title { font-size: 18px; top: 15px; right: -25px;}
    .intro {padding: 10px 30px; width: 20em}
}

@media screen and (min-width: 200px) and (max-width: 409px) {   /* iphone 5 is 320px */
    #title {font-size: 20px; top: 15px}
    #logo {  width: 250px;  height: 115px; background-image: url( ../images/logo1.png);    background-size: contain;}
    #sub_title { font-size: 14px; top: 12px; right: -25px;}
    .intro {padding: 0px 20px 10px 20px; width: 15em}
}



#footerdiv {  /* same as menu-collapser */
    position: fixed;
    bottom: 0px;
    background-color: #618dba;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    width: 100%;
    font-size: 16px;
    padding: 0 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}


/***** Main Content styles *****/

#content {
	padding:15px 15px 10px 1em;
	border-left: 1px;
	border-left-color: #e0e0e0;
	border-left-style: solid;
}

#content h2{
	margin:0px 0 10px 0;
	padding:0;
	font-size:20px;
	color:#3366cc;
	line-height: 20px;
	letter-spacing: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: normal;
}
#content h3 {
	margin:5px 0 5px 0;
	padding:0;
	font-style:italic;
	color:#3366cc;
	font-size:14px;
	line-height: 16px;
	letter-spacing: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight: bold;
}

#content p {
    line-height: 1.2em;
    color: black;
    margin-bottom: 15px;
}

#content li { color: black}


#content a:link     { color: #3366cc!important; text-decoration: initial; border-style: none; font-weight:bold; background-color:inherit;}
#content a:visited  { color: purple!important; }
#content a:hover    { color: #3366cc!important; text-decoration:underline; background-color:inherit;}

#content a:active   { color: blue!important; }

#content ul {
    list-style-type: disc;
    display: block;
    -webkit-margin-after: 1em;
    -webkit-margin-before: 1em;
    -webkit-margin-start: 0em;
    -webkit-margin-end: 0em;
    -webkit-padding-start: 40px;
}
