/*!
 * Start Bootstrap - Landing Page v5.0.4 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,700&display=swap');
 
 
body {
  font-family: 'Dosis', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: 100% auto
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

header.masthead h1 {
  font-size: 2rem;
}

a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.testimonials {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-masthead.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.fa_icon {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #0b1114;
}

.features-icons-item a {
	color: #0b1114;
}


footer.footer {
  background-color: #0b1114!important;
}

a {
	color: #fff;
}
a:hover {
	color: #ff00af;
}

.btn-primary:hover {
	color: #fff;
	background-color: #ff00af;
	border-color: #ff00af;
}



.btn-primary {
	color: #fff;
	background-color: #0b1114;
	border-color: #0b1114;
}




.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}


.gallery_images {
	position: relative;
	padding: 0px;
}

.gallery_images .item {
	background-position: center;
	background-size: cover;
	float: left;
	width: 220px;
	margin: 7px;
}

.gallery_images .item img {
	width: 100%;
	height: auto;
}

.albums_items img {
	width: 100%;
	height: auto;
}

.albums_items .col-lg-4 {
	padding-bottom: 30px;
}

.albums_items .col-lg-4 h3 {
	padding-top: 0px;
	padding-top: 25px;
	font-size: 22px;
}

.albums_items .col-lg-4 a {
	color: #0b1114;
}


.clear {
	clear: both;
}


hr {
	border: none;
	height: 1px;
	background: #ccc;
}


.gallery_select {
	width:200px;
	margin-top: 8px;
	float:right;
}



@media (min-width: 992px) {
	
	.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
	}

}



@media (max-width: 992px) {
	
	.gallery_select {
		float:left;
	}
	
	.gallery_images .item {
		width: 18%;
		margin: 1%;
	}

}


@media (max-width: 768px) {
	
	.gallery_select {
		float:left;
	}
	
	.gallery_images .item {
		width: 23%;
		margin: 1%;
	}

}


@media (max-width: 520px) {
	
	.gallery_images .item {
		width: 48%;
		margin: 1%;
	}

}
