﻿#s4-bodyContainer {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.ms-webpart-zone {
    margin-top: 0px !important;
}

.topContainer {
    display: flex;
    text-align: center;
    align-items: center;
}

.middleContainer h3 {
    font-size: 1.75rem !important;
    font-weight: 500 !important;
}

.bottomContainer {
    display: flex;
    margin-bottom: 50px;
}

    .bottomContainer h3 {
        text-align: center;
        font-size: 1.75rem !important;
        font-weight: 500 !important;
        margin-bottom: 20px;
    }

.carousel-img {
    height: 300px !important;
    width: 525px !important;
}

.header-text {
    text-align: center;
    color: #888 !important;
    font-weight: 100;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.se-header-text {
    font-weight: 700 !important;
}

.topContainer p {
    font-size: 1rem !important;
}

.secure-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .secure-buttons a {
        margin-bottom: 5px;
        color: #fff !important;
    }

.carousel-container {
    margin-bottom: 20px;
}

.announcements-container {
    font-size: 1rem !important;
}

.dx-widget {
    font-size: 13px !important;
}

.dx-toolbar-label > div {
    display: none;
}

.secure-buttons .btn-info {
    width: 175px !important;
}

/*DESKTOP*/
@media only screen and (min-width: 993px) {
    .se-header-text {
        margin: 25px 0px 35px 0px !important;
        font-size: 2.5rem !important;
    }
}
/* Mobile */
@media only screen and (max-width: 992px) {
    .header, .header-text {
        text-align: center;
    }

        .header > h1 {
            font-size: 2rem !important;
        }

    .topContainer {
        flex-direction: column-reverse;
    }

    .se-header-text {
        margin: 10px 0px 25px 0px !important;
        font-size: 2.3em !important;
    }

    .bottomContainer {
        flex-direction: column;
    }

    .div-secure {
        margin-top: 50px;
    }
}
