/*!
 * 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;
  background: #fbede4;
}

.clr{clear:both;}

/* 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/loader.gif);
  /* 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*/



.bg-dark {
    background-color: #795b46!important;
}

.bg-danger {
    background-color: rgb(169, 56, 44)!important;
}
.navbar-brand{position:fixed; top:-10px; left:0; z-index:1032;}

.navbar{padding:25px;}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
	margin:0 10px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
	 position: fixed;
    right: 0;
}



.navigation{padding:3px 10px; border-top: solid 2px #dab74b;
background: rgb(76, 3, 3);
}
.navigation .ul{padding:0; margin:0; float:right; margin:3px 0;}
.navigation .ul > li{list-style-type:none; display:inline-block; position:relative;}
.navigation .ul > li > a{padding:6px 20px 8px; text-transform:uppercase; color:#ffde8f; cursor:pointer; text-decoration:none; font-size:16px;}
.navigation .ul > li > a:hover{border-bottom:solid 2px #d7ab3e; color:#ffffff;}

.navigation .ul > li:hover .navigationcontent{
	display:block;
}

.navigationcontent{display:none; position:absolute; width:100%; padding:5px; left:0; top:30px; z-index:1000; background:#fff; color:#000000;
-webkit-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.28);
box-shadow: 0px 5px 5px 3px rgba(0,0,0,0.28);
}

.togglecontent{display:none;}

.navigationcontent > span {margin:5px 0; display:block;}
.navigationcontent > span >a{color:#900; border-bottom:dashed 2px #900; display:block; text-decoration:none;}
.navigationcontent > span >a:hover{color:#000; border-bottom:dashed 2px #000;}


.navigation > div > .togglebutton{display:none;}


h1{font-size:45px;}
h1, h4{color:#7b1012; font-family: 'Arizonia';}

.content{font-size:18px; text-align:justify;}

.callme{margin-top:20px;}


.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 10px;
	padding:5px 0;
	color:#900;
	font-size:16px;
	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:90%;
	height:100%;
	border:solid 2px #ffffff;
}

.img-portfolio > .image > h5{
	background:#ffffff;
	width:90%;
	height:50px;
	font-size:14px;
	margin:0 auto;
}

.img-portfolio > .image > div{
	background:#ffffff;
	width:90%;
	font-size:14px;
	margin:0 auto;
	padding:3px 0;
	font-weight:bold;
	color:#4b40f5;
	text-align:center;
}

.img-portfolio > .image > div > a{color:#900; text-decoration:underline;}


#next {
    background: none;
    color: #9a2a1c;
    font-weight: bold;
    border: solid 2px #9a2a1c;
    padding: 4px 13px;
    outline: none;
    margin: 0 auto;
    display: block;
}

.form-control{background:none; border:0; border-bottom:solid 1px #900; border-radius:0;}

.news{border-bottom:dashed 2px #900; margin:0 0 10px; padding-bottom:6px;}

@media (max-width: 991px) {
.navbar-brand{position:relative; top:-10px; left:0; z-index:1032;}
.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navigation{padding:2px 10px; border-top:0;}
.navigation .ul{display:none;}


.navigation .togglebutton{
display:block; color:#ffffff; width:35px; border-radius:4px; padding:5px; position:fixed; right:10px; top:50px;
background:#900; z-index:3000;
}

.navigation > .togglebutton > span{background-color:#ffffff; width:100%; padding:1px 0; margin:4px 0; display:block;}

.togglecontent{position:fixed; width:80%; height:120%; top: -20px; left:0; z-index:1300; padding:8px; margin:6px 0;
background-color: rgba(117, 25, 18, 0.83);
-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
-webkit-animation-duration: 0.4s; /* Safari 4.0 - 8.0 */
animation-name: example;
animation-duration: 0.4s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {right:-100px;}
    100% {right:0px;}
}

/* Standard syntax */
@keyframes example {
    0%   {right:-100px;}
    100% {right:0px;}
}


.togglecontent > ul{padding:0; margin:70px 0 0;}

.togglecontent > ul > li{position:relative; list-style-type:none; color:#ffffff;}

.togglecontent > ul > li a{display:block; border-bottom:1px solid #ffffff; padding:5px; color:#ffffff; cursor:pointer; text-transform:uppercase;}

.togglecontent > ul > li a:hover{text-decoration:none; background-color:#d7ab3e; color:#ffffff;}

.togglecontent > ul > li a span{float:right;}

.togglecontent > ul > li > .submenudropdown{display:none; position:absolute; top:30px; left:0; z-index:100; width:100%; padding:2px 6px; background-color:#413434;}

.togglecontent > ul > li > .submenudropdown > ul{padding:0; margin:0;}

.togglecontent > ul > li > .submenudropdown > ul li{list-style-type:none;}

.togglecontent > span{width:30px; height:25px; color:#ffffff; position:absolute; right:0; top:-15px; z-index:1000; font-size:33px;}

.togglesubmenucontent, .togglesubmenucontent2{display:none;}

.togglesubmenucontent > span, .togglesubmenucontent > span > a{color:#ffffff; text-transform:uppercase; font-size:14px; display:block;}
.togglesubmenucontent > span{color:#ffffff; display:block; margin:10px 0; padding-left:30px;}
.togglesubmenucontent > span :before{content:'*';}

.togglesubmenucontent2 > span, .togglesubmenucontent2 > span > a{color:#ffffff; text-transform:uppercase; font-size:14px; display:block;}
.togglesubmenucontent2 > span{color:#ffffff; display:block; margin:10px 0; padding-left:30px;}
.togglesubmenucontent2 > span :before{content:'*';}

}

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

.img-portfolio > .image > span > a > .img{
	width:80%;
}

.img-portfolio > .image > span{
	height:330px;
}

.img-portfolio > .image > h5{
	width:80%;
}

.img-portfolio > .image > div{
	width:80%;
}

}


@media (max-width: 767px) {
h1{font-size:32px;}

.img-portfolio > .image > span > a > .img{
	width:100%;
}

.img-portfolio > .image > span{
	height:330px;
}

.img-portfolio > .image > h5{
	width:100%;
}

.img-portfolio > .image > div{
	width:100%;
}

}

@media (max-width: 480px) {
h1{font-size:22px; text-transform:uppercase;}

.img-portfolio > .image > span > a > .img{
	width:60%;
}

.img-portfolio > .image > span{
	height:330px;
}

.img-portfolio > .image > h5{
	width:60%;
}

.img-portfolio > .image > div{
	width:60%;
}

}