html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    /* background: url(../img/base.jpg) no-repeat top center #E4E4E4; */
    /* background-color: #e4e4e4; */
    overflow-x: hidden;
    background: url('../img/newbg.jpg') no-repeat;
    background-size: cover;
    background-position: top right;
}





/* body {
        background-position: top -200px left -310px;
        background-size: 2050px;
    }
 */

section {
    padding: 0 40px;
}

.pad0 {
    padding: 0;
}

.wrapper {
    position: absolute;
    background: rgba(43, 52, 63, 0.9);
    width: 560px;
    top: 0;
    bottom: 0
}

.main-content {
    padding: 0px;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
    position: relative;
    /* left: 640px; */
    top: 0;
    bottom: 0;

}

.main-image {
    padding: 0;
    position: relative;
}

.project {
    position: absolute;
    bottom: 25px;
    right: 80px;
    text-align: center;
    width: 90px;
    font-size: 13px;
    margin-top: 25px;
}



/* .project svg {
    width: 47px;
    margin-top: 6px;
}
 */

.logo {}

.logo-container {
    /* max-width: 360px; */
    margin: 25px auto 25px;
}


.logo-container svg {
    max-width: 280px;
    display: inline-block;
}

.intro {
    color: #FFF;
    margin: 10px 0 15px;
}

.intro h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 auto;
    width: 360px;
}

.claim {
    margin: 15px 0 15px;
    padding: 0;
}

.claim h2 {
    /* background: #2B343F; */
    color: #FFD900;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    padding: 12px;
    margin: 0;
    font-weight: 300;
}

.claim br {
    display: none;
}

.newsletter {
    background-color: #D1D0CC;
    /* border-radius: 5px; */
    /* padding: 15px 80px 15px; */
    margin: 20px 0 10px;

    /* V2.5 */
    padding: 40px 80px;
    display: block;
}

.newsletter h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 25px;
    /* text-align: left; */
    color: #2B343F;

    /* V2.5 */
    text-align: center;
    font-weight: 700;
    font-style: italic;
}
.newsletter {
    text-decoration: none;
    transition: all 0.4s;
    border: 3px solid #D1D0CC;
}
.newsletter:hover {
    text-decoration: none;
    background-color: #c9c9c5;
    border: 3px solid #FFD900;
}

.newsletter .form-field {
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 0 4px;
    font-size: 18px;
    line-height: 18px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 2px solid #2B343F;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.newsletter .form-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.newsletter .form-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
    opacity: 1;
}

.newsletter .form-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.newsletter .form-field:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.newsletter .checkbox {
    position: relative;
    display: block;
    margin-top: 4px;
    margin-bottom: 10px;
    text-align: left;
}

.newsletter .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #2B343F;
}

.newsletter .checkbox label a {
    color: #2B343F;
    text-decoration: underline;
    transition: all 0.3s;
}

.newsletter .btn-goliath {
    color: #2B343F;
    background-color: #FFD900;
}

.newsletter .btn-goliath:hover {
    color: #FFD900;
    background-color: #2B343F;
}

.newsletter .btn {
    display: inline-block;
    padding: 0px 20px;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    /* border-radius: 5px; */
    transition: all 0.3s;
}

.links {
    margin: 15px 0 0px;
    /* font-size: 15px; */
    overflow: hidden
}

.social-links {
    text-align: left;
}

.links span {
    margin: 0;
    display: block;
    line-height: 28px;
    text-align: left;
    margin-bottom: 10px;
}

.links a {
    display: inline-block;
    /* float: left; */
    /* margin: 0 3px; */
    transition: all 0.3s;
}

.links a.blog {
    background: #FFF;
    color: #2B343F;
    font-weight: bold;
    line-height: 22px;
    padding: 0px 8px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px 5px;
    height: 22px;
    float: left;
}

.links a.social {
    color: #FFF;
    font-size: 20px;
    /* width: 28px; */
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    height: 28px;
    line-height: 28px;
    float: left;
    width: 28px;
}

.links a:hover {
    background-color: #FFD900;
    color: #2B343F;
    text-decoration: none;
    background-size: 30px;
    transition: all 0.3s;
}

.links a.social:hover {
    background-color: transparent;
}

.links a.social svg {
    height: 100%;
    margin: 0
}

.links a.social svg * {
    fill: #FFF;
}

.links a.social:hover svg * {
    fill: #FFD900;
}



.image img {
    /* height: 680px; */
}

.footer {
    /* height: 50px; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-size: 16px;
    padding: 20px 170px 20px 80px;
    text-align: left;
    position: relative;
}

.footer .helper {
    font-weight: 300;
    text-align: left;
}

.footer .helper a {
    font-weight: 700;
    text-align: left;
    color: #FFF;
}

.footer span {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
}

.footer span a {
    color: #2B343F;
    transition: all 0.3s;
    font-weight: bold;
}

.footer span a:hover {
    text-decoration: underline;
    color: #2B343F;
}

.footer svg {
    vertical-align: middle;
    max-height: 90px;
    /* max-width: 32px; */
    margin: 8px 10px 0;
}

.credits {
text-align: right;
font-size: 12px;
padding: 0 15px;
line-height: 45px;
position: absolute;
width: 100%;
}

.credits a {
    color: #2B343F;
    transition: all 0.3s;
    width: 50px;
    text-align: left;
    display: inline-block;
}

.credits a:hover {
    text-decoration: underline;
    color: #FFD900;
}




/* @media (min-width: 992px) and (max-width: 1199px) {
    body {
        background-position: top -200px left -310px;
        background-size: 2050px;
    }
    .links a.blog {
        margin: 3px 0px 3px 20px;
    }
    .links a.social {
        margin-left: 12px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        background-position: top right -510px;
        background-size: 1670px;
    }
    .container {
        background: rgba(255, 255, 255, 0.3);
        padding: 0 30px;
        border-radius: 0 0 30px 30px;
    }
    .links span {
        font-size: 14px;
    }

    .links a.blog {
        margin: 3px 0px 3px 10px;
    }
    .links a.social {
        margin-left: 10px;
    }
    .image {
     margin-left: 30px;
    }
} */

@media (min-width: 768px) and (max-width:1199px) {
    body {
        background-position: top left -350px;
    }
}

@media (max-width:767px) {
    body {
        background: #efefef;
    }

    section {
        padding: 0 0px;
    }
    .wrapper {
        position: relative;
        background: rgba(43, 52, 63, 0.9);
        width: 100%;
        /*     top: 0;
    bottom: 0 */
    }

    .main-content {
        padding: 0px;
        background: rgba(43, 52, 63, 1);
        text-align: center;
        color: #FFF;
        width: 100%;
        padding: 50px 0;
        position: relative;
        /* left: 640px; */
        top: 0;
        bottom: 0;
    }

    .main-image {
        padding: 0;
        position: relative;
    }

    .project {
        position: static;
        text-align: center;
        width: 90px;
        font-size: 13px;
        margin: 50px auto 0;
        display: block;
    }
    .logo {
        text-align: center;
    }
    .logo-container {

        margin: 0 auto 45px;
    }
    .logo-container svg {
        max-width: 300px;
        display: inline-block;
    }

    .intro {
        color: #FFF;
        margin: 45px 0 25px;
        padding: 0 12%
    }

    .intro h1 {
        font-size: 26px;
        line-height: 30px;
        margin: 0 auto;
        width: 100%;
    }

    .claim {
        margin: 25px 0 45px;
        padding: 0;
    }

    .claim h2 {
        /* background: #2B343F; */
        color: #FFD900;
        border-radius: 5px;
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        padding: 12px;
        margin: 0;
        font-weight: 300;
    }

    .claim br {
        display: none;
    }

    .newsletter {
        background-color: #D1D0CC;
        /* border-radius: 5px; */
        padding: 40px 12% 40px;
        margin: 0px 0 20px;
    }

    .newsletter h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0px 0px 25px;
        /* text-align: left; */
        color: #2B343F;
    }

    .newsletter .form-field {
        display: block;
        width: 100%;
        height: 34px;
        padding: 4px 0 4px;
        font-size: 18px;
        line-height: 18px;
        color: #555;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-bottom: 2px solid #2B343F;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: border-color ease-in-out .15s;
        transition: border-color ease-in-out .15s;
    }

    .newsletter .form-field::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #FFF;
    }

    .newsletter .form-field::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFF;
        opacity: 1;
    }

    .newsletter .form-field:-ms-input-placeholder {
        /* IE 10+ */
        color: #FFF;
    }

    .newsletter .form-field:-moz-placeholder {
        /* Firefox 18- */
        color: #FFF;
    }

    .newsletter .checkbox {
        position: relative;
        display: block;
        margin-top: 4px;
        margin-bottom: 10px;
        text-align: left;
    }

    .newsletter .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.025em;
        color: #2B343F;
    }

    .newsletter .checkbox label a {
        color: #2B343F;
        text-decoration: underline;
        transition: all 0.3s;
    }

    .newsletter .btn-goliath {
        color: #2B343F;
        background-color: #FFD900;
    }

    .newsletter .btn-goliath:hover {
        color: #FFD900;
        background-color: #2B343F;
    }

    .newsletter .btn {
        display: inline-block;
        padding: 5px 20px;
        margin-bottom: 0;
        font-size: 18px;
        /* width: 100%; */
        text-transform: uppercase;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        /* border-radius: 5px; */
        transition: all 0.3s;
    }

    .links {
        margin: 15px 0 0px;
        /* font-size: 15px; */
        overflow: hidden
    }

    .social-links {
        text-align: center;
    }
    .social-links {
        text-align: center;
        overflow: hidden;
        display: inline-block;
        margin: 0 auto;
    }

    .links span {
        margin: 0;
        display: block;
        line-height: 28px;
        text-align: left;
        margin-bottom: 10px;
    }

    .links a {
        display: inline-block;
        /* float: left; */
        /* margin: 0 3px; */
        transition: all 0.3s;
    }

    .links a.blog {
        background: #FFF;
        color: #2B343F;
        font-weight: bold;
        line-height: 22px;
        padding: 0px 8px;
        border-radius: 2px;
        display: inline-block;
        margin: 5px 5px;
        height: 22px;
        float: left;
    }

    .links a.social {
        color: #FFF;
        font-size: 20px;
        margin-right: 5px;
        display: inline-block;
        text-align: center;
        height: 28px;
        line-height: 28px;
        float: left;
        width: 28px;
    }

    .links a:hover {
        background-color: #FFD900;
        color: #2B343F;
        text-decoration: none;
        background-size: 30px;
        transition: all 0.3s;
    }

    .links a.social:hover {
        background-color: transparent;
    }

    .links a.social svg {
        height: 100%;
        margin: 0
    }

    .links a.social svg * {
        fill: #FFF;
    }

    .links a.social:hover svg * {
        fill: #FFD900;
    }


    .footer {
        /* height: 50px; */
        /* white-space: nowrap; */
        /* overflow: hidden; */
        font-size: 22px;
        padding: 35px 12% 35px;
        text-align: center;
        position: relative;
    }

    .footer .helper {
        font-weight: 300;
        text-align: center;
    }

    .footer .helper a {
        font-weight: 700;
        text-align: center;
        color: #FFF;
    }

    .footer span {
        display: block;
        height: 25px;
        vertical-align: middle;
        width: 100%;
        display: none;
        text-align: center;
    }

    .footer span a {
        color: #2B343F;
        transition: all 0.3s;
        font-weight: bold;
    }

    .footer span a:hover {
        text-decoration: underline;
        color: #2B343F;
    }

    .footer svg {
        vertical-align: middle;
        max-height: 120px;
        /* max-width: 32px; */
        margin: 0 10px;
    }

    .credits {
        text-align: center;
        font-size: 12px;
        padding: 0 80px;
        line-height: 25px;
    }

    .credits a {
        color: #FFF;
        transition: all 0.3s;
        width: 50px;
        text-align: center;
        display: inline-block;
    }

    .credits a:hover {
        text-decoration: underline;
        color: #FFD900;
    }
    .newsletter .checkbox {
        float: left;
    }
}

@media (max-width:449px) {
    .logo-container {

        margin: 0 auto 45px;
    }
    .logo-container svg {
        max-width: 260px;
        display: inline-block
    }
    .newsletter .btn {
        width: 100%;
    }
    .newsletter {
        background-color: #D1D0CC;
        /* border-radius: 5px; */
        padding: 30px 8% 30px;
        margin: 0px 0 20px;
    }

    .newsletter h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0px 0px 25px;
        /* text-align: left; */
        color: #2B343F;
    }
}