@import url('index.css');
body {
    font-family: 'Montserrat';
    background: #0d3886;
    background: radial-gradient(#0d3886 0%, #0e2e68 20%, #0a2455 45%, #02122b 100%);
    color: white; /* For white text */
}

h1 {
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cruise-title {
    margin-top: 18vh;
    margin-bottom: 10vh;
}

.cruise-card {
    margin-bottom: 40px;
    padding: 40px;
    padding-bottom: 160px;
    border-radius: 0px;
    border: 3px groove #454565;
    background: transparent;
}

.cruise-card-button {
    margin-bottom: -180px;
    padding-top: 55px;
}

.cruise-brand-image {
  /*  width: 12vw;
    padding-top: 30px;*/
    height: 90px;
}

.container {
    padding-top: 50px; /* Space from the top */
}

.brand-card {
    background: none;
    border: none;
    margin-bottom: 30px;
}

    .brand-card img {
        max-width: 100%;
        height: auto;
    }

.cruise-button {
    width: 100%;
    margin-top: 10px;
    padding: 8px 25px;
    color: #6aaad8;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #585858;
    font-size: 12px;
    text-decoration: none;
    border-radius: 0px;
    border: 3px groove #454565;
    background: #0b265d;
}

    .cruise-button:hover {
        color: white;
    }

.cruise-footer {
    margin-top: 12vh;
    font-size: 12px;
}

@media only screen and (max-width: 767px) {
    .cruise-title {
        margin-top: 5vh;
    }

    .cruise-card {
        padding-bottom: 155px;
    }

    .cruise-brand-image {
      /*  width: 30vw;
        padding-top: 30px;*/
    }

    .col-xl-6 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .cruise-brand-image {
      /*  width: 60vw;
        padding-top: 30px;*/
    }
}
