body {
    /* font-size: 1.2rem; */
}

.swiper-wrapper {
    height: 70vh;
}

.swiper-container {
    width: 100vw;
    height: 70vh;
}

.swiper-slide {
    background-color: #ccc;
}
.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: #D91B5C;
}

.en-bk-color-secondary {
    background-color: #009900;
}

.en-color-primary {
    color: #D91B5C;
}

.en-color-secondary {
    color: #019CCA;
}

.en-color-tertiary {
    color: #323232;
}

.en-color-white {
    color: #FFFFFF;
}

.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: #000000;
}

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;
}

@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: rgba(0, 0, 0, 0.5);
    }
    
     /* .navbar {
        padding: 10px;
    } */

    .nav-link {
        padding: 1rem;
        color: white !important;
        font-size: 1.6em;
        transition: color .5s;
    }

    .nav-item {
        margin: 0 0.5rem;
    }

    .nav-item.active {
        /* outline: 3px solid #CD0E2B !important; */
        color: #D91B5C !important;
    }

    .nav-item:hover:not(.active) .nav-link {
        color: #D91B5C !important;
    }

    .nav-item.active .nav-link{
        color: #D91B5C !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;
     } */
}
