.beyachted_soc, .bg, .footer, .footer ul {
    position: absolute;
    bottom: 0
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Book.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-BookItalic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-variant: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: Gotham;
    src: url(../fonts/Gotham-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamBlack;
    src: url('../fonts/GothamPro Black.otf') format('opentype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamPro;
    src: url(../fonts/GothamPro.otf) format('opentype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamProItalic;
    src: url('../fonts/GothamPro Italic.otf') format('opentype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamProLight;
    src: url(../fonts/GothamProLight.ttf) format('truetype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamProMedium;
    src: url('../fonts/GothamPro Medium.otf') format('opentype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamProBlackItalic;
    src: url('../fonts/GothamPro BlackItalic.otf') format('opentype');
    font-style: normal;
    font-variant: normal
}

@font-face {
    font-family: GothamProLightItalic;
    src: url(../fonts/GothaProLigIta.otf) format('opentype');
    font-style: normal;
    font-variant: normal
}

body, html {
    height: 100%;
    overflow: hidden
}

body {
    background: url(../images/bg.JPG) center bottom no-repeat;
    background-size: cover
}

li, ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.bg {
    background-color: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.header {
    background-color: #fff
}

.logo {
    float: left;
    width: 150px;
    padding: 3px
}

.logo img {
    width: 100%;
    height: auto
}

.beyachted_soc, .footer ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0 0 0 230px;
    float: right;
    justify-content: space-between;
    right: 0;
    top: 0;
    margin: auto 0;
    height: 30px
}

.beyachted_soc a, .footer a {
    color: #e21c2b;
    font-size: 30px;
    line-height: 30px;
    transition: all .3s ease
}

.beyachted_soc a:hover, .footer a:hover {
    color: #274158;
    transition: all .3s ease
}

.main_wrap {
    height: 100vh
}

.beyachted_form {
    background: rgba(255, 255, 255, .7);
    padding: 50px;
    border-radius: 3px;
    position: absolute;
    top: 10%;
    height: auto
}

.beyachted_form h1, .beyachted_form p {
    color: #274158;
    font-family: GothamProMedium, sans-serif;
    margin: 10px 0 0
}

.beyachted_form h1 span {
    color: #e21c2b;
    font-family: GothamBlack, sans-serif
}

.beyachted_form h1 {
    font-size: 36px
}

.beyachted_form form {
    width: 100%;
    display: flex;
    flex-direction: column
}

.beyachted_form form input {
    width: 50%;
    height: 40px;
    padding: 5px
}

.beyachted_form form input, .beyachted_form form textarea {
    border: 1px solid #274158;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: 6px 10.4px 27.6px 1.5px rgba(23, 23, 24, .13);
    transition: all .3s ease;
    font-family: GothamProLight, sans-serif
}

.beyachted_form form input[type=email]:focus, .beyachted_form form input[type=email]:hover, .beyachted_form form textarea:focus, .beyachted_form form textarea:hover {
    border-color: #e21c2b;
    color: #274158;
    transition: all .3s ease
}

.beyachted_form form textarea {
    width: 100%;
    resize: none;
    height: 120px;
    padding: 10px 5px
}

.beyachted_form form input[type=submit] {
    border-color: #e21c2b;
    background-color: #e21c2b;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s ease;
    font-family: GothamBlack, sans-serif
}

.beyachted_form form input[type=submit]:hover {
    border-color: #274158;
    background-color: #274158;
    transition: all .3s ease
}

.footer {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 10
}

.footer ul {
    position: static;
    padding: 0
}

.footer a {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    font-family: GothamProMedium, sans-serif;
    line-height: 30px;
    color: #274158
}

.footer a i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 24px;
    color: #e21c2b
}

@media (max-width: 991px) {
    .header {
        padding-bottom: 50px
    }

    .logo {
        margin: 0 auto;
        float: none;
        width: 200px
    }

    .beyachted_soc {
        top: inherit;
        bottom: -30px;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .logo {
        width: 100px!important;
        display: block;
    }

    .beyachted_form {
        padding: 20px;
        left: 15px;
        right: 15px;
        top: 5%
    }

    .beyachted_form h1 {
        font-size: 24px
    }

    .beyachted_form p {
        font-size: 14px
    }

    .beyachted_soc a {
        font-size: 24px
    }

    .beyachted_form form input, .beyachted_form form textarea {
        margin-top: 7px;
        font-size: 14px
    }

    .beyachted_form form input {
        height: 30px;
        width: 100%
    }

    .beyachted_form form textarea {
        height: 70px
    }

    .footer a {
        font-size: 10px
    }

    .footer a i {
        font-size: 14px;
        margin-right: 2px
    }
}
/* -------------------------- Message box -------------------------- */
#message_box {
    position: fixed;
    text-align: center;
    width: 50%;
    padding: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 4.5px 7.8px 49px rgba(28, 28, 29, 0.2);
    box-shadow: 4.5px 7.8px 49px rgba(28, 28, 29, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
}

#message_box h2 {
    margin: 0;
    width: 100%;
    color: #000;
}