/* body {
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 22%, rgba(0, 212, 255, 1) 81%);
    background: -webkit-linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 22%, rgba(0, 212, 255, 1) 81%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 22%, rgba(0, 212, 255, 1) 81%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#00d4ff", GradientType=1);
} */


/* body {
    background-image: url('../images/oriental-tiles.png');
} */


/* body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
} */

#image-container {
    height: 350px;
}

#image-preview {
    width: 250px;
    height: 250px;
    align-content: center;
}

.modal img {
    padding: 10px;
    width: 300px;
    height: 300px;
}

.card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    min-height: 100vh;
}

#geolocation {
    min-height: 50vh;
    background-image: none;
}


/* .card.view {
    height: 100vh;
} */

.my-container {
    /* display: flex;
    align-items: center; */
    height: 100%;
    /* width: 100%; */
}

.personalize-content h1 {
    display: inline-block;
    text-align: center;
    width: 100%;
    align-content: center;
}

a.btn,
button {
    margin: 5px;
}


/* .card::after {
    background-color: rgb(255, 255, 255);
} */

#modal1,
#modal2 {
    width: 100vw;
    height: 100vh;
}

@media (max-width: 768px) {
    .flex-s {
        display: flex;
        flex-direction: column;
        /* Stack on top */
    }
    .box-a {
        order: 2;
        /* Go down, bring Box B up */
    }
}

.loader {
    height: 100vh;
    width: 100%;
}

.error {
    height: 100vh;
    width: 100%;
    background-color: #0A242E;
    margin: 0;
}

.error.success {
    height: 100vh;
    width: 100%;
    background-color: #0A242E;
}

#error-message {
    color: white;
}

.logo {
    display: inline-block;
    height: 50%;
}

.logo>img {
    vertical-align: middle
}

#middle-section {
    height: 40vh;
}


/* .page-footer #logo-footer {
    position: relative;
} */

#logo-footer>img {
    padding-top: 15px;
    max-height: fit-content;
    /* display: inline-block; */
}

#logo-footer>p {
    font-style: italic;
}

#armilis {
    max-height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#armilis-footer>p {
    display: inline;
    vertical-align: middle;
}

#armilis-footer>p a {
    text-decoration: underline;
}

.page-footer {
    background-color: #B2604B;
}

.page-footer .footer-copyright {
    background-color: #93ABB1;
}

.service-icon {
    background-color: #fff;
    border: 3px solid red;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 100px;
}

#section-1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#section-2 div.row {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#section-3 {
    background-image: url('../images/ocean.png');
    background-position: center;
    background-size: cover;
}

#section-3 div.row {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.armilis-color-1 {
    background-color: #02222E;
}

.advantages {
    font-size: medium;
}

.advantages i {
    margin: 10px;
}

.advantages span.card-title {
    font-weight: bold;
}

.advantages.card {
    min-height: auto;
    background-color: rgba(255, 255, 255, 0.55);
}

.btn {
    background-color: #02222E;
}

.btn a {
    color: white;
}

.btn:hover {
    background-color: #566E7C;
}

.landpage-image {
    margin: 0;
    background-image: url("../images/OJKB6X0.jpg");
}

.bold {
    font-weight: bold;
}

.slides img {
    background-color: #fcfcfc80;
    background-blend-mode: overlay;
}

#main-page {
    height: 100vh;
}