/* Move down content because we have a fixed navbar that is 50px tall */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: lightgray;
    font-size: 34px;
}

::-moz-placeholder { /* Firefox 19+ */
    color: lightgray;
}

:-ms-input-placeholder { /* IE 10+ */
    color: lightgray;
}

:-moz-placeholder { /* Firefox 18- */
    color: lightgray;
}

body {
    font-family: 'Chewy', cursive;
}

.title {
    font-size: 60pt;
    margin: 0px !important;
}

.titleColor-gray {
    color: #48505c;
}

.titleColor-white {
    color: white;
}


html, body {
    height: 100%;
}

.fill-height {
    min-height: 100%;
    height: auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}
.dn {
    display: none !important;
}



#seaburbsContainer {
    background-color: white;
    background: url('../images/background.jpg') center center no-repeat;
    background-size: cover;
}

a {
    cursor: pointer;
}



@media (max-width: 1200px) {
    #seaburbsContainer {
        background-color: white;
        background: url(../images/background.jpg) center center no-repeat;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: left top;
    }

    .row.mt-140 {
        margin-top: 190px !important;
    }

    .col-md-6, .col-md-4 {
        margin: 0px !important;
        width: 100% !important;
    }
}

@media (max-width: 650px) {
    #seaburbsContainer {
        background: url('../images/bg.jpg') center center repeat-x;
        /*background-size: cover;*/
        background-size: 100% 100%;
        background-repeat: repeat-x;
        min-height: 768px !important;
        width: auto !important;


    }

    body{
        background:none !important;
    }

    .row.mt-140{
        margin-top:70px !important;
    }
}


.row .img-responsive {
    margin: 0 auto;
}

.mt-5 {
    margin-top: 5px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-80 {
    margin-top: 80px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-200 {
    margin-top: 200px;
}

.video {
    
    min-height: 500px;
}

    .video iframe {
        height: 500px;
    }

.text-content {
    min-height: 500px;
}

    .text-content h1 {
        color: white;
        text-shadow: 2px 2px 2px black;
        font-size: 40pt;
    }

    .text-content p {
        color: white;
        width: 100%;
        font-family: Arial;
        margin-top: 10px !important;
        font-size: 16pt;
    }

    .text-content .email input {
        width: 100%;
        height: 80px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 34px;
        padding-left: 17px;
        border-radius: 7px 7px 7px 7px;
        box-shadow: inset 2px 2px 12px 0px grey;
        border: none;
    }

    .text-content .email-button input {
        background: url(../images/BigBoss.png) no-repeat;
        background-size: 100% 100%;
        cursor: pointer;
        border: none;
        width: 280px !important;
        min-height: 265px;
    }

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.table > thead > tr > th {
    color: white !important;
    font-size: 33px;
    text-decoration: underline;
    font-weight: normal;
    
}

.table > tbody > tr > td {
    color: white !important;
    font-size: 25px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}


/*.container .row {

        height: 768px;
}*/

/*#1e6e88 mobil background color*/
