/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.site-content {
    background: #fcfcf7;
}

.hero-image {
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
	background: rgb(0, 0, 0); 
  background: rgba(0, 0, 0,
		0.3);
  top: 50%;
  left: 50%;
	padding: 100%;
  transform: translate(-50%, -50%);
  color: white;
}

.red-btn {
	background: #235f9c;
	text-align: center;
	color: #fff !important;
}

.red-btn:hover{
	background: #fcfcf7;
	text-align: center;
	color: #235f9c !important;
}

.green-btn {
  background: #fcfcf7;
	text-align: center;
	color: #235f9c !important;
}

.green-btn:hover{
  background: #235f9c;
	text-align: center;
	color: #fff !important;
}

.zerif-copyright-box {
	display:none;
}

.navbar-toggle.active {
    background-color:#5987B4;
}

.navbar-inverse .navbar-nav > li > a {
  color: #404040;
}

.navbar-inverse .navbar-nav > li > a:visited {
	color: #235f9c;
}

.navbar-inverse .navbar-nav > li > a:hover {
	color: #235f9c;
font-weight: bold;
}

.page ul.nav > li.current-menu-item > a:before {
  background: #235f9c;
}

a.selection {
    color: #fff;
    background: #1919D1;
}

.inline-block {
   display: inline-block;
	 float: none;
	 margin: 10px;
}

.entry-title {
    display: none;
}

div.gallery {
	display: inline-block;
	margin: 25px;
	width: 180px;
	opacity: 1;
	box-shadow: 5px 5px 20px lightslategray;
}

div.gallery:hover {
	opacity: 0.70;
}

div.gallery img {
	width: 100%;
	height: auto;
}

div.desc {
	padding: 8px;
	text-align: center;
	color: #fff;
	background:#235f9c;
}

.skills .skill p {
    color: #eee;
    font-size: 16px;
    line-height: 26px;
}

.about-us {
	color: #fff;
	background: #1f5d9ee3;
	opacity: 0.85;
}

#footer {
    background: #272727d6;
    line-height: 20px;
}

.focus {
	background: #fcfcf7dd;
}

.navbar {
	background: #fff;
}

div.footer-widget-wrap {
    background: #3b3e4100;
}

::selection {
    color: #fff;
    background: #3871bc;
}

.copyright {
    background: #3b3e4100;
}

.copyright p {
    margin-bottom: 0;
    color: #eee;
}
.wpforms-form button[type=submit] {
	background-color: #235f9c !important;
	border-color: #235f9c !important;
	color: #fff !important
}

.wpforms-form button[type=submit]:hover {
	background-color: #022B57 !important;
}
