﻿
@font-face {
    font-family: 'Eczar', serif;
}

h1 {
    font-family: 'Eczar', serif;
}

body {
    font-family: 'Roboto', sans-serif;
}
a.nav-link {
    color: black !important;
    margin-right: 20px;
}

    a.nav-link:hover {
        color: gold !important;

    }

.navbar-nav .active {
    color: gold !important;
}

.navbar-nav .activesub {
    background: linear-gradient(-90deg,#295584, #008899);
    color: white !important;
}

.dropdown-menu {
    background-color: gold !important;
    border-radius: 0px;
}

.navbar {
    background: none !important;
}

.navborder {
    height: 10px;
    width: 100%;
    background: linear-gradient(-90deg,#295584, #008899);
}

#navcontainer {
    min-height: 60px;
    background: linear-gradient(-90deg,#295584, #008899) !important;
    z-index: 1000;
}

header {
    background: #f5b335;
    height: 40px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 1000;
}

.nav-up {
    top: -200px;
}


.parallax-window {
    min-height: 80vh;
    background-attachment: fixed;
    background-position: unset;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    z-index: -1000;
}

.topmargin {
    min-height: 80vh;
    z-index: -100;
}

    .topmargin .topmarginContent {
        background-color: rgba(255,255,255,1);
        min-height: 80vh;
        max-width: 500px;
        padding: 20px;
        z-index: -100;
    }

@media only screen and (max-width: 600px) {
    .parallax-window {
        height: 100vh;
        background-attachment: initial;
        background-position: unset;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .topmargin {
        height: 100vh;
    }

        .topmargin .topmarginContent {
            min-height: 100vh;
        }
}

#carouselExampleControls .carousel-inner {
    max-height: 80vh;
}







#exampleModalCenter {
    max-width: 100%;
}

    #exampleModalCenter .modal-lg {
        max-width: 70%;
    }

.modal-content {
}

.shadow {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}



#introduction {
    color: black;
    width: 100%;
}

.gradienttexth1 {
    font-size:60px;
    background: -webkit-linear-gradient(#295584, #008899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




.travelContainer {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: rgba(255,255,255,0.7);
}

    .travelContainer h2 {
        padding: 20px;
    }

    .travelContainer p {
        padding-right: 20px;
        padding-left: 20px;
    }

    .travelContainer button {
        margin: 20px;
    }

.pageContact a {
    color: black;
}

    .pageContact a:hover {
        color: #008899;
    }

.watersportscolor {
    background: linear-gradient(-90deg,#295584, #008899);
    padding: 10px;
    color: white;
    border-radius: 5px;
    margin: 10px;
}

    .watersportscolor ul {
        margin-left: 10px;
    }

.btncolor {
    background: linear-gradient(-90deg,#295584, #008899);
    color: white;
}

.gallery .col-4 {
    padding: 5px;
}

.gallery .imageContainer {
    width: 100%;
    overflow: hidden;
}

    .gallery .imageContainer img {
        width: 100%;
        object-fit: cover;
        transition: transform .5s;
    }

.gallery img:hover {
    overflow: hidden;
    transform: scale(1.5);
    cursor: pointer;
}

.blockquoteContainer {
    height: 350px;
    overflow: hidden;
}

.facilities {
    padding: 20px;
}

    .facilities a {
        color: black;
        text-decoration: none;
    }

.facilities:hover h3 {
    text-decoration:underline;
}

    .facilities:hover hr {
        border-color: #008899;
        cursor: grabbing;
    }



.companyIcon {
    height: 40px;
}

.modalImgContainer img {
    width: 100%;
}


/* Freight Forwarding*/

.freightTypeIcons {
    height: 15vh;
}

.footercontainer {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    background: linear-gradient(-90deg,#295584, #008899);
    color: white;
}

.footercontainer {
    margin: 0px;
    padding: 0px;
}

    .footercontainer a {
        color: white;
    }

.footercontainer {
    margin: 0px;
    padding: 0px;
}

