body { font-size:15px; background: #800020;  color: #000; font-family: 'Open Sans', sans-serif;}

h1.head a {font-size:50px;color:#fff;text-decoration:none;}
h3.head a {font-size:25px;color:#fff;text-decoration:none;}
.jumbotron {background: #800020;padding:0px;}
h1, h2, h3 {color:#800020;font-family: 'Josefin Sans', sans-serif;}
h3 {color: #800020;font-weight:700;}
h2 {margin-bottom:20px;font-weight:700;}
h3 {font-size:1.6em;}
h4 {font-size:1.3em;font-weight:800;margin-bottom:5px;}
table, tr, td {border:1px solid #fff;}
table {width:100%;}
td {padding:8px;text-align:center;}

a, a:link, a:visited, a:active {color:#800020;text-decoration:underline;}
a:hover {color: #333333;}
p {line-height:1.7em;margin-right:5px;}

 

footer {padding:10px 0px;margin-top:40px;}
footer a, footer a:link, footer a:visited, footer a:active {color: #fff;text-decoration:underline;}
footer a:hover {color: #fff; text-decoration:none;}

/*Nav Menu */
.nav {padding:4px;}
.nav > li > a {color: #000;font-size:1.1em;text-decoration:none;border-radius:0px;font-weight:500;}
.nav > li > a:hover {background: #800020;color:#fff;border-radius:7px;}
.navbar-collapse {padding:0px;}

a[href^=tel]{
    color:inherit;   text-decoration:none;}



/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) 
and (max-device-width : 450px) { 
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) { 
}
