#entrance {
	  display: flex;
  flex-wrap: nowrap;
background-image: url('/wp-content/uploads/2020/04/21154975.jpg');
height: 100%;
width:100%;
}


#entrance .image {
  display: block;
  width: 100%;
  height: auto;
}
#entrance .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

#entrance .container:hover .overlay {
  opacity: 1;
}

#entrance .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.site-header img {
    background-repeat: no-repeat;
    width: 100%;
    height: initial;
    max-width: 1778px;
    max-height: 492px;
}

body{
	color:rgb(95, 105, 119);
}
html,
button,
input,
select,
textarea {
	font-family: "Work Sans",Verdana,"Lucida Sans",Arial,Helvetica,sans-serif;
}
div, h2,h3 {
	color:rgb(95, 105, 119);
}
.header-app img{
	height:53px;
}
.site-header {
    height: 10%;
}
#headerbg{
	height:200px;
}
.site-footer{
	background:none;
}
.hentry{
padding-top:0;}
.middle-top{
	width:100%;
	text-align:center;
  	padding-top:10px;
  	padding-bottom:10px;
}
.middle-top img{
 	vertical-align:top;
}
.social-media{
	position:fixed;
	top:325px;
	right:5px;
  float:right;  
}
.social-media img{
	width:32px;
  	height:32px;
}
.sidebar-container{
	text-align:center;
}
a.grow{
  transition: all .5s ease-in-out;
}
a.grow:hover{
	transform: scale(1.1);
}
.three-columns{
  	overflow: hidden;
  	text-align:center;
    width: 100%;
  	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
}
.three-columns div{
  display: inline-block;
  vertical-align:top;
  text-align:left;
  width: 220px;
}
.nopadding{
	padding:0;
  	margin:0 !important;
}
@media (max-width: 320px){
.header-app img{
	height:40px;
	}
}
.site-footer .sidebar-container {
    background-color: #e8e5ce;
    padding: 20px 0;
}
h1 {
    color: rgb(190, 23, 23);
    font-size: 48px;
    margin: 33px 0;
}