/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how to render a web page. You may delete these comments and get started with your customizations.

By default, your stylesheet will be loaded after the theme stylesheets, which means that your rules can take precedence and override the theme CSS rules. Just write here what you want to change, you don't need to copy all your theme's stylesheet content.
*/


/* fixed banners: */
#fixedpanelleft{  }
#fixedpanelright{  }
#fixedpanelbottom{  }

.slogan {font-style:italic;}
.slogan .ban1 {font-weight:bold;color:red}

#player1 {width:80%}


.phones{font-size:14pt;}
.phones a{text-decoration:none;}
.videos {text-align:center;padding:100px 0px;}
.videos h3{font-size:24pt;font-weight:bold;color:white;text-shadow: 2px 2px #000;}
.videos .videos2 {width:80%}

.callme{text-align:center;}

@media only screen and (max-width: 800px)
{
#divHeaderLogoR {
    display: block !important;
    text-align: center;
    padding-bottom: 10px;
}

.phones {padding:10px 0px;}
.slogan {font-style:italic;padding:7px 0px;}
.slogan .ban1 {font-weight:bold;color:red}
 
}

.facebook-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.facebook-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.eventtitle {text-align:center}
.eventtitle h2 {font-weight:bold;color:red;font-size:17pt;text-decoration:underline;}
.eventtitle h3 {font-weight:bold;color:red;font-size:14pt;}

