@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* font-family: 'Open Sans', 'sans-serif'; */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital@0;1&display=swap');
/* font-family: 'Ubuntu', sans-serif; */

.bg-dark {
    background-color: #707070 !important;
}
.btn-dark {
    color: #fff;
    background-color: #bbb;
    border-color: #bbb;
    border-width: thin;
    font-weight: normal;
}

.navbar-brand {
    font-size: 1.5rem;
}
.home .navbar-nav .nav-link.homeLink  , .bio .navbar-nav .nav-link.bioLink , .gal .navbar-nav .nav-link.galLink , .newsarch .navbar-nav .nav-link.dropdown-toggle , .contact .navbar-nav .nav-link.contactLink , .links .navbar-nav .nav-link.linksLink {
    color: #fff;
}

#image-grid1 {
	margin: 6px;
}
#image-grid2 {
	margin: 6px;
}
.custom-col{
	padding:6px;
	overflow:hidden;
}
.img-button {
	cursor:pointer;
}
.img-button > .caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
/* removed background gradients */
/*    background-image: -webkit-linear-gradient(270deg,rgba(59,59,59,0.00) 0%,rgba(0,0,0,0.50) 72.02%);
    background-image: -moz-linear-gradient(270deg,rgba(59,59,59,0.00) 0%,rgba(0,0,0,0.50) 72.02%);
    background-image: -o-linear-gradient(270deg,rgba(59,59,59,0.00) 0%,rgba(0,0,0,0.50) 72.02%);
    background-image: linear-gradient(180deg,rgba(59,59,59,0.00) 0%,rgba(0,0,0,0.50) 72.02%);  */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    bottom: -40%;
    opacy: 0;
}
.img-button:hover > .caption{
	-webkit-transform: translate(0em,-40%);
	-moz-transform: translate(0em,-40%);
	-o-transform: translate(0em,-40%);
	transform: translate(0em,-40%);
	opacity: 100;
}
.img-button > .caption p{
	position: absolute;
	bottom: 0;
	width: 85%;
	margin: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 100;
	font-size: 1em;
	color: white;
	text-shadow: -2px 2px 1px #202020;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin:4px;
}
.modal-body{
   padding:12px;
   background-color:rgba(0,0,0,0.8);
}
.modal-body img{
	width: 100%;
}
#close-wrapper{
   position:absolute;
   top:0;
   right:0;
   width:55px;
   height:55px;
   background-color:rgba(0,0,0,0.5);
   border-bottom-left-radius:6px;
}
#close-btn{
   position:absolute;
   top:20px;
   right:25px;
   color:white;
   opacity:1;
}
.popup-caption{
	width: 100%;
	padding-top: 6px;
	background-color: #393939;
}
.popup-caption p{
   text-align:center;
   font-weight: 300;
   font-size: 1em;
   color: white;
   font-style: normal;
   font-family: 'Open Sans', sans-serif;
   margin-bottom:-4px;
}

/* Additional CSS */

#prev-button{
	height: 55px;
	width: 45px;
	background-color: rgba(0,0,0,0.5);
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-style: normal;
	color: #FFF;
	font-weight: 300;
	font-size: 2em;
	text-align: center;
}
#next-button{
	height: 55px;
	width: 45px;
	background-color: rgba(0,0,0,0.5);
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-style: normal;
	font-size: 2em;
	color: #FFFFFF;
	font-weight: 300;
	text-align: center;
}

.return2top {
	text-align: right;

}
.bg-mid {
    background-color: #e8e9ea;
}
p.narrow-gap {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
img.img-center {
    margin: auto;
    display: block;
}
span.text-bold {
    font-weight: bold;
}
p.bdr-btm {
    border-bottom: thin solid #939393;
    padding-bottom: 4px;
    margin-bottom: 2px;
}
.wrapper h3, .container h2, .container h3, .container h4{
    font-family: 'Ubuntu' , sans-serif;
    font-style: normal;
    font-weight: 400;
}
.ubuntu-hd {
    font-family: 'Ubuntu' sans-serif;
    font-style: normal;
    font-weight: 400;
}
.text-orange {
    color: #F9883B;
}
.text-blue {
    color: #295EB0;
}
.text-green {
    color: #00991F;
}




@media (min-width:763px){
  .modal-dialog{
    max-width:80%; 
  }
  #RTT-1, #RTT-2, #RTT-3, #RTT-4 {
	display: none;
  }
}

@media (min-width:576px){
  #RTT-1, #RTT-3 {
	display: none;
  }
}

@media (min-width:992px){
  .modal-dialog{
    max-width:60%; 
  }
}


@media (max-width: 575.98px){
 .modal-dialog{
    max-width: 95%;  /* to avoid the modal image going outside of visible area */
  }
}
.bg-mid {
}
