@charset "utf-8";
/* CSS Document */
.carousel-caption,.carousel-indicators{
    background: rgba(0, 0, 0, 0.6);
    padding:10px;
    border-radius: .5em;
}
body {
    background-color: #E81119;
    max-width:2500px;
}
#skip {
background-color: #fff;
}
#skip a
{ 
position:absolute; 
left:-10000px; 
top:-100px; 
overflow:hidden;
font-size:20px;
padding:10px;
background-color:#fff;
} 
#skip a:focus 
{ 
z-index:999;
position:absolute; 
left:0px;
top:0px;
background:#fff;
outline:0;
-webkit-transition:top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
} 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
#banner25	{
    background-image:url(/gvilleh/_img/banner25.jpg);
    background-repeat: no-repeat;
	background-size:contain;
	background-color:#E32024;
	background-position: bottom left;
    height: 110px;
      }
#address {
	color:#ffffff;
}
#icons {
	width:300px;
	float:right;
	margin-top:5px;
}
#icons img {
	width: 35px;
	height:35px;
}
nav {
	background-color:#ffffff;
	border-bottom:#E32024 1px solid;
}
.navbar-toggler {
	background-color:#dedede;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 1.3em;
	color:#E32024;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
	color:#c21a1d;
}
.btn-outline-light {
	color:#ffffff;
}
.btn-outline-light:hover {
	color:#000000;
}
footer {
	background-color:#D2232A;
}
.staffpics {
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center center;
	margin-left:auto;
	margin-right:auto;
	opacity:0.9;
	width: 240px;
	height:360px;
}
.staffpics:hover {
		opacity:1;
}
#main {
	min-height:600px;
}
img.nophoto {
	width: 240px;
	height:360px;
}
.hidden {
	visibility: hidden;
}
.ghsbtn{
    background-color: #E32024!important;
    color:#ffffff;
        
}
.ghsbtn:hover{ background-color: #cd1b1e!important;color:#ffffff; }
.ghsbtn:active{
    background-color: #cd1b1e!important;color:#ffffff;
}
.ghsbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #E32024;
    color:#E32024;
        
}
.ghsbtn-outline:hover{ background-color: #E32024!important;color:#ffffff; }
.ghsbtn-outline:active{
    background-color: #E32024!important;color:#ffffff;
}
.ghs {
    background-color:#E32024;
}

@media (max-width: 760px) { 
	.carousel-caption {visibility: hidden;}
}  
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
#banner25	{
    height: 130px;
      }
.staffpics {
	width: 240px;
	height:360px;
}
img.nophoto {
	width: 240px;
	height:360px;
}
}
/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
#banner25	{
    height: 150px;
      }
.staffpics {
	width: 240px;
	height:360px;
}
img.nophoto {
	width: 240px;
	height:360px;
}
}

/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
#banner25	{
    height: 160px;
      }
.staffpics {
	width: 160px;
	height:240px;
}
img.nophoto {
	width: 160px;
	height:240px;
}	
}

/*  X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
#banner25	{
    height: 160px;
      }
.staffpics {
	width: 240px;
	height:300px;
}
img.nophoto {
	width: 240px;
	height:300px;
}
}

/*  XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
#banner25	{
    height: 180px;
      }
}