@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,900');

/************ Reset ***********/
h1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

label {
    color: #7B7B7B;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

label[for="form_message"], label[for="form_mail"] {
    display: none !important;
}

textarea:focus, input:focus {
    outline: none;
}

/************ Base ***********/
footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

p {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 320px) and (max-width: 600px) {
    main {
        margin-bottom: 110px;
    }
}


/************ Navbar ***********/

@media (min-width: 992px) {
    .navbar {
        padding: 0 !important;
    }

    .navbar-expand-lg {
        height: 80px;
        width: 100%;
        margin-bottom: 40px;
    }

    .navbar-expand-lg .navbar-nav {
        background: #D0021B;
        width: 100%;
    }

    .navbar * {
        height: 100%;
    }

    .navbar .navbar-brand {
        background: none;
        width: 12.5%;
        text-align: center;
    }

    .navbar li {
        width: 14.285%;
        text-align: center;
        line-height: 62px;
        display: block;
        position: relative;
    }

    .navbar a > img {
        height: 100%;
    }

    .navbar .nav-item.active::after {
        content: '';
        display: block;
        position: absolute;
        background: #FFF;
        width: 100%;
        height: 4px;
        bottom: 0;
    }

    .nav-link.nav-ext {
        background: url('../img/page-ext.png') #D0021B center right 10px no-repeat !important;
        background-size: 14px !important;
    }

    .navbar .nav-link {
        position: relative;
        height: 100%;
        display: block;
        background: #D0021B;
        color: #FFF !important;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 500;
        font-size: 14px;
    }

    .navbar-nav {
        -webkit-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
    }
}

@media (min-width: 320px) and (max-width: 988px) {
    .navbar {
        padding: 0 !important;
    }

    .navbar .nav-link {
        position: relative;
        height: 100%;
        display: block;
        background: #D0021B;
        color: #FFF !important;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: 500;
        font-size: 14px;
        text-indent: 20px;
    }


    .nav-link.nav-ext {
        background: url('../img/page-ext.png') #D0021B center right 30px no-repeat;
        background-size: 10px;
    }

    .navbar .navbar-brand {
        background: none;
    }
}

/************ [Utilities] Titles ***********/
.u-title {
    text-transform: uppercase;
}

.u-title.type-1 {
    font-size: 30px;
    font-weight: 900;
    color: #7B7B7B;
    letter-spacing: 3px;
}

.u-title.type-1::after {
    content: '';
    display: block;
    position: relative;
    width: 100px;
    height: 1px;
    background: #7B7B7B;
    margin-bottom: 40px;
}

.u-title.type-2 {
    font-size: 20px;
    color: #000;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

/************ [Components] Cards ***********/

.c-card {
    -webkit-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.2);
}

.c-card.event {
    width: 100%;
    transition: .2s all;
}

.c-card.event:hover {
    -webkit-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 41px 5px rgba(0, 0, 0, 0.4);
}

.c-card.event a {
    color: #000;
}

.c-card.event a:hover {
    text-decoration: none;
    color: #000;
}

.c-card.event .c-card__header {
    background: #000;
    padding: 20px 0;
    text-align: center;
}

.c-card.event .c-card__title {
    color: #FFF;
    font-size: 14px;
    padding: 0;
}

.c-card.event .c-card__content {
    padding: 18px 34px;
}

.c-card.event .c-card__content li {
    font-size: 12px;
    margin: 10px 0;
}

.c-card.event .c-card__content li:first-child {
    font-weight: 800;
    letter-spacing: .7px;
}

.c-card.event .c-card__content li:nth-child(2) {
    font-style: italic;
    letter-spacing: .7px;
}

.c-card.event .c-card__content li:last-child {
    letter-spacing: .7px;
}

.c-card.event .c-card__content div {
    font-size: 3em;
    font-weight: 900;
    display: block;
}

.c-card.event .c-card__content div span {
    margin-top: -15px;
    text-align: left;
    font-size: .4em;
    display: block;
    font-weight: 400;
}

.c-card.huge {
    width: 100%;
    display: block;
    padding: 50px;
    background-size: cover !important;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.c-card.huge::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.c-card.huge .c-card__title {
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
    padding-bottom: 30px;
    display: block;
}

.c-card.huge .c-card__title span {
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.c-card.huge span {
    color: #FFF;
}

.c-card.huge .c-button {
    font-weight: 300;
    margin-right: 20px;
}

.c-card__item {
    position: relative;
    margin-top: 20px;
}

.c-card__item.tel::before {
    content: '';
    display: block;
    background: url('../img/tel.png') no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    left: -40px;
}

.c-card__item.location::before {
    content: '';
    display: block;
    background: url('../img/marker.png') no-repeat;
    width: 18px;
    height: 22px;
    background-size: contain;
    position: absolute;
    left: -40px;
}

.c-card__item.clock::before {
    content: '';
    display: block;
    background: url('../img/clock.png') no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    position: absolute;
    left: -40px;
}

/************ [Components] Buttons ***********/

.c-button {
    padding: 15px;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #D0021B;
    display: table;
    margin-top: 15px;
    cursor: pointer;
}

.c-button:hover {
    text-decoration: none;
    color: #FFF;
}

.c-button.submit {
    border: none;
}

.c-link {
    font-weight: 700;
    color: #D0021B;
    text-decoration: underline;
}

/************ Footer ***********/

footer {
    background: #000;
    width: 100%;
    color: #FFF;
    margin-top: 30px;
}

footer small {
    margin-right: 20px;
}

footer a {
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    padding: 10px 0;
}

footer a:after {
    content: "|";
    display: inline-block;
    margin: 0 20px;
}

footer a:last-child:after {
    content: "";
}

@media (min-width: 320px) and (max-width: 600px) {
    footer {
        padding: 20px 0;
    }
    footer small {
        font-size: 16px;
        padding: 10px 0;
    }
    footer a {
        font-size: 14px;
        display: block;
    }
    footer a:after {
        content: "";
    }
}
