/*!
 * 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:url(../images/bg.jpg);
}


/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,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*/

.navbar-dark .navbar-nav .nav-link {
    color: rgb(58, 0, 0);
	text-transform:uppercase;
	font-size:18px;
	margin:0 5px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
	background:rgba(0,0,0,0.5);
}

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

.navbar-dark {
    border-bottom: solid 1px #ffffff;
	padding:2px;
    background: rgb(244,235,230);
    background: -moz-linear-gradient(top, rgba(244,235,230,1) 0%, rgba(224,180,114,1) 100%);
    background: -webkit-linear-gradient(top, rgba(244,235,230,1) 0%,rgba(224,180,114,1) 100%);
    background: linear-gradient(to bottom, rgb(247, 219, 187) 0%,rgb(250, 224, 150) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4ebe6', endColorstr='#e0b472',GradientType=0 );
}

.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:45px; color:#900; font-family: 'Alex Brush'; margin-bottom:2px;}

.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 10px;
	padding:5px 0;
	color:#a93122;
	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:80%;
	height:100%;
	border:solid 2px #ffffff;
}

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

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

.modalimg{float:left; margin:0 15px 15px 0; width:200px; height:300px;}

footer{
background:#410902;	
}

.btn-danger {
    color: #fff;
    background-color: #7b2c22;
    border-color: #dc3545;
}

.form-control {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid #7b2c22;
}

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

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

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

.fixed-top{position:relative;}

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