﻿/*!
 * 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:0;
	margin: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/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*/

.headertop{background:#611947; width:100%; color:#ffffff; font-weight:bold; font-size:13px; text-align:right; padding:4px;}

.sticky {
  background: rgba(0,0,0,0.7)!important;
  position: fixed;
  top: 0;
  margin-top:0;
  width: 100%;
  z-index:2000;
  transition:ease all 0.5s;
}

.fixed-top{margin-top:26px;}

.navbar-brand {
	margin:auto;
	font-family: 'Montserrat', sans-serif;
	font-size:1px;
	color: #ffffff!important;
}

.navbar-brand:before {
	content:"";
	/*/background:url(../gallery/logo.png) no-repeat center;*/
	
	/*background: url(../gallery/logo.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35px 35px;
	padding:22px 8px 26px 40px;
}

.navbar-dark .navbar-nav .nav-link {
    color:#ffffff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	margin:0 5px;
	transition:ease all 0.5s;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(0, 0, 0);
	background:#fcdfa1;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgb(0, 0, 0);
    background: #b9638a;
}

.navbar-dark {
	padding:0;
	background:#38172a;
}

.bannerwrapper{position:relative;}

.togglebutton{display:none; position:fixed; top:15px; width:30px; right:20px; z-index:2000;}
.togglebutton span{width:100%; background:#ffffff; height:2px; display:block; margin:6px 0;}

.offcanvas{display:none; padding:10px; z-index:2001; background:#f7e3ee; position:fixed; width:20%; height:100%; right:30px; top:30px;
animation-name: example;
animation-duration:1s;
}

/* The animation code */
@keyframes example {
  0%   {right:-90px; top:30px;}
  100% {right:30px; top:30px;}
}

.offcanvas>ul{padding:0; margin:0; position:relative;}
.offcanvas>ul>li{list-style-type:none;}
.offcanvas>ul>li>a{color:#731238; font-family: 'Montserrat', sans-serif; display:block; text-align:center; padding:7px; border-bottom:dashed 1px #900; text-decoration:none; font-size:14px;}
.offcanvas>ul>li>a:hover{background:#d69548; color:#000000; padding-left:20px; transition:ease-in all 0.3s;}

.offcanvas>ul>img{position:absolute; top:-10px; right:-38px; width:28px; height:28px;}

.offcanvas > ul > h1{font-family: 'Montserrat', sans-serif; color:#731238!important; margin-bottom:20px; text-align:center;}

.container-fluid {
    padding-right:0;
    padding-left:0;
}

.profilepic{
	float:left;
	margin:40px 15px 15px 0;
	position:relative;
}


h1 {font-size:33px; color:#ce2285; padding-top:20px; font-family: 'Montserrat', sans-serif; text-transform:uppercase; margin-bottom:2px;}

.modal-title{font-size:18px; color:#002b59;}


.content{text-align:justify; margin:5px 0 25px;}

#contentwrapper {
}


.footernav{
   position:relative;
   width:100%;
   margin:0;
   padding:5% 0;
   background-color:#f3f2f3;
   color:#d61264;
}

.footernav ul{padding:0; margin:0;}
.footernav ul li{list-style-type:none;}
.footernav ul li a{padding:5px 0; color:#794303; display:block; border-bottom:dashed 1px #794303; text-decoration:none; font-family: 'Montserrat', sans-serif; text-transform:uppercase;}
.footernav ul li a:hover{color:#794303;}

.footernav > .content{font-size:12px;}

.footernav a{margin:0; 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-primary, .btn-primary:hover {
    color: #fff;
    background-color: #6b6b6b;
    border:0;
}


footer{background:#cac7c9; color:#000000; font-family: 'Montserrat', sans-serif;}
footer > p > a{color:#000000;}

.btn-danger {
    color: #ffffff;
    background-color: #6f1d5b;
    border-color: #6f1d5b;
}

.btn-warning, .btn-warning:hover {
    color: #ffffff;
    background-color: #b7115e;
    border-color: #3e281b;
}

.form-control {
    color: #002b59;
    background:none;
    border-bottom: 1px solid #ab8167;
	border-radius:0;
	outline:none;
}

::-webkit-input-placeholder { /* Edge */
  color: #002b59!important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #002b59!important;
}

::placeholder {
  color: #002b59!important;
}



.homegallery{padding:4% 0;}
.gallery{padding:3% 0;}

.img-portfolio, .img-portfolio2{
	margin:0 0 20px;
}

.img-portfolio, .img-portfolio2{margin-top:0; transition:ease all 0.5s;}
.img-portfolio:hover{margin-top:-20px;}


.img-portfolio > .image > h5, .img-portfolio2 > .image > h5{
	display:block;
	height:40px;
	margin:0 auto 10px;
	padding:5px 0;
	color:#ca32a5;
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	text-align:center;
}

.img-portfolio > .image > h5 > a{
	color:#ca32a5;
	font-family: 'Montserrat', sans-serif;
}

.img-portfolio > .image > span, .img-portfolio2 > .image > span{
	text-align:center;
	width:100%;
	height:300px;
	margin:auto;
	display:block;	
}

.img-portfolio > .image > span > a > .img{
	object-fit:cover;
	width:90%;
	height:100%;
	border:solid 1px #ca32a5;
	padding:5px;
}

.img-portfolio > .image > h5{
	background:#ffffff;
	width:90%;
	height:50px;
	font-size:18px;
	margin:0 auto;
}

.img-portfolio2 > .image > h6{
	background:#ffffff;
	width:90%;
	height:50px;
	font-size:16px;
	margin:0 auto;
	text-align:center;
}

.img-portfolio > .image > div, .img-portfolio2 > .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, .img-portfolio2 > .image > div > a{color:#900; text-decoration:underline;}


#next {
    background: none;
    color: #bba891;
    font-weight: bold;
    border: solid 1px #bba891;
    padding: 4px 13px;
    outline: none;
    margin: 0 auto;
    display: block;
}


.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
.social-network {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoInstagram:hover {
	background-color:#9235ae;
}
.social-network a.icoWhatsapp:hover {
	background-color:#35bb23;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoWhatsapp:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
	border:solid 1px #731238;
}
.social-circle i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #731238;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

@media (max-width: 992px) {
.togglebutton{display:block;}
.navbar-toggler{display:none;}
}

@media (max-width: 980px) {
.fixed-top{position:relative;}
.navbar-dark {background: #38172a;}

.navbar-brand > img {width:360px; height:auto;}

.togglebutton {top: 25px;}

.offcanvas{width:90%;}

.profilepic {display:none;}

}

@media (max-width: 800px) {
h1{font-size:26px;}

.navbar-brand:before {
	background-size: 24px 24px;
	padding:22px 10px 22px 24px;
}

.navbar-brand {
	font-size:38px;
	color: #ffffff!important;
}

.navbar-dark .navbar-nav .nav-link {
    color:#000000;
	text-transform:uppercase;
	font-size:14px;
	margin:1px 5px;
	font-weight:bold;
	transition:ease all 0.5s;
	background:rgba(255,2555,255,0.7);
	padding:4px 0 4px 10px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
	background:#b9638a;
}

.togglebutton {top: 15px;}

}

@media (max-width: 767px) {

.navbar-brand {margin:0!important;}	
.navbar-brand > img {width:260px; height:auto;}	
	
.profilepic{
	float:none;
	margin:0 auto;
}

.img-portfolio > .image > span, .img-portfolio2 > .image > span{
	text-align:center;
	width:100%;
	height:280px;
	margin:auto;
	display:block;	
}

}

@media (max-width: 600px) {
.navbar-brand {
	font-size:27px;
	color: #fcce7a!important;
	font-weight:500;
}

.navbar-brand:before {
	background-size: 20px 20px;
	padding:22px 0px 22px 24px;
}

.togglebutton {top: 8px;}

}