@charset "UTF-8";
body {
    font-family: 'Metrophobic', sans-serif;
    color: #5b5b5b;
    background-color: white;
}

.footer,
a,
h1 {
    text-transform: lowercase;
}

.navbar-transparent {
    background: none;
    border: none;
    position: absolute;
    top: 0;
}

.navbar-offset {
    height: 80px;
    position: relative;
}

.container-offset {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

h1 {
    font-family: 'Rajdhani';
    text-decoration: none;
}

a {
    color: #008cd1;
}

.btn-primary {
    background-color: #008cd1;
    border-color: #008cd1;
}

.container-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px;
}

.content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 500px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    max-width: 1400px;
}

.content p {
    max-width: 1000px;
    margin: auto;
    padding: 1em;
}

.content-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.content-center>div {
    width: 100%;
}

#cover {
    z-index: 6;
    height: 700px;
}

#info {
    z-index: 5;
    color: white;
    background-color: #008cd1;
}

.content-left {
    width: 100%;
    max-width: 700px;
    text-align: left;
}

.content-left>div {
    padding-left: 20px;
    width: 500px;
    max-width: 80%;
}


#contact {
    z-index: 4;
    margin-top: -180px;
    padding-top: 180px;
}

.border-left {
    border-color: #008cd1;
    border-left-style: solid;
    border-left-width: 5px;
}

.content-left .border-left * {
    margin-top: 5px;
    margin-bottom: 5px;
}

.border-white {
    border-color: #ffffff;
}

.content-left p {
    padding: 0;
}

#contact a {
    max-width: 100%;
    font-size: 25px;
}

#contact h1 {
    margin: 0;
}

.logo-container {
    /* 	background: url('/images/logo.png') bottom center no-repeat; */
    background-size: cover;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    max-width: 700px;
}

.logo {
    max-width: 80%;
    width: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.logo_footer {
    width: 80px;
    position: absolute;
    padding-top: 300px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.navigation .mdi {
    color: #008cd1;
    font-size: 30px;
}

.navbar-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*fix for Bootstrap rows with negative margins*/
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
}

.navbar-mobile a {
    color: #008cd1;
}

.menu-mobile1 {
    z-index: 100;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 19px;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 20px;
}

.menu-mobile1>.col-xs-12 {
    height: 2em;
    background-color: transparent;
}

.menu-mobile2 {
    z-index: 100;
    background-color: transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-size: 2em;
}

.footer {
    height: 200px;
    position: relative;
    left: 0;
    right: 0;
    z-index: 1;
    margin-top: -120px;
    padding-top: 120px;
    text-align: center;
}

.footer>img {
    z-index: 100;
}

.footer>p {
    padding-top: 200px;
    color: #aeaeae;
}

.footer>*>a {
    color: #aeaeae !important;
}

#contact>a {
    color: #008cd1;
    font-weight: bold;
    text-decoration: none;
    font-size: 25px;
    letter-spacing: 2px;
}

.additional_social>a {
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin: 0 20px 20px 20px;
    font-size: 20px !important;
    letter-spacing: 2px;
    font-weight: 700;
}


/* Disable navbar collapsing */

.navbar-collapse.collapse {
    display: block!important;
    border: none;
}

.navbar-nav>li,
.navbar-nav {
    float: left !important;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
}

.navbar-right {
    float: right!important;
}


/* Phone/small screen optimizations */

@media (max-width: 767px) {
    .navbar {
        background-color: #008cd1;
    }
    .navigation .mdi {
        color: #008cd1;
        font-size: 30px;
    }
    .navbar-default .navbar-nav>li>a {
        color: #ffffff;
    }
    .navigation .mdi {
        color: #ffffff;
    }
}


/* Big screen optimization */

@media (min-width: 768px) {
    .arrow-icons>ul>li>a::before {
        content: "";
        display: block;
        background: url("../images/logo/JR_arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        float: left;
    }
}