/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top:0;
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(255,255,255,0.9);
  /* change if the mask should have another color then white */
  z-index: 2000;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/logo.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}
/* Preloader end*/

.header-top{background-color:#5d230b; color:#cccccc; padding:3px 10px; text-align:right; font-weight:bold;}
header{padding:2px; text-align:center; background:url(../images/headerbg.png) no-repeat right bottom;}

header > div > div >.author_name{}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	margin:0 5px;
	padding:6px 10px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
	background:#5d230b;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgb(0, 0, 0);
    background: #424040;
}

.navbar-dark {
    border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding:2px;
    background:#f2c995;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

h1 {font-size:40px; font-family: 'Aladin'; padding:20px 0;}

.modal-title{font-size:18px; color:#900;}


.content{text-align:justify; margin:5px 0 25px;}

#contentwrapper {
  /*background:url(../images/bggraphics.png) no-repeat fixed right bottom;*/
}

.img-portfolio{
	margin:0 0 20px;
}

.img-portfolio:hover .img{
-webkit-box-shadow: 2px -6px 5px 9px rgba(0,0,0,0.23);
-moz-box-shadow: 2px -6px 5px 9px rgba(0,0,0,0.23);
box-shadow: 2px -6px 5px 9px rgba(0,0,0,0.23);
transition:ease-out all 0.5s;
}

.img-portfolio > .image > h5{
	display:block;
	height:40px;
	margin:0 auto 3px;
	padding:5px 0;
	color:#020201;
	font-size:16px;
	text-align:center;
}

.img-portfolio > .image{
	border:solid 3px #c7c2c2;
	padding:5px 0;
	color:#a93122;
	text-align:center;
}

.img-portfolio > .image > span{
	text-align:center;
	overflow:hidden;
	width:100%;
	height:280px;
	margin:auto;
	display:block;	
}

.img-portfolio > .image > span > a > .img{
	object-fit:cover;
	width:95%;
	height:100%;
	border:solid 2px #ffffff;
}

.img-portfolio > .image > h5{
	background:#ffffff;
	width:80%;
	font-size:14px;
}

#next, #next2, #next3 {
    background: none;
    color: #928c8c;
    font-weight: bold;
    border: solid 2px #928c8c;
    padding: 4px 13px;
    outline: none;
    margin: 0 auto;
    display: block;
}


.rightblock{position:relative; background:url(../images/frameright.png) no-repeat top right; margin-top:10%;}

.rightblocklink{color:#000; font-size:14px;}

.rightblocklink > a{color:#ff162c; font-size:15px; font-weight:bold;}

.leftblock{position:relative; background:url(../images/frameleft.png) no-repeat bottom left; padding:10%;}


footer{background:#5d230b;}

.footernav{
   position:relative;
   width:100%;
   margin:10px 0 0 0;
   padding:30px 3% 30px 3%;
   background-color:#d4d4d4;
   color:#000000;
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{list-style-type:none;}
.footernav ul li a{padding:5px 0; color:#000000; display:block; border-bottom:dashed 1px #000000; text-decoration:none; text-transform:uppercase;}


.footernav > .content{font-size:12px;}

.footernav > a{margin:4px; color:#6b6b6b;}

.footernav > .img{position:absolute; z-index:1000; height:40px; width:100%; bottom:0; left:0; background:url(../images/footerimg.png) bottom left;}


.btn-danger {
    color: #fff;
}

.form-control {
    border:0; border-bottom: 1px solid #7b2c22;
	
}

::-webkit-input-placeholder { /* Edge */
  color: #000000!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #000000!important;
}

::placeholder {
  color: #000000!important;
}

.fa1 {
  padding: 10px 10px 15px;
  font-size: 25px!important;
  width: 39px;
  height: 39px;
  text-align: center;
  text-decoration: none;
  margin: 1px 5px 0 0;
  float:left!important;
  color:#000000!important;
  border-radius:50%;
}

.fa1:hover, .fa1:active {
    opacity: 1;
	color:#ffffff;
	transition:ease all 0.5s;
	text-decoration:none;	
}

.fa1-facebook, .fa1-twitter, .fa1-youtube, .fa1-whatsapp, .fa1-search-plus {
  color:#ffffff!important;
}


.fa1-phone {
  color: white;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.category > ul {padding:0; margin:0;}
.category > ul > li {list-style-type:none; padding:6px 10px; margin:10px 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7b63c+0,ffffff+100&1+0,0+100 */
background: -moz-linear-gradient(left,  rgba(247,182,60,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(247,182,60,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(247,182,60,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7b63c', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
.category > ul>li>a {padding:0; margin:0; color:#000000; font-size:18px; font-weight:bold;}

@media (max-width: 800px) {
h1{font-size:33px;}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	font-weight:bold;
	border-bottom:solid 1px #000000;
	text-transform:uppercase;
	font-size:15px;
	margin:0 5px;
	padding:4px 10px;
}

header > div > div >.author_name{display:none;}

}