﻿@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

@media only screen and (max-width:1399px) {
    .logo {
        display: none;
    }

    #eventsSlicer {
        display: none;
    }
}

@media only screen and (min-width:1400px) {
    .logo {
        position: absolute;
        left: 2%;
        top: 20%;
        height: 250% !important;
    }
}

body {
    text-shadow: 1px 1px 2px #d0d0d0;
}

.bg-primary {
    background-color: #D9230F !important;
    border-color: #ba1e0d !important;
}

.navbar-custom {
    background-color: #2C75FF !important;
}

.nav-link {
    padding: 0.5rem 0.8rem !important;
    font-size: 1.1rem !important;
}

.nav-link:hover {
    text-shadow: 2px 2px 2px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.container {
    margin-top: 30px;
    min-height: 70vh;
}

body {
    background-image: url("Images/fe.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.fiftypct {
    width: 50% !important;
}

.space-max {
    margin-top: 20px;
}

.content-box {
    margin-bottom: 0.5rem;
    padding: 20px;
    border-radius: 15px;
    border: #ccc solid 1px;
    background-color: #fff;
}

section {
    padding-top: 20px;
}

.tocenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left {
    display: block;
    float: left;
}

.right {
    display: block;
    float: right;
}

.center {
    display: block;
    text-align: center;
}

.navbar {
    font-size: 1.25rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

body {
    padding-top: 54px;
}

.business-header {
    height: 50vh;
    width: auto;
    min-height: 600px;
    background: url("Images/flag.png") center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-shadow: 3px 3px 6px #000000 !important;
    overflow: hidden;
}

header.masthead {
    background: url('/Images/banneer.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header.masthead > .overlay {
        padding: 5rem 0;
        text-align: center;
        background: rgba(0, 0, 0, 0.6);
    }

@media (min-width: 992px) {
    header.masthead > .overlay {
        padding: 10rem 0;
    }
}

#carousel-index {
    max-height: 100vh;
}

.centered {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grow:hover {
    z-index: 3000;
    transform: scale(3);
}

.card-centerhv {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
}

#eventsSlicer {
    float: right !important;
    display: flow-root !important;
    overflow-y: scroll;
    max-height: 600px;
}

.photo-min {
    width: 100px;
    height: auto;
}

.photo-max-adaptive {
    width: 100%;
    height: auto;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
}

/********** Map **********/
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*************************/