/*DMEXCO Landing Page for PubGalaxy*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #333;
    padding: 0;
    margin: 0;
    background: #fff;
}
body.modal-open {
    overflow: hidden;
}
.clearfix {
    clear: both;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

a {
    color: #6ec2d7;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

header, section, footer, nav {
    display: block;
}
.half {
    width: 46%;
    margin: 0 1%;
}
.textcenter {
    text-align: center;
}
h1 {
    font-size: 40px;
    line-height: 45px;
    color: #333;
    padding: 0;
    margin: 0 0 25px 0;
    background-color: #fff;
    text-transform: uppercase;
}

h2 {
    color: #333;
}
.call2action {
    background: #d90048;
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    padding: 10px 30px;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    border: none;
}
.call2action:hover {
    background: #505050;
    text-decoration: none;
}
.holder {
    max-width: 1240px;
    margin: auto;
    text-align: left;
    padding: 20px 0px 40px 0px;
    line-height: 24px;
    font-size: 16px;
}
header {
    background: url("../images/header-bg.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 100vh;*/
    min-height: 900px;
}
header .top-logo {
    max-width: 310px;
    height: auto;
    display: block;
    margin: auto;
    padding: 80px 0 40px 0;
}
header p.headline {
    font-size: 46px;
    line-height: 65px;
    font-weight: normal;
    margin: 60px auto;
    max-width: 1100px;
    color: #fff;
    padding: 0 10px;
}
header p.sub-headline {
    font-size: 24px;
    font-weight: normal;
    margin: 0 auto 40px auto;
    max-width: 1100px;
    color: #fff;
    padding: 0 10px;
}
header .call2action {
    margin: auto;
    display: block;
    max-width: 250px;
    font-size: 24px;
    margin-top: 80px;
}
.content {
    padding-top: 40px;
}
.content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}
.dmexcomap {
        width: 100%;
        height: auto;
}
footer {
    max-width: 1000px;
    border-top: 1px solid #ccc;
    padding: 20px 0;
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px;
    color: #757575;
}
footer img {
    width: 150px;
    height: auto;
    margin-top: 20px;
}
.darken {
    background: #000;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
}
.popupform {
    width: 450px;
    background: #fff;
    min-height: 200px;
    padding: 20px;
    position: fixed;
    z-index: 2;
    margin-top: 30px;
    left: 50%;
    margin-left: -245px;
}
.popupform h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #d90048;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.popupform small {
    color:  #757575;
    display: block;
    line-height: 18px;
}
.popupform .cancel {
    color: #757575;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}
.popupform .cancel:hover {
    color: #d90048;
}
.popupform .dmexco-field {
    background: #f6f6f6;
    border: 1px solid #ccc;
    color: #757575;
    text-align: center;
    border-radius: 100px;
    padding: 10px 30px;
    display: block;
    margin: 15px auto;
    font-size: 16px;
    text-decoration: none;
    width: 250px;
}
.popupform .dmexco-button {
    font-size: 16px;
    width: 100px;
    margin: 20px auto 30px auto;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    cursor: pointer;
}
@media screen and (max-width: 600px){
    .half {
        width: 100%;
    }
    .pull-left, .pull-right {
        float: none;
    }
    header {
        /*max-height: 670px;*/
        min-height: 650px;
        padding-bottom: 30px;
    }
    header .top-logo {
    max-width: 250px;
    padding: 50px 0 15px 0;
    }
    header p.headline {
    font-size: 30px;
    line-height: 42px;
    }
    .dmexcomap {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 480px){
    header p.headline {
    font-size: 26px;
    line-height: 36px;
    margin: 40px auto;
    }
    h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .holder {
        padding: 20px 10px;
    }
    .half {
        margin-bottom: 20px;
    }
    .hidden {
        display: none;
    }
    .popupform {
        width: 310px;
        margin-left: -175px;
        margin-top: 15px;
    }
}