html, body{height:100%}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:0px;
	font-family: "Noto Serif", Arial, Helvetica, sans-serif;
	text-align:center;
}

.nav a{
    font-size: 1.2em !important;

}
.dropdown-menu {
    font-size: 1.2em !important;;
  }


  
/* ---------------------------------------------------------------------------- */

.pad7 {
	padding-top:7px;
}
.pad30 {
	padding-top:36px;
}

.mname {
	padding-top:0px;
}

.mnamebig {
	font-family: Noto Serif;
	background-color: #ed2d92 !important;
	border: thin solid #000;
	margin-bottom: 5px;
}

.blbkgd	{
   background: #000;
   }

.limegreen {
	color:#7ab927;
}

.wwhite {
	color:#fff;
	
}

/* ---------------iframe responsive ---------------------------------- */

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* ------------------------------------------------------------------------- */

.stdhead {
	color: #000;
	font-family: 'Rokkitt', serif;
	font-size: 26px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;	
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ed2d92;
}

.stdpara {
	font-family: 'Rokkitt', serif;
	font-size: 18px;
	text-transform: none;
	text-indent: 20px;
	text-align: justify;
	padding: 10px;
	color: #5C5C5C;
	vertical-align: top;
}

.stdquote {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	color: #360;
	vertical-align: top;
	font-style: italic;
}

.stdnews {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	color: #600;
	vertical-align: top;
	padding-bottom: 7px;
}

.stdsubhead {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	color: #400000;
	vertical-align: top;
	font-weight: bold;
}

.stdpic {
	text-align: center;
	padding-top: 20px;
	position:relative;
}

.stdfoot {
	color: #5C5C5C;
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	margin-top:10px;
	padding-bottom: 10px;	
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ed2d92;
}

.smprint {
	color: #5C5C5C;
	font-size: 18px;
	vertical-align: top;
	text-align: justify;
	padding: 10px;
	background-color: #D3D3D3;
}

.stdbullit {
	list-style-type: circle;
	padding-top: 7px;
}

/* ------------------------------------------------------------------------- */
.copytext {
	font-size: 14px;
	color:#000000;
	margin-left: 25px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #7BB928;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.quotetext {
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	color:#000000;
	margin-left: 25px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: top;
	font-style: italic;
}

.tabholder {
	font-size: 20px;
	padding-left: 15px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 0px;
}

/* ------------------------------------------------------------ */
a.stdlink:link {
	color: #000;
	vertical-align: top;
	text-decoration:none;
}
a.stdlink:visited {
	color: #000;
	text-decoration:none;
}
	
a.stdlink:hover {
	color: #903;
	text-decoration:underline;
}

a.stdlink:active {
	color: #000;
	text-decoration:none;
}

.phoneh {
	font-family: 'Oswald', sans-serif !important;
	font-size: 48px;
	color: #fff;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

a.pnav:link {
	color: #fff;
	text-decoration: none;
}

a.pnav:visited {
	color: #fff;
	text-decoration: none;
}
	
a.pnav:hover {
	color: #FF0;
}
a.pnav:active {
	color: #fff;
	text-decoration: none;
}
/*==================================================
 * box shadow
 * ===============================================*/
.boxshadow
{
  	position:relative;       
    -webkit-box-shadow:0 1px 15px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 15px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 15px rgba(0, 0, 0, 1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.boxshadow:before, .boxshadow:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
} 

.boxshadow:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}

.cheader {
	text-align:center;
}
