﻿body, h1, h5 {
    font-family: "Raleway", sans-serif !important;
}

html, body, form {
    height: 100%;
}

/*.backgroundImage {
    background: url('/Resources/Images/background1_1920x1080.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 601px) {
    .backgroundImage {
        background: url('/Resources/Images/background1_950x1080.jpg');
        background-position: right;
    }
}*/

.ex-textImage {
    padding: 15px;
}
@media only screen and (min-width: 601px) {
    .ex-textImage {
        vertical-align: middle;
        margin-top: 30px;
        padding: 30px;
    }
}

.ex-hover-text-orange:hover {
    color: #ff9800;
    font-weight: bold;
}


.si-titleImageOverlay {
    padding-top: 170px;
}

.si-titleOverlay {
    position: sticky;
    top: 170px;
    padding: 10px 24px 0 0;
}

.ex-opacity85 {
    opacity: 0.85;
}

.si-titleContent {
    padding: 20px 30px 20px 2px;
    max-width: 750px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.footerText {
    padding-right: 30px;
}

/* ############################### MODAL POPUP - EMAIL ############################### */
.buttonsContainer {
    max-width: 300px;
    margin: 0 0 0 auto;
    text-align: right;
    padding-top: 12px;
}

.submitButton,
.cancelButton {
    margin-bottom: 12px;
}

.cancelButton {
    margin-left: 8px;
}

.groupCaption {
    margin-bottom: 4px;
}

.clearPaddings {
    padding-top: 0;
    padding-bottom: 0;
}