﻿div.ContactScreen {
    top:0;
    bottom:0;
    position:relative;
    height:100%;
    font-family: BrandonGrotesque-Regular;
    padding-left:10px;
    padding-right:10px;
    padding-top:55px;
    padding-bottom:20px;
    color:white;
    background-image: url('../Images/Lighthouse-1-[1200].jpg');
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:fixed;
}
    div.ContactScreen hr {
        width:30%;
    }

    div.ContactScreen h1 {
        font-family:  BrandonGrotesque-bold;
        font-size:32px;
        color:white;
    }

    div.ContactScreen h2 {
         font-family: BrandonGrotesque-Regular;
        font-size:26px;
        color:white;
    }

    div.ContactScreen .contact-text {
         font-family: BrandonGrotesque-Regular;
        font-size:18px;
    }

    div.ContactScreen .contact-text-white {
        font-family: 'Lora', serif;
        font-size:18px;
        color:white;
    }

    div.ContactScreen .contact-text-bold {
        font-weight:bold;
        font-size:20px;
        color:white;
    }
    div.ContactScreen .contact-text-italic {
        font-style:italic;
        color:white;
    }
    
    div.ContactScreen input:not(.btn) {
        max-width:100%;
        padding-right:25px;
    }

    div.ContactScreen .glyphicon-ok {
        color:#468847 !important;
    }
    div.ContactScreen .glyphicon-remove {
        color:#9A3D3B !important;
    }

    div.ContactScreen textarea {
        max-width:100%;
    }    

    div.ContactScreen select {
        max-width:100%;        
    }    

    div.ContactScreen .form-control-feedback {
        top:-32px;
        float:right;
        margin-right:10px;
        height:0px;
    }

    div.ContactScreen .form-control-feedback-select {
        margin-right:20px;
    }