

.container {max-width: 700px; background-color: white;box-shadow: 2px 2px 5px black;}
body {background-color:#cccccc;}
.navbar {margin-bottom: 0px;padding-bottom:0px;}
.navbar-brand {text-shadow: 2px 2px 2px #dc0000;}

h2 {font-size: 1.25em;margin-top:10px; font-variant: small-caps; color: #dc0000;text-shadow: 2px 2px 5px #a6a6a6}
h3 {margin-top: 0%;}


img {box-shadow:2px 2px 5px black;padding:2px;}

.home .row {text-align: center;}
.col-sm-12 p{margin-top:10px}
.home img { width:auto; max-width: 450px; max-height:234px;}

.right  {float:right; margin-left: 5px; width:auto;}
.left {float:left; margin-right:15px;width:auto;}

a:link {text-decoration: none; color: black;}
a:visited{color:black; text-decoration: none;}
a:hover{color:white; font-size:1.10em;}

.form-control:focus {
      border-color: #FF0000;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

hr {border-color: #dc0000;}


.footer {font-size:.75em;background-color:#dc0000;color:white; text-align: center;}

@media(max-width:767px){.logo img{box-shadow: none;} }
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
