body {
    /* font-size: 1.2rem; */
}

.swiper-container {
    width: 100%;
    height: 500px;
    border: 10px solid white;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.29);
}
.swiper-slide {
    background-color: #ccc;
    /* width: 100% !important; */
}
.en-slide-content {
    width: 100%; 
    height: 100%; 
    background-color: #efefef;
    background-size: cover;
    background-position: center;
}
.en-white {
    color: #fff;
}

.en-line {
    height:10px;
    background-image: url(../img/backgrounds/lines.png);
}

.en-line-gold {
    height:10px;
    background-image: url(../img/backgrounds/gold.png);
}

.en-font-primary {
    /* font-family: 'Orbitron', sans-serif; */
    font-size: 1.5rem;
}


.en-bk-color-black {
    background-color: #000000;
}

.en-bk-color-primary {
    background-color: #019CCA;
}

.en-bk-color-secondary {
    background-color: #0B2870;
}

.en-color-primary {
    color: #0B2870;
}

.en-color-secondary {
    color: #019CCA;
}

.en-color-tertiary {
    color: #323232;
}

.en-button {
    display:inline-flex;
    vertical-align:middle;
    cursor:pointer;
    outline:none;
    padding: 1em;
    }

.en-button-primary {
    outline: 3px solid #FFFFFF !important;
    color: #FFFFFF !important;
}

.en-button-primary:hover {
    background-color:#FFFFFF !important;
    color: #60C9DF !important;
}

.en-button, 
.en-button:hover {
    transition:background-color .2s;
}

.en-navbar-wrapper {
    background-color: #323232;
}

.en-navbar-wrapper-short {
    background-color: #ffffff;
}

div.gallery-container:first-of-type {
    margin-top: 0px !important;
}

div.gallery-container:last-of-type {
    margin-bottom: 0px !important;
}

.en-flex-box {
    /* display: flex; */
    justify-content: center;
    align-items: center;
}

.en-flex-box span {
    margin: 5px;
}

.en-flex-box img {
    width: 160px;
    margin: 10px;
}

.en-newspaper {
    -webkit-columns: 100px 3; /* Chrome, Safari, Opera */
    -moz-columns: 100px 3; /* Firefox */
    columns: 100px 3;
}

.carousel-inner {
    /* max-height: 600px; */
}
@media only screen and (min-width : 992px) {   
    .en-font-primary {
        font-size: 4.2rem;
    }
    
    .en-column-lg-3 {
        column-count: 3;
    }

    .en-navbar-wrapper {
        /* position: absolute; */
        z-index: 9999;
        width: 100%;
        background-color: #FFFFFF;
        /* background-color: rgba(0, 0, 0, 0.5); */
    }
    
     /* .navbar {
        padding: 10px;
    } */

    .nav-link {
        padding: 1rem;
        color: initial !important;
        font-size: .9em;
        transition: color .5s;
    }

    .nav-item {
        margin: 0 0.5rem;
    }

    .nav-item.active {
        /* outline: 3px solid #CD0E2B !important; */
        color: #0B2870 !important;
    }

    .nav-item:hover:not(.active) .nav-link {
        color: #0B2870 !important;
    }

    .nav-item.active .nav-link{
        color: #0B2870 !important;
        
    }

    .nav-item,
    .nav-item:hover,
    .nav-item.active,
    .nav-item .nav-linK,
    .nav-item:hover .nav-link,
    .nav-item.active .nav-linK {
        /* transition: background-color .2s; */
        transition: color .5s;
    }
    
     .navbar-nav .nav-item {
        /* font-size: .8em; */
        /* font-weight: 900; */
        display: flex;
        align-items: center;
     }
     /*
     .navbar-brand {
         font-size: 2em;
     } */

     .en-free-estimate {
        white-space: nowrap;
        border-radius: 100px;
        border: 3px solid;
        padding: 15px 25px;
        color: #fff;
        background-color: #0B2870;
        text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
     }

     .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color:#000;
        opacity: 1;
        background: rgba(255, 255, 255, 1);
        border-radius: 0;
      }
      .swiper-pagination-bullet-active {
        color:#fff;
        background: #007aff;
      }
      .swiper-pagination {
          text-align: initial;
          padding-left: 7px;
      }
}
