/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: Helvetica, Arial, sans-serif !important;
}

h1, h2 {
    font-family: Helvetica, Arial, sans-serif !important;
    text-align: center;
}

.header-logo, .header-logo .row {
    padding: 0 !important;
    margin: 0 !important;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-header {
    text-align: center;
}

.navbar-header h1 {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.navbar-header .logo {
    padding: 20px 0px 0px 30px;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.header-logo {
    position: relative;
    width: 100%;
}

.under-header-line{
    border-top: 2px solid #2e4568;
    padding-bottom: 20px;
}

/*.header-logo .vessel{
  width: 100%;
}
*/

.info-box, .info-layer{
    min-height: 400px;
}

.info-layer {
    text-align: center;
    background-image: url(../img/vessel.jpg);
    background-size: cover;
    width: 100%;
}

.info-box {
    padding-top: 8%;
    padding-bottom: 12%;
    background-image: url(../img/bluredback.png);
    background-size: cover;
    color: white;
    max-height: 80%;
    max-width: 700px;
}

.info-box p {
    padding-bottom: 5px;
}

.info-box h1 {
    font-weight: bold;
}

.shadow-logo {
    text-align: center;
    background-image: url(../img/logo-grey.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: 250px;
}

.handshake img {
    width: 100px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.navbar ul {
    float: right;
}

.navbar-nav > li > a {
    color: #2e4568 !important;
    font-weight: bold;
    font-family: Helvetica;
    font-size: 10pt;
}

.navbar-wrapper {
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-wrapper .container {
    width: 100%;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-wrapper .navbar .container {
    width: auto;
}

.main h1 {
    /*font-size: 29pt;*/
    font-weight: bold;
    color: #2e4568;
}


.main p {
    font-size: 12pt;
    color: black;
}

.press{
    color: black;
}

.press h1, .press h2{
    font-weight: bold;
    color: #2e4568;
    margin: 30px auto;
}

.press h1 {
    font-size: 26pt;
}

.press .subtext {
    text-align: center;
}

.press .btn, .more-articles-btn{
    margin: 40px auto;
    padding-top: 13px;
}

.press .fullWidth {
    width: 100%;
}

.press .disabled {
    display: none;
}

.press .active {
    display: block !important;
}

.press p img {
    width: 100%;
}

.press p.text-center, .press-more p.text-center {
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}

.press-more .small-logo {
    vertical-align: bottom;
    padding-bottom: 5px;
    display: initial;
}

.press-more .small-logo img {
    margin-left: 0;
    width: auto;
}

.press-more img{
    margin: auto;
}

.press-more h1{
    min-height: 76px;
}

.press-more .small-image{
    height: 239px;
    background-size: cover;
}

.press-more p.text-center {
    min-height: 100px;
}

.press-more-articles{
    display: none;
}

.more-articles {
    padding-top: 20px;
    padding-bottom: 50px;
}

.container .logos {
    text-align: center;
}

.container .logos img {
    display: block;
    height: 70px; 
    padding-top: 10px;
    margin: auto;
}

.container .logos br {
    display: none;
}

.partners {
    padding-bottom: 50px;
    font-size: 32px !important;
}

.partners h2 {
    color: #2e4568;
    text-align: center;
}

.btn {
    display: block;
    margin: 10px auto;
    border-radius: 0px;
    border-color: #2e4568;
    background-color: transparent;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    width: 200px;
    height: 45px;
}

.btn.unhover {
    background-color: #2e4568 !important;
    color: white;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.btn:hover, .btn:active, .btn:focus {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
}

.btn-blue {
    background-color: #2e4568;
}

.footer {
    width: 100%;
    height: 160px;
    background-color: #0d1628;
    margin: auto;
    text-align: center;
}

.footer h1 {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.footer .logo {
    padding: 20px 0px 0px 0px;
}

.footer .pull-right {
    padding-top: 50px;
    padding-right: 50px;
    font-size: 10pt;
    color: white;
    text-align: center;
    float: none!important;
}

.modal .modal-header {
    background-color: #e3e5e5;
}

.modal .modal-content {
    border-radius: 0px;
}

.modal .modal-footer {
    padding-bottom: 0px;
    border-top: 0px;
}

.modal .btn {
    background-color: #2e4568;
    margin-top: 0px;
    margin-bottom: 20px;
}

.modal .form-control {
    border-radius: 0px;
    background-color: #9f9faa;
    color: black;
}

.modal textarea {
    height: 150px;
    margin-top: 20px;
}

.form-control::-webkit-input-placeholder {
    color: black;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: black;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

.form-control:-ms-input-placeholder {
    color: black;
}

/* MARKETING CONTENT
-------------------------------------------------- */

.main .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.main .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}

.main p {
    text-align: center;
}

/* Featurettes
------------------------- */

.featurette-divider {
    margin: 60px 0; /* Space out the Bootstrap <hr> more */
    border-top: 1px solid #eee;
}

.featurette-divider-vertical {
    border-top: 0px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    text-align: center;
}

.form-control {
    padding-right: 2px !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 480px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    h1 {
        font-size: 24px !important;
    }

    h2 {
        font-size: 20px !important;
    }

    .lead {
        font-size: 15px !important;
    }

    .logo {
        padding: 5px !important;
        width: 100%;
    }
}
@media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
        margin-top: 20px;
    }

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }

    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }

    .navbar ul {
        padding-top: 52px;
    }

    .navbar-header {
        text-align: left;
    }

    .featurette-heading {
        font-size: 29pt;
    }

    h1 {
        font-size: 29pt;
    }

    .footer .pull-right {
      float: right !important;
    }

    .footer {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .featurette-divider-vertical {
        border-left: 1px solid #eee;
    }

    .featurette-heading {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .container .logos {
        text-align: justify;
    }

    .container .logos img{
        display: inline;
        height: 65px;
        padding-left: 10px;
    }

    .container .logos br {
        display: block;
    }

    .partners h2 {
        text-align: left;
    }

    .footer .logo {
        padding: 20px 0px 0px 30px;
    }

    .press-more .small-logo {
        display: table-cell;
        height: 85px;
    }

    .press .subtext {
        margin: 25px;
        text-align: left;
    }

    .press-more hr{
        display: none;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .press-more h1 {
        font-size: 24pt;
    }
    .press-more p.text-center {
        min-height: 120px;
    }

    .container .logos br {
        display: none;
    }
}
