@font-face {
    font-family: MailunaPro;
    src: url('../../assets/design/MailunaPro.ttf');
}

.pw-edit, .pw-modal {
    cursor: url("../../assets/design/edit-solid.svg"), auto !important;
}

.col-4 {
    min-width: 250px;
}

body {
    font-family: 'MailunaPro' !important;
    letter-spacing: 0.05em;
    font-size: 1.2em;
}

header {
    background-color: #A3A3A3;
    height: 200px;
    display: block;
}

nav ul{
    margin-top: 70px;
}


nav ul li a{
    color: white;
    font-size: 30px;
    margin-right: 40px;
}


nav ul li a:hover, a:active{
    border-color: green !important;
    color: green;
}

nav ul li a.active {
    text-decoration: underline;
}

.navbar-brand{
    position: absolute;
}

.navbar-toggler {
    position: absolute;
    right: 15px;
    z-index: 100000;
    padding: 4px 12px;
    outline: 0;
    border: 0;
    top: calc(150px / 2 - (35px + 8px) / 2);
    font-size: 35px;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler:not(.collapsed) {
    position: fixed;
}

.navbar-toggler:not(.collapsed) > i:before {
    content: "\f00d";
}

#logo {
    display: inline-block;
    height: 240px;
    margin: 40px 40px -50px 60px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: #000 5px 5px 10px -5px;
    transition: height 0.5s, left 0.5s, top 0.5s;
}

#logo:hover {
    height: 250px;
    left: -5px;
    top: -5px;

}

.header-background {
    object-fit: cover;
    max-height: 400px;
    width: 100%;
}

h1, h2 {
    margin-top: 30px;
    padding: 10px 30px;
    color: #FFF;
    display: table;
    background-color: #A3A3A3;
    font-weight: lighter;
}

.images {
    margin: 0px;
    object-fit: cover;
}

.images img {
    box-shadow: none;
    transition: box-shadow 0.5s;
    max-height: 400px;
}

.images img:hover {

    box-shadow: #000 4px 4px 10px -4px;
}

.image-col{
    max-width: 100%;
}

.container {
    margin-bottom: 50px;
}

.carousel-inner, .carousel-inner img {
    height: 400px;
    object-fit: cover;
}

input, textarea {
    background-color: rgb(236, 254, 232) !important;
}

.btn-primary {
    background-color: green;
    border-color: green;
}

label.required::after {
    content: '*';
}


/* Footer */
footer{
    padding-left: 0px;
    background-color: #A3A3A3;
    padding-top: 15px;
}

footer p, footer span, footer a {
    color: white;
}

footer .container {
    margin-bottom: 0px;
}

.fixed-bottom {
    z-index: 0 !important;
}

.address {
    justify-content: space-between;
    align-items: flex-end;
}

.social-links ul{
    display: flex;
    justify-content: left;
    margin-left: 15px;
    padding-left: 0px;
}

.social-links li{
    list-style: none;
    margin-right: 5px;
}

.social-links a {
    border: 1px solid white;
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
}

.social-links a:hover {
    color: green;
}

footer .footer-block {
    display: block;
    width: 100%;
}

footer .pw-modal {
    display: inline-flex;
    flex-wrap: wrap;
}

@media (max-width: 1199px){
    nav ul li a {
        font-size: 20px;
    }

    #logo {
        height: 200px;
    }

    #logo:hover {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .float-lg-right {
        float: right !important;
    }

    header {
        height: 150px;
    }

    nav {
        z-index: 9999;
    }

    .navbar-collapse {
        top: 0;
        left: 100%;
        transition: 0.5s;
        display: block !important;
        position: fixed;
        width: 100%;
        background-color: #A3A3A3;
        height: 100% !important;
        text-align: center;
    }

    .show, .collapsing {
        left: 0;
        transition: 0.5s;
    }

    nav ul li a {
        font-size: 30px;
        display: block;
        margin: 0 auto;
        width: 400px;
        max-width: 100%;
    }

    #logo {
        height: 130px;
        top: 30px;
        margin-left: 20px;
    }

    #logo:hover {
        height: 140px;
        top: 25px;
    }

}
