body {
    font-family: "Montserrat";
    font-size: 22px;
}

/* sizing for small screens */
@media (max-width: 1200px) {
    body{
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    body {
        font-size: 14px;
    }
}

h1 {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 3rem;
}

h2 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.4rem;
}
h3 {
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 2rem;
}

h4 {
    font-family: "Montserrat";
    font-weight: 200;
    font-size: 1.8rem;
}

/* sizing for small screens */
@media (max-width: 1200px) {
    h1{
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.4rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 800px) {
    h1{
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.2rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    h4 {
        font-size: 1rem;
    }
}

.mainnav {
    height: 60px;
    background-color: #000000;
    color: #FFFFFF;
    z-index: 100;
}

.mainnav a{
    color: #FFFFFF;
    font-size: 1rem;
}

.mainnav a:hover{
    /* background-color: #ce243c;
    color: #4f1738;
    */
    font-size: 1.2rem;
    font-weight: 500;
}

.dropdown-menu {
    background-color: #ce243c;
    color: #FFFFFF;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.ouidotron {
    margin-top: 60px;
    background-color: #ce243c;
    color: white;
    height: 80vh;
    width: 100%;
}
/* sizing for small screens */
@media (max-width: 1200px) {
    .ouidotron{
        height: auto;
    }
}

.hero-image {

    /* background-image: url("../images/laptop3-mgtdrk1.png"); */
    background-image: url("../images/laptop3-mgtdrk1.png");
    background-color: #000000;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 10;
}


.ouidotron .content {
    color: #000000;
}

.ouidomarquis {

    position: absolute;
    top: 35%;
    left: 10%;
    transform: translate(0%, -50%);
    color: white;
    text-align: left;
}

.ouidomarquis h1 {
    text-shadow: 2px 2px #333333;
}

.ouidomarquis h3{
    font-weight: 600;
    font-style: italic;
    /* text-shadow: 2px 2px #333333;*/
}

.ouidomarquis p{
    font-size: 1rem;
}


.ouidoscroller1{
    position: relative;
    top: -80px;
    width: 100%;
    height: 20px;
    text-align: center;
    cursor: pointer;
}


.ouidoscroller {
    display: inline;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    /*bottom: 5px; */
    clear: both;
    text-align: center;
    height: 50px;
    width: 100px;
    cursor: pointer;
}

.ouidoscroller:hover{
    opacity: .60;
}

.ouidoscroller-white {
    background-image: url("../images/scrollimagewht.png");
}

.ouidoscroller-black {
    background-image: url("../images/scrollimageblk.png");
}

.spacer{
    display: block;
    width: 100%;
    height: 5px;
}


.cta {
    display: inline-block;
    width: auto;
    min-width: 75px;
    border-radius: 13px;
    padding: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.cta:hover{
    opacity: .60;

}

.cta-red {
    color: #FFFFFF;
    background-color: #ce243c;

}

.cta-purple {
    color: #FFFFFF;
    background-color: #4f1738;
}

.cta-small{
    margin-top: 16px;
    margin-bottom: 16px;
    display: inline;
    width: 240px;
    text-align: center;
}

.section {
    float: left;
    width: 50%;
    padding: 100px 60px 100px 60px;
    min-height: 20vh;
    margin: 0px;
}

.section-header{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


/* Clear floats after the columns */
.section:after {
    content: "";
    display: table;
    clear: both;

}

.section p{
    font-size: 1.1rem;
}

@media (max-width: 1200px) {
    .section p, .section-full p, .section-left p, .section-right p{
        font-size: .8rem;
    }
}

@media (max-width: 800px) {
    .section p, .section-full p, .section-left p, .section-right p{
        font-size: .7rem;
    }
}

.section .cta{
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}

.section-separator {
    background-color: #FFFFFF;
    display: block;
    width: 100%;
    min-height: 30px;
}

.section-tight {
    padding-bottom: 0px;
    margin-bottom: 0px;
    min-height: auto;
}



.section h3{
    font-weight: 500;
    font-size: 1.5rem;
    font-style: italic;
}

.section h4{
    font-weight: 400;
    font-size: 1.35rem;
}

.section h5{
    font-weight: 500;
    font-size: 1.0rem;
}

.section li{
    font-size: 1.0rem;
}

.section-full {

    float: left;
    width: 100%;
    padding: 100px;
}



.section-left {
    padding-left: 100px;
}

.section-right{
    padding-right: 100px;
}

.section-middle{
    padding-right: 50px;
    padding-left: 50px;
}

@media (max-width: 1200px) {
    .section, .section-full, .section-left, .section-right{
        padding-left: 20px;
        padding-right: 20px;
    }

    .section li {
        font-size: 1rem;
    }
}

@media (max-width: 800px) {
    .section, .section-full,  .section-left,  .section-right{
        padding-left: 10px;
        padding-right: 10px;
    }

    .section li {
        font-size: .8rem;
    }
}



.subsection{
    padding-top: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    min-height: auto;
}

.section4 {
    font-size: 1rem;
    width: 22%;
    margin: 20px;
    padding: 10px;
}

.section-left .section-subpage {
    padding-left: 0px;
}
.section-right .section-subpage {
    padding-right: 0px;
}

/* sizing for small screens */
@media (max-width: 1200px) {
    .section4{
        font-size: .8rem;
    }
}

@media (max-width: 800px) {
    .section4{
        font-size: .6rem;
    }
}

.bk-white{
    color: #000000;
    background-color: #FFFFFF;
}

.bk-black {
    color: #FFFFFF;
    background-color: #000000;
}

.bk-grey {
    color: #FFFFFF;
    background-color: #333333;

}

.bk-trans{
    color: inherit;
}
.bk-red {
    color: #FFFFFF;
    background-color: #ce243c;
}

.bk-purple {
    color: #FFFFFF;
    background-color: #4f1738;
}

.center {
    display: block;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    padding-right: 5%;
}


.watermark-red {
    background-image: url("../patterns/watermark-red.png");
    background-size: contain;
    background-repeat: no-repeat;
}


.watermark-grey {
    background-image: url("../patterns/watermark-grey.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.watermark-purple {
    background-image: url("../patterns/watermark-purple.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.watermark-red20 {
    background-image: url("../patterns/watermark-red20.png");
    background-repeat: repeat;
}


.watermark-grey20 {
    background-image: url("../patterns/watermark-grey20.png");
    background-repeat: repeat;
}

.watermark-purple20 {
    background-image: url("../patterns/watermark-purple20.png");
    background-repeat: repeat;
}

.promote li{
    font-size: 1.3rem;

}


footer {
    padding: 10px 20px 5px 30px;
    color: darkslategrey;
    background-color: gray;
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
}

footer p {
    color: ghostwhite;
}

.copyrights {
    font-size: 0.8rem;
    color: ghostwhite;
}

.footer1 a{
    color: #FFFFFF;
    font-size: 1rem;
}

.footer1 a:hover{
    background-color: #ce243c;
    color: #4f1738;

}

.footer1 hr{
    border-top: 2px solid #ce243c;
}


.feature-container{
    display: block;
    width: 100%;
    margin: 30px;
    text-align: center;
}

.feature-card {
    float: left;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    border-color: #4f1738;
    background-color: #FFFFFF;
    margin: 15px;
    padding: 8px;
    width: 100%;
    height: 350px;

}
.feature-icon{
    font-size: 50px;
    color: lightgreen;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.feature-name {
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
    text-align: left;
}
.feature-desc{
    color: slategrey;
    font-size: 1rem;
    font-style: italic;
    text-align: left;
}

.discountheader{
    margin-top: 20px;
    background-color: #ce243c;
    border-radius: 15px;
    border-color: #4f1738;
    border-style: solid;
    color: whitesmoke;
    font-size: 1.35rem;
    font-weight: 300;
    padding: 30px;
    width: 75vw;
}
.discountheader h3{
    color: whitesmoke;
    font-size: 1.3rem;
    font-weight: 500;
}

.discountheader h4{
    color: whitesmoke;
    font-size: 1.15rem;
    font-weight: 500;
}

#dcode{
    color: yellow;
    font-weight: 500;
}

.ouidobadge {
    background-image: url("../images/badge.png");
    background-size: contain;
    height: 200px;
    width: 200px;
    color: #FFFFFF;
    position: fixed;
    top: 35px;
    right: 15px;
    font-size: 0.8rem;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
    cursor: pointer;
}

.solution-card {
    padding: 10px;
    min-height: 50px;
    border-style: none;
    cursor: pointer;
}



.solution-name {
    font-size: 1.25rem;
    font-weight: 400;
}
/* sizing for small screens */
@media (max-width: 1200px) {
    .solution-name{
        font-size: 1rem;
    }
    .solution-name:hover{
        font-size: 1.15rem;
    }
}

@media (max-width: 800px) {
    .solution-name{
        font-size: .8rem;
    }
    .solution-name:hover{
        font-size: 1.0rem;
    }
}

.solution-name:hover{
    font-size: 1.35rem;
    font-weight: bolder;
}

.highlighttext {
    font-size: 1.15em;
    font-weight: bolder;
    font-style: italic;
 }

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

 .profile-card{
     width: 30%;
     border-style: solid;
     border-width: 1px;
     border-color: lightgrey;
     padding: 20px;
     margin: 20px;
     background-color: #FFFFFF;
     color: #4f1738;
 }

 .profilepick {
     margin: 10px;
     display: inline;
     height: 80px;
     width: 80px;
     border-radius: 50%;
 }

 .profilepick img{
     background-size: cover;
 }

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 400px;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


.callout {
    border-radius: 20px;
    margin: 45px;
    padding: 50px;
    text-align: center;
    font-size: 1.25rem;
    height: 100%;
}

.callout img{
    border-radius: 20px;
}

.callout h1{
    margin-bottom: 25px;
    font-size: 1.85rem;
}

/* sizing for small screens */
@media (max-width: 1200px) {
    .callout {
        margin: 25px;
        padding: 25px;
        font-size: 1rem;
    }
}

@media (max-width: 800px) {
    .callout{
        margin: 10px;
        padding: 10px;
        font-size: .8rem;
    }
}

.row {
    margin: 0px;

}

.customicon {
    margin-top: 30px;
    margin-bottom: 30px;
}

.ouidoresponse{
    position:relative;
    left: inherit;
    top: 0px;
    width: 35vw;
    height: 68vh;

}

.ouidoresponse h3{
    margin-bottom: 15px;
}
.response-container{
    height:44vh;
    overflow-y: auto;
    padding: 0px;
}

/* sizing for small screens */
@media (max-width: 1200px) {
    .response-container{
        height: 40vh;
        font-size: 1rem;
    }
    .callout h3 {
        font-size: 1.3rem;
    }
    .response-container h4{
        font-size: 1.2rem;
    }
}

@media (max-width: 800px) {
    .response-container{
        height: 40vh;
        font-size: .8rem;
    }
    .callout h3 {
        font-size: 1.1rem;
    }
    .response-container h4{
        font-size: 1.1rem;
    }
}

.response p{
    padding-top: 15px;
    text-align: left;
}

.response-container blockquote{
    font-size: 1rem;
    font-style: italic;
    text-align: center;
}


.testimonial {
    display: block;
    margin: 20px;
    margin-bottom: 30px;
    padding: 0px;
    text-align: left;
    height: auto;
    overflow-y: auto;
}

.testimonial-attrib {
    font-size: 0.9rem;
    text-align: right;
    float: right;
    font-style: italic;
    font-weight: 500;
}

.checkmark{
    width: 30px;
    height: 30px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px ;
}