
@import url("layout.css");


/* page titles*/
.fhTitle {
    font-size: 3em;
}

.fhBlue {
    color: #0F34A6 !important;
}

.italic {
    font-style: italic;
}

.fhSubmit {
    min-width: 100% !important;
    background-color: #0F34A6 !important;
    color: white !important;
    font-weight: bold;
}


.whiteout-background {
    background-color: rgba(255,255,255,.85);
}

/* changes to layout.css:
- replaced color #E03F3F with #0F34A6
- removed transition: *::before, *::after{transition:all .3s ease-in-out;}

*/

/* margin for logo only when not on mobile menu */
#header #logo {
    margin: 15px 0 0 0;
}
@media screen and (max-width: 750px) {
    #header #logo {
        margin: 0;
    }
}

@media screen and (min-width: 1050px) {
    .infobox {
        height: 175px;
    }
}


/* add a gradient on logo on home page */
.fh-logo-bg {
    background: radial-gradient(white 40%,  transparent 70%);
}

.ppButton {
    color: white !important;
    background-color: #0F34A6;
    border-color: #0F34A6;
    border-style: solid;
    border-radius: 5px;
    padding: 5px; 
}

input:disabled {
    background: #dddddd;
  }
  
/*** OVERRIDES ***/

/* logo on home page had too much padding */
/*#pageintro {
    padding: 50px 0;
}*/

/* adjust the opacity of main image on homepage */
.overlay::after {
    background-color: rgba(255,255,255,.35);
}

.overlayContact::after {
    background-color: rgba(255,255,255,.5);
}

/* shift main image on home page to the bottom instead of top */
.bgded {
    background-position: bottom center;
}

.bgbr {
    background-position: bottom right;
}

/* placement of logo in image on homepage */
#pageintro article {
    margin-right: 5%;
}
@media screen and (max-width: 1250px) {
    #pageintro article {
        margin-right: 10%;
    }
}
@media screen and (max-width: 750px) {
    #pageintro article {
        margin-right: 0;
    }

  /*  #pageintro {
        padding: 100px 0 100px 0;
    } */
}

/* change mobile menu background to blue */
#mainav form select {
    color: #FFFFFF;
    background-color: #0F34A6;
    border-color: rgba(0,0,0,.5);
}

.row1 {
    color: #0F34A6;
}

.row2 {
    color: #0F34A6;
}

.row4 {
    background-color: #0F34A6;
}

#footer {
    padding: 40px 0;
}

#footer .heading {
    margin-bottom: 15px;
}

.motto {
    font-size: 1.5em;
    font-style: italic;
}