@charset "utf-8";
/* CSS Document */

/*


**FONTS:
font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;



**COLORS:
Maple Red: #EE282C;
charcoal: #292F35;
beige: #D6D1C6;
blue 01: #396282;
mid blue: #4A83A3;
light blue: #9BC0C9;


*/





/*NAVIGATION*/
.navbar-light .navbar-nav .nav-link {
    color: #292F35;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #EE282C;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #CD1014;
}
.navbar-nav li:hover {
    cursor: pointer;
}

.dropdown-menu a:hover{
	background-color: #EE282C;
	color:#FFFFFF;
}

body{
	font-family: 'Lato', sans-serif;
}

h1,h3,h4,h5,h6{
	font-family: 'Manrope', sans-serif;
    font-weight: 400;
}

h1{
	color: black;
	font-size: 3rem;
	font-family: 'Manrope', sans-serif;
}

h2{
	font-size: 2.5rem;
	font-family: 'Manrope', sans-serif;
	
}

h3{
	color: black;
	font-size: 2.25rem;
    line-height: 2.25rem;
	font-family: 'Manrope', sans-serif;
    
	
}

h4{
	color: black;
	font-size: 2rem;	
}
h4 i{
	color: #9BC0C9;
	font-size: 2rem;	
}

h5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
}


/*TESTIMONIALS*/
.primary-color {
    color: #DC3545;
}

.testimonial-view {
    max-width: 900px;
    padding: 30px 15px;
    margin: 0 auto 70px auto;
    border-radius: 3px;
}

.testimonial-view.top-margin .testimonial-block_user {
    margin-top: -60px;
}

@media (min-width: 900px) {
    .testimonial-view.top-margin .testimonial-block_user {
        margin-top: -100px;
    }
}

.testimonial-view img.left-quote {
    opacity: 0.01;
    width: 20%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 40%;
}

@media (min-width: 900px) {
    .testimonial-view .carousel-control-prev {
        left: -50px;
    }

    .testimonial-view .carousel-control-next {
        right: -50px;
    }

    .testimonial-view .carousel-control-next-icon,
    .testimonial-view .carousel-control-prev-icon {
        width: 40px;
        height: 40px;
		
		border: 1px solid black;
  		background-image: none;
    }
}

.section-header,
.testimonial-block_user_info_name {
    text-align: center;
    padding-bottom: 10px;
	margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.section-header:after,
.testimonial-block_user_info_name:after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #EE282C;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.testimonial-block {
    padding: 15px;
    margin: 50px 15px;
    background: #fff;
	text-align: center;
    color: #333;
    -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.15);
}

@media (min-width: 900px) {
    .testimonial-block {
        padding: 50px;
        margin: 50px;
    }
}

.testimonial-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
}

.testimonial-block .testimonial-block_user {
    margin-bottom: 30px;
    text-align: center;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_image {
    position: relative;
    margin: 0 15px 30px 15px;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_image img {
    height: 170px;
    width: 170px;
    border: 7px solid #FFDFB8;
    border-radius: 170px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name {
    margin-bottom: 10px;
}

.testimonial-block .testimonial-block_user .testimonial-block_user_info .testimonial-block_user_info_name:after {
    width: 50px;
    /*left: calc(50% - 25px)*/;
}

.testimonial-block .testimonial-block_content {
    text-align: center;
    font-size: 18px;
}

.top-margin .testimonial-block .row {
    place-items: normal;
}

/*BACKGROUNDS*/
.bg-red{
	background-color: #EE282C;
}

.bg-black{
	background-color: #0C0C0C;
}
.bg-charcoal{
	background-color: #292F35;
}

.bg-blue{
	background-color: #396282;
}

.bg-mid-blue{
	background-color: #4A83A3;
}

.bg-alert-yellow{
	background-color: #FCF5A9;
}
 
.text-white{
	color:#FFFFFF;
}

.fas{
	font-size: 3rem;
}


footer a{
	color:#4A83A3;
	text-decoration: none;
}

footer a:hover{
	color:#4A83A3;
	text-decoration: underline;
}



.blue-text{
	color:#4A83A3;
}
.dark-link{
	color:#9BC0C9;
	text-decoration: none;
}
.dark-link:hover{
	color:#4A83A3;
	
}
/*
.btn-blue {
  color: #fff;
  background-color: #4A83A3;
  border-color: #4A83A3;
}

.btn-blue:hover {
  color: #fff;
  background-color: #396282;
  border-color: #396282;
}
*/

.btn{
    border-radius: 0;
}

.btn-blue {
  color: #0C0C0C;
  background-color: #64B6E4;
}

.btn-blue:hover {
  color: #0C0C0C;;
  background-color: #0C99E8;
}


/*ABOUT GALLERY*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/**
 * Components: Gallery
 */
.section_gallery__grid__item
{
    padding-right: .5rem; 
    padding-bottom: 1rem;
    padding-left: .5rem;
}
.section_gallery__grid__item > a
{
    position: relative;

    display: block;
}
.section_gallery__grid__item > a:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    transition: opacity .3s; 

    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}
.section_gallery__grid__item > a:after
{
    position: absolute;
    top: 50%;
    left: 50%;

    content: url(../img/icon_plus.svg);
    transition: opacity .3s; 
    transform: translate(-50%, -50%);

    opacity: 0;
}
.section_gallery__grid__item > a:hover:before,
.section_gallery__grid__item > a:hover:after
{
    opacity: 1;
}

/** 
 * Components: Lightbox
 */
.lightboxOverlay
{
    opacity: .5;
}

.lb-outerContainer,
.lightbox .lb-image
{
    border-radius: 0;
}

.lb-container
{
    padding: 20px;
}

.lb-data .lb-close
{
    background: url(../img/icon_close.svg) no-repeat center center;
}

.lb-nav a.lb-prev
{
    padding: 20px;

    background: none;
}
.lb-nav a.lb-prev:before
{
    position: absolute;
    top: 50%;
    left: 30px;

    content: url(../img/icon_prev.svg);
    transform: translateY(-50%);
}

.lb-nav a.lb-next
{
    padding: 20px;

    background: none;
}
.lb-nav a.lb-next:before
{
    position: absolute;
    top: 50%;
    right: 30px;

    content: url(../img/icon_next.svg);
    transform: translateY(-50%);
}

/**
 * Components: Map
 */
.section_map__map
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section_map__map__heading
{
    font-family: 'Lato', sans-serif;
    font-size: .75rem;
    font-weight: 800;

    margin-top: 1rem; 

    letter-spacing: .05em;
    text-transform: uppercase;
}
.section_map__map__content
{
    line-height: 1.7;
}

/**
