﻿@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body, html {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size:0px;
}
.inline {
    display: inline-block;
}
.header{
    height:100px;
    width:100%;
    overflow:hidden;
}
.LogoImage {
    height: 80px;
    margin-left: auto;
    margin-right: auto; 
    margin-top:10px;
    display:block;
}
.image-external {
    position:relative;
}
.image-external img {
    width: 100%;
}
.image-external .PlayButton {
    position: absolute;
    width: 100px;
    opacity:0.7;
    left:50%;
    margin-left:-50px;
    top:50%;
    margin-top:-50px;
}
.image-internal img {
    width: 100%;
}
.image-aerial img {
    width: 100%;
}
.textblockbgwrapper{
    position:relative;
}
.textblockwrapper {
    background: white;
}
    .textblockwrapper::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .3;
        z-index:0;
        background-image: url('/images/hale-motif-bg.png');
        background-repeat: no-repeat;
        background-position: -350px;
        background-size: 60%;
    }
.textblock {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #777;
    text-align: center;
    padding:100px 0 100px;
    margin: 0 auto 0 auto;
    width:60%;
    min-height:600px;
    line-height: 180%;
    font-size:16px;
}

    .textblock a {
        color: #95cade;
    }

.footertextblock {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #777;
    text-align: center;
    padding: 100px 0 100px;
    margin: 0 auto 0 auto;
    line-height: 180%;
    font-size: 16px;
}
    .footertextblock a {
        color: #95cade;
    }
a.contactbutton {
    padding: 20px;
    border: 2px solid #777;
    border-radius: 5px;
    cursor: pointer;
    color: #777;
}
.contactbutton:link, .contactbutton:hover, .contactbutton:visited, .contactbutton:active{
    color:#777;
}


a.footercontactbutton {
    padding: 20px;
    border: 2px solid #95cade;
    border-radius: 5px;
    cursor: pointer;
    color: #95cade;
}

.footercontactbutton:link, .footercontactbutton:hover, .footercontactbutton:visited, .footercontactbutton:active {
    color: #95cade;
}
.footermotif{
    width:200px;
    margin:0 0 50px;
}

.footerlogos img{
    margin-top:80px;
    height:100px;
}




/* CONTACT */
.dialog {
    display: none;
    
}
.contact {
    font-size:16px;
}
.ContactWrapper{
    width:350px;
    height:600px;
    margin:0 auto;
}
.ContactMessageLabel{
}
.ContactField input[type=text] {
    width: 100%;
    background: #f9f6f2;
    border: none;
    border-bottom: 2px solid #999;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    padding: 10px;
    margin: 10px 0 10px 0;
    box-sizing: border-box;
}
.ContactField textarea {
    width: 100%;
    background: #f9f6f2;
    border: none;
    border-bottom: 2px solid #999;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    padding: 10px;
    margin: 10px 0 10px 0;
    height: 200px;
    box-sizing: border-box;
}
.ContactActions input[type=submit] {
    width: 45%;
    background: #f9f6f2;
    border: 2px solid #999;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    padding: 10px;
    margin: 10px 0 10px 0;
}
.ContactActionsCancel {
    width: 45%;
    float: right;
    background: #f9f6f2;
    border: 2px solid #999;
    font-family: 'Montserrat', sans-serif;
    color: #999;
    padding: 10px;
    margin: 10px 0 10px 0;
}
.CaptchaWrapper{
    text-align:center;
}
::placeholder {
    color: #999;
}
::-ms-input-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}


/* VIDEO */

.VideoWrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    z-index:100;
}
.Video {
    position: fixed;
    width: 80%;
    height: 80%;
    left: 50%;
    margin-left: -40%;
}


/* MOBILE */

@media only screen and (max-width: 600px){

    h1 {
        line-height: 140%;
    }
    .image-external {
        overflow: hidden;
    }
        .image-external img {
            width: 170%;
        }
    .image-internal {
        overflow: hidden;
    }
        .image-internal img {
            width: 170%;
        }
    .image-aerial {
        overflow: hidden;
    }
        .image-aerial img {
            width: 170%;
        }
    .textblock{
        font-size:20px;
    }





    .textblockwrapper::before {
        content:none;
    }
    .textblock {
        width: 80%;
        margin:auto;
    }





    .footerlogos{
        text-align:center;
    }
        .footerlogos img {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }
    .contact {
        font-size: 20px;
    }
    .ContactWrapper {
        width: 500px;
        height: 750px;
        margin: 0 auto;
    }
    .ContactField input[type=text] {
        padding: 20px;
        margin: 20px 0 20px 0;
    }
    .ContactField textarea {
        padding: 20px;
        margin: 20px 0 20px 0;
    }
    .ContactActions input[type=submit] {
        padding: 20px;
        margin: 20px 0 20px 0;
    }
    .ContactActionsCancel {
        padding: 20px;
        margin: 20px 0 20px 0;
    }
    .modal-box {
        width: 85%;
    }

}


/* DIALOG MODS */


.ui-dialog .ui-dialog-titlebar {
    display:none;
}
.ui-widget.ui-widget-content {
    border: none;
    border-radius: 10px;
    padding-top: 50px;
    background: #f9f6f2;
}
.ui-widget-overlay{
    opacity: 0.7;
}