
.carousel-content {
  color:black;
  display:flex;
  align-items:center;
}

#text-carousel {
  width: 100%;
  height: auto;
  padding: 50px;
}


body{
  font-family: 'Quicksand', sans-serif;
  background:#f5f5f5;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
  width:100%;
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
  width: 55%;
  margin: 50 auto;
 }
}
@media (max-width: 768px) {
  .gal-container .modal-content{
    height:250px;
  }
}

i.red{
  color:#BC0213;
}
.gal-container{
  padding-top :75px;
  padding-bottom:75px;
}
footer{
  font-family: 'Quicksand', sans-serif;
}
footer a,footer a:hover{
  color: #88C425;
}

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);

@media (max-width: 3600px) {
  body{font-size: 20px;}
	h1{font-size: 30px;}
	p .sad{font-size: 20px;}
}

@media (max-width: 767px) {
    body{font-size: 14px;}
	h1{font-size: 20px;}
	.imgblur{min-width:1200px !important;}
	p .sad{font-size: 14px;}
}

.modal {width:600px;}
.thumbnail1 img {width:120px;}

.opaque-navbar {
  background-color: rgba(0,0,0,0.5);
  border-bottom: 0px;
  transition: background-color .5s ease 0s;

}
.opaque-navbar.opaque {
  background-color: rgba(0,0,0,0.9);
  transition: background-color .5s ease 0s;
}


.navbar-custom {
  background-color:#229922;
  color:#ffffff;
  border-radius:0;

}

.nav{
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
}
* {
	transition:color 0.3s;
}
a{
	color:white !important;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	margin:0px;
	padding:0px;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #ACF781;
	color: #ACF781 !important;
	text-decoration: none;
}

.potato:hover{
	border-bottom: 0px solid red;
  color: #ACF781 !important;
}

.HeaderonImage{
	color:white !important;
	font-weight:900;
	font-family: 'Lato', sans-serif;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.FooterOfImage{
	color:white !important;
	font-size:17px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.carousel-control.left, .carousel-control.right {
  background-image: none
}

.aboutheader{
	color:"#444";
	font-size:35px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}
.img-circle{
	width:100px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive{
	margin:10px 0px;
	width:400px !important;

}
.cas{
	display: block;
  margin-left: auto;
  margin-right: auto;
}
.btn,.btn-success{
	background:none;
	text-transform: uppercase;
	border-radius:0px;
	color:black;
	padding: 10px 30px 10px 30px;
	border-color: #CCC;
	transition: border-color 0.3s;
	margin-bottom:15px
}
.hozDisplay{
	width:250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.aboutpar{
	color:#444 !important;
	font-size:17px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.jumbotron {
	width: 100%;
	min-height: 100px; /*same height as jumbotron */
	top:0;
	left:0;
	z-index: -1;
	background: url('../images/background.jpg') no-repeat center center fixed;
	background-size: cover;
	background-position-y: -50px;
	font-style: normal;
	color:#E8E8E8;
	font-size: 35px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-top: 100px;
	margin-bottom: 0;
}

.carousel-caption{
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tales {
  width: 100%;
}

.carousel-inner{
  width:100%;
  max-height: 550px !important;
  background-position-y: 555px;
  z-index: -1;
  background-size: cover;
}
.slide{
	  max-height: 600px;
}
.carousel-caption {
   position: absolute;
   top:25%
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.imgblur{
 -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
}

.footer *{
	font-weight:300;
}

.footer a{
	color: #CCC;
	font-weight:400;
}

.footer h4{
	color: white;
}

.copyright{
	margin: 20px 0px;
	font-size:17px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}
.displayed{
	display: block;
    margin-left: auto;
    margin-right: auto
}
.noresize {
  resize: none;
}
.footer-all	{
	margin-top: 40px;
}
.footer p {
	text-align: justify;
}
.headertext{
	font-size:20px;
	font-weight:600;
	font-family: 'Lato', sans-serif;
}
.form-control{
  color:black;
  font-size:14px;
	font-weight:200;
	font-family: 'Lato', sans-serif;
}
.footer-cus{
	background:#222222;
	color: #222222;
	padding: 20px 0px;
	padding-bottom: 0px;
}

.footertext{
	font-size:20px;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.carouselsecond{
    width: 600px;
}

.article-slide .carousel-indicators {
    bottom: 0;
    left: 0;
    margin-left: 5px;
    width: 100%;
}

.article-slide .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 54px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 100px;
}

.article-slide .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 54px;
    left: 0;
    width: 100px;
}

.article-slide .carousel-indicators .active img {
    border: 2px solid #428BCA;
    opacity: 0.7;
}
