﻿/* Banner */
.banner-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
}
/* *** BACKGROUND *** */
.headerBackGround {
    background-color: #0b1f2d;
}
.footerBackGround {
    background-color: #2a70b0;
}
/* *** SPACING AND PARAGRAPHS *** */
.ParagraphPaddingList {
    padding-left: 50px;
    padding-right: 30px;
}

/* *** TEXT FIELDS *** */
.HeaderText {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 3px;
}

.HeaderTextMainPage {
    font-size: 18px;
    color: #2a70b0;
    font-weight: 600;
    padding-left: 1px;
    padding-top: 5px;
}
.HeaderTextMainSubPage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}
.FooterTextMainPage {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
    .NormalHeaderText {
        font-size: small;
        color: #2a70b0;
        font-weight: normal;
        display: inline;
    }

.NormalText {
    color: #FFFFFF;
    font-weight: normal;
}
.NormalText_InfoPages {
    color: #0b1f2d;
    font-weight: normal;
    font-size: 15px;
}

.HeaderSubSmallText {
    font-size: 10px;
    color: #808080;
    font-weight: normal;
    padding-left: 9px;
}

.RegisterText {
    font-size: 11px;
    color: #808080;
    font-weight: bold;
    display: inline;
}

.HeaderSubTextGallery {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 14px;
    color: #cea135;
    font-weight: 600;
    width: 100%;
    padding-left: 9px;
    letter-spacing: 1px;
}

.HeaderSubText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #231F20;
    font-weight: 600;
    width: 100%;
    padding-left: 5px;
}

.NormalHeaderTextPhotos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #AD974F;
    font-weight: bold;
    display: inline;
    padding-top: 3px;
    padding-bottom: 5px;
}

.anchor {
    padding-top: 5px;
}

.div_color-gold {
    background-color: #212121;
    color: #cea135;
}

.centerText {
    margin-left: auto;
    margin-right: auto;
}
/* *** IMAGES *** */
#Consulting {
    float: right;
    margin: 0 0 0 15px;
}
.clearfix {
    overflow: auto;
}
.imgPos {
    position: relative;
}
/* *** PARALLAX *** */
.parallax1 {
    /* The image used */
    background-image: url("../Images/Images/Par1.jpg");
    /* Set a specific height */
    height: 250px;
    padding: 0px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-size: auto auto;*/
}

.parallaxContent1 {
    background-color: #0b1f2d;
    font-size: 14px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 10px;
}

.parallax2 {
    /* The image used */
    background-image: url("../Images/Images/Par2.jpg");
    /* Set a specific height */
    height: 250px;
    padding: 3px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   /* background-size: 100% auto;*/
}

.parallaxContent2 {
    background-color: #0b1f2d;
    font-size: 14px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 10px;
}

.parallax3 {
    /* The image used */
    background-image: url("../Images/Images/Par3.jpg");
    /* Set a specific height */
    height: 250px;
    padding: 3px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallaxContent3 {
    background-color: #0b1f2d;
    font-size: 14px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 10px;
}

.parallax4 {
    /* The image used */
    background-image: url("../Images/Images/Par4.jpg");
    /* Set a specific height */
    height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #ffffff;
}

.parallaxContent4 {
    height: 350px;
    background-color: #0b1f2d;
    font-size: 14px;
    width: 100%;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 10px;
}

/* Footer */
#footer {
    color: #ffffff;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-color: #0b1f2d;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer-wrapper {
    width: 400px;
    margin-bottom: 40px;
}

.link-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.link-item {
    width: 120px;
    text-align: center;
}

    .link-item a {
        color: #ffffff;
        text-decoration: none;
        transition: 0.5s;
    }

        .link-item a:hover {
            color: #2a70b0;
            text-decoration: none;
            letter-spacing: 1px;
        }
/*.design-wrapper {
padding: 5px;
}*/
.copy {
    font-size: 0.8em;
    color: #cbcbcb;
    letter-spacing: 1px;
    width: 160px;
    text-align: center;
}

.design {
    font-size: 0.9em;
    color: #cbcbcb;
    letter-spacing: 1px;
    width: 160px;
    text-align: center;
}

.design-link a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

    .design-link a:hover {
        color: #2a70b0;
        text-decoration: none;
    }

.logo {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.linkbuttonGeneral {
    color: #ffffff;
    display: block;
    background-color: #cea135;
    font-weight: 500;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cea135;
    height: 30px;
    width: 90px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 4px;
}

    .linkbuttonGeneral:hover {
        color: #cea135;
        background-color: #ffffff;
        text-decoration: none;
    }

    .linkbuttonGeneral:visited {
        color: #ffffff;
        background-color: #cea135;
        text-decoration: none;
    }

.buttonGeneral {
    color: #FFFFFF;
    background-color: #cea135;
    font-weight: 500;
    height: 30px;
    width: 90px;
    font-size: 12px;
    border: 1px solid #cea135;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
}

    .buttonGeneral:hover {
        color: #cea135;
        background-color: #FFFFFF;
        text-decoration: none;
    }

    .buttonGeneral:visited {
        color: #FFFFFF;
        background-color: #cea135;
        text-decoration: none;
    }

.buttonGeneral-Email {
    color: #FFFFFF;
    background-color: #2a70b0;
    font-weight: 500;
    height: 30px;
    width: 105px;
    font-size: 12px;
    border: 1px solid #2a70b0;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 4px;
}

    .buttonGeneral-Email:hover {
        color: #2a70b0;
        background-color: #FFFFFF;
        text-decoration: none;
    }

    .buttonGeneral-Email:visited {
        color: #FFFFFF;
        background-color: #2a70b0;
        text-decoration: none;
    }
/* *** CONTROLS *** */
.textBoxRegister {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 25px;
    color: #444444;
    width: 180px;
}

.dropDownSearchLarge {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    height: 25px;
    color: darkgray;
    display: inline-block;
    width: 180px;
}


.textBoxMultiLine {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    height: 25px;
    color: #444444;
    resize: none;
    width: 180px;
}
/* pager links */
.PagerNormal {
    font: 9pt Verdana;
    color: #858585;
    border: solid 1px #cea135;
    padding: 1px 4px;
    text-decoration: none;
}

    .PagerNormal:hover {
        font: 9pt Verdana;
        color: #11122b;
        border: solid 1px #cea135;
        padding: 1px 4px;
        text-decoration: none;
    }

.PagerCurrent {
    font: 9pt Verdana;
    border: solid 1px #cea135;
    padding: 1px 4px;
    background-color: #cea135;
    color: #858585;
}

/* *** MODAL FORMS *** */
.modal-open {
    overflow: auto;
    padding-right: 0px !important;
}
/* Border around Modal */
.model-layout-main {
    border: 1px solid #2a70b0;
}
/* Header look and feel */
.modal-header-main {
    background-color: #0b1f2d;
    color: #ffffff;
    font-size: 14px;
}
/* -- Close X -- */
.modal-close-x-main {
    color: #FFFFFF;
    background-color: #0b1f2d;
    border: 0px;
    box-shadow: none;
    text-align: right;
    font-size: 14px;
}

    .modal-close-x-main:hover {
        color: #2a70b0;
    }

/* Modal Body */
.modal-body-main {
    background-color: #ffffff;
    color: #000000;
    font-size: 13px;
}
/* Labels Look and Feel*/
.modal-labels-main {
    font-size: 13px;
}
/* Text Box Look and Feel */
.modal-input-text {
    font-size: 13px;
}

.modal-button-main {
    color: #FFFFFF;
    display: block;
    background-color: #2a70b0;
    border: 1px solid #2a70b0;
}

    .modal-button-main:hover {
        color: #2a70b0;
        display: block;
        background-color: #ffffff;
    }
/* Modal Footer */
.modal-footer-main {
    display: flex;
    justify-content: space-between;
    background-color: #0b1f2d;
    color: #FFFFFF;
    font-size: 14px;
    height: 55px;
    padding: 4px;
    box-shadow: none;
    vertical-align: central;
    display: block;
}
/* Modal Close Button */
.modal-button-close {
    color: #ffffff;
    background-color: #ff0000;
    font-weight: 500;
    height: 28px;
    width: 70px;
    font-size: 12px;
    border: 1px solid #ff0000;
    letter-spacing: 1px;
    text-decoration: none;
}

    .modal-button-close:hover {
        color: #ffffff;
        background-color: #ff0000;
        text-decoration: none;
        border: 1px solid #ffffff;
    }

    .modal-button-close:visited {
        color: #ffffff;
        background-color: #ff0000;
        text-decoration: none;
    }
/* Text */
.text-link {
    font-size: 12px;
}
/*Anchor Links*/
.text-link-a {
    color: #2a70b0;
    font-size: 12px;
}

    .text-link-a:hover {
        color: #cbcbcb;
        text-decoration: none;
    }
a.bottomLink {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
    a.bottomLink:hover {
        color: #0b1f2d;
    }
    a.bottomLink:visited {
        color: #ffffff;
    }
a.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
/* Align Items*/
.model-right-main {
    text-align: right;
}

.model-left-main {
    text-align: left;
}

.model-center-main {
    text-align: center;
}

.modallabelssummary {
    font-size: 10px;
    padding-left: 3px;
}

.error-message-main {
    font-size: 11px;
}
/* Clear floats */
/*.clearfix::after {
    content: "";
    clear: both;
    display: table;
}*/


