/*
Template Name: HR2 - Template
Version: 1.0
Author: HostingRed SAS
Author URL: http://hostingred.com
*/
/*******************************************
USE THIS FILE TO INCLUDE YOUR OWN CSS STYLES
********************************************/

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* Overlay box */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 60% black */
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s ease;
}

/* Show overlay + text on hover */
.image-container:hover .overlay {
  opacity: 1;
}

#titletext {
        position: absolute;
        width: 100%;
        z-index: 1500;
        top:35%;
        left:0px;
        border: 0px solid white;
}

#titletext img {
        width: 600px;
}

#footerdigican {
	background: #FFF;
	width:100%;
	height:40px;
	position: fixed;
	padding: 0px;
	bottom:0;
	left:0;
	box-shadow: 0px;
	z-index: 2;
}

#footerdigican h2 {
	float: center;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #737373;
	padding: 10px;
        margin: 0px;
	font-weight: 200;
	line-height: 20px;
}

#footerdigican a {
	text-decoration: none;
	color: white;
}

#mobileblackbtm {
        visibility: hidden;
        display: none;
}

#desktopbtm {
        visibility: visible;
        display: block;
}

#desktoplogo {
        visibility: visible;
        display: block;
}

#mobilenav {
        visibility: hidden;
        display: none;
}

#mobilelogo {
        visibility: hidden;
        display: none;
}

.teampics img {
    width: 90%;
}

#biopic {
    width: 250px;
    padding-right: 0px;
}

#picdesktop {
        visibility: visible;
        display: block;        
}

#picmobile {
        visibility: hidden;
        display: none;
}

@media only screen and (max-width: 1105px) {

#picdesktop {
        visibility: hidden;
        display: none;        
}

#picmobile {
        visibility: visible;
        display: block;
}

#biopic {
    width: 150px;
}

#titletext img {
        width: 300px;
}

#mobileblackbtm {
        visibility: visible;
        display: block;
}

#mobilenav {
        visibility: visible;
        display: block;
}

#mobilelogo {
        visibility: visible;
        display: block;
}

#desktopbtm {
        visibility: hidden;
        display: none;
}

#desktoplogo {
        visibility: hidden;
        display: none;
}

}
