/* =========================================

    Fonts: Raleway & Open Sans
    ----------------------------------------
    Colors:
        Moon Yellow:         #f4c613
        Grey:                #212226
        White Smoke:         #f4f4f4
        White:               #fff
        Black:               #000
============================================ */

/* =========================================
                Html, Body
============================================ */

html,
body {
    height: 100%;
}

body {
    color: #212226;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}

/* =========================================
                Nav
============================================ */
nav i {
    color: #f4c613;
}
/* =========================================
                Home
============================================ */

#home-section {
    background: none;
    height: 100%;
}

#home-bg-image {
    /* background: url("../img/stock/sg-straight.jpg"); */
    background: url("../img/live/gbmd_cover.JPG");
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #f4c613;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

/* =========================================
                About
============================================ */

#about-section h3 {
    color: #212226;
    font-weight: 300;
}

#about-section h3 span {
    color: #f4c613;
    font-weight: 500;
}

#about-bullets {
  border: 3px solid #f4f4f4;
  border-radius: 5px;
  margin: auto;
}

#about-tweets {
  border: 3px solid #f4f4f4;
  border-radius: 5px;
}

/* =========================================
                Results
============================================ */

#results-section {
  background-color: #f4f4f4;
}

/* =====================================================
    Pricing
======================================================== */

#pricing {
    background: #f4f4f4;
}

.pricing-table {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px 10px;
    margin-bottom: 24px;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* .pricing-table:hover {
    background: #f4c613;
} */

.pricing-table .type h4 {
    color: #f4c613;
    font-size: 24px;
    margin-bottom: 15px;
}

.pricing-table .price {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
}

.pricing-table .price h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 42px;
    font-weight: 100;
    /* margin: 0 0 0 24px; */
    position: relative;
}

.pricing-table .price p {
    line-height: normal;
    font-weight: 200;
    margin: 0;
    padding: 0;
}

.pricing-table ul.package {
    list-style: none;
    padding: 20px 0 0 20px;
}

.pricing-table ul.package li {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
}

.pricing-table ul.package li.note {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.pricing-table ul.package li i {
    width: 24px;
}

.pricing-table .btn-yellow,
.pricing-table.black .btn-white {
    width: 96%;
}

/* .pricing-table:hover h2,
.pricing-table:hover h4,
.pricing-table:hover p,
.pricing-table:hover ul.package {
    color: #fff;
} */

/* .pricing-table:hover .btn-yellow {
    background: #fff;
    color: #212226;
    border: 1px solid #fff;
} */

/* .pricing-table .btn-yellow:hover,
.pricing-table .btn-yellow:focus {
    background: #212226;
    color: #fff;
    border: 1px solid #212226;
} */

/*Black Pricing Table*/

.pricing-table.black {
    background: #666;
    color: #fff;
    text-align: center;
}

.pricing-table .black .type h4 {
    color: #fff;
}

/* .pricing-table.black:hover {
    background: #f4c613;
} */

/* =====================================================
    Statement
======================================================== */

#statement-section {
    background: url("../img/stock/man-hand-car-black.jpg") no-repeat fixed center;
    background-size: cover;
}

#statement-section .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
}

#tech-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement p {
    color: #f4c613;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}

/* =====================================================
    Contact
======================================================== */
/* Contact Left Side */
#contact-left p {
    margin: 25px 0 25px 0;
}

#contact-left .vertical-heading {
    margin: 0 0 25px 0;
}

ul.office-details {
    list-style: none;
    padding: 0;
}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

ul.office-details li i{
    font-size: 20px;
    width: 45px;
}

#contact-right ul.social-list li a {
    color: #212226;
    background: #fff;
    border: 1px solid #212226;
    text-align: center;
}

#contact-right ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}


/* Contact Right Side */
#contact-right {
    background: #f4f4f4;
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    line-height: 24px;
    font-size: 12px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}

/* =====================================================
    Footer
======================================================== */
footer {
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
    line-height: 20px;
}

footer p span {
    color: #f4c613;
}

/* =====================================================
    Vertical/Horizontal Headings
======================================================== */

.vertical-heading h5 {
    color: #f4c613;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 9px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: 60px;
    left: -53px;
}

.vertical-heading h2 {
    margin: 0 0 0 35px;
}

.horizontal-heading h2,
.vertical-heading h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

.horizontal-heading {
    margin-bottom: 80px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #f4c613;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.horizontal-heading h2 {
    margin: 0;
}

/* =====================================================
    Content Box
======================================================== */

.content-box-lg {
    padding: 120px 0;
}

.content-box-md {
    padding: 100px 0;
}

.content-box-sm {
    padding: 90px 0;
}

/* =====================================================
    Sticky Instagram Button
======================================================== */

#instaLink {
    display:none;
    position:fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #212226;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#booknowLink {
    display:none;
    position:fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    border: none;
    outline: none;
    background-color: #212226;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#instaLink a, #booknowLink a {
    color: #f4c613;
}
