﻿body {
    color: #64686d;
    padding-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #113274 !important
}

/* FOR BACKLOADS PAGE .red {color: red !important;}*/

a.text-white:hover{text-decoration:overline}

footer a {
    color: white;
     text-decoration: none;
}

    footer a:hover {
        color: #bdbdbd;
        -webkit-transition: .4s ease;
        transition: .4s ease
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px
}

.italic {
    font-style: italic
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal
}

.rowspacer {
    margin-top: 30px
}

.navbar-brand img {
    max-width: 220px;
    height: auto;
}

    .nav-item, .nav-item .dropdown-item {
        font-weight: 600
    }

    .nav-item, .nav-item .dropdown-item:hover {
        color: #009fe3 !important;
    }

    .nav-item, .nav-item .dropdown-item:active {
        color: #fff !important;
    }

    .nav-item, .nav-item .dropdown-item:focus {
        color: #fff !important;
    }

    .nav-item:hover, navbar-nav .nav-item:focus {
        color: #027902 !important;
    }

    .nav-item.active {
        color: #027902 !important;
    }

.nav-link {
    font-size: 1.2em
}

    .nav-link:hover, navbar-nav .nav-link:focus {
        color: #009fe3 !important;
        text-decoration: underline;
    }

    .nav-link.active {
        color: #009fe3 !important;
    }

.dropdown-item:active {
    background-color: #009fe3 !important;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0
}

.left-green {
    border-left: 8px solid green
}

.text-centre-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    color: white;
    text-shadow: 2px 2px 4px black;
}


.our-services-home-menu {
    position: relative;
    text-align: center;
    color: white;
    transition: transform .4s;
}

    .our-services-home-menu:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        filter: brightness(125%);
        transform: scale(1.1);
        z-index: 9999;
    }

.our-services-home-menu-image {
    filter: brightness(70%);
}

#mainHeader {
    margin-left: 6px;
    padding: 0 0 0 6px;
    color: #113274;
}

#mainHeaderTitle {
    font-size: 1.3em;
    font-weight: bold;
}

#customerLoginBtn {
    float: right;
    margin: 0 0 0 20px;
    top: 0;
    right: 0;
    position: relative;
}

#heroMsg {
    color: white;
    text-shadow: 2px 2px 4px black;
}

.position-rel {
    position: relative
}

a.abpdowds {
    color: #113274;
    text-decoration: none
}

a.abpdowds:hover {
    color: #009fe3;
    text-decoration: none
}

a.grey {
    color: rgba(0,0,0,.5);
    text-decoration: none
}

a.grey:hover {
    color: rgba(29,29,29,1);
    text-decoration: none
}

.btn-primary {
    color: white;
    background-color: #113274 !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #009fe3 !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #009fe3 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #009fe3;
}

.card-with-shadow {
    margin-bottom: 30px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15) !important
}

.card-overlay {
    background-color: rgba(0,0,0,.6);
    color: #fff !important;
    padding: 2px 4px 4px 4px;
    margin-bottom: 0
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

/**** Unordered List ****/
.customUl {
    list-style: none;
    padding-left:1rem !important
}

.customUl li {
    padding: 0.3em 0 0.5em 1.6em;
    position: relative
}

.customUl li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
    color: #64686D;
    position: absolute;
    top: 0.4em;
    left: 0.4em
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px
}

.bs-callout-info {
    border-left-color: #014701
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px
}

    ul.nostyle i {
        color: #014701
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #777
    }

.card-footer {
    font-size: 0.7rem
}

.card-title {
    font-size: 1.1rem
}

#contact-form {
    padding: 50px 0;
    background-color: #fff
}

.bottom-shadow {
    margin-bottom: 16px;
    box-shadow: 0 16px 16px -16px black
}

.paper-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.photo-border {
    padding: 10px;
    border: solid 1px #eee
}

#intro {
    width: 100%;
    height: 475px;
    background: url(../content/images/steel-coil-unloading-from-ship-by-crane.jpg) no-repeat;
    background-size: cover;
    z-index: -30;
}

h2, h3 {
    border-left: 0.25em solid #113274;
    padding-left: 0.4em;
}

.full-width-faded:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(255,0,0,0));
    opacity: .4;
}

.full-width-faded .full-width-faded-content-left {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: white;
    max-width: 1300px
}

.full-width-faded .full-width-faded-content-center {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: white;
    max-width: 800px
}


#home-page-header {
    position: relative;
    margin-top: 0.4em;
    color: white !important;
    font-size: 2.8em;
}

#home-page-header:after {
    content: " ";
    display: block;
    bottom: -8px;
    left: 0;
    width: 66px;
    height: 4px;
    background: #fff;
    margin: 15px 0 10px 0;
}

#page-header-title {
    margin-top: 30px
}

#page-header-title:after {
    content: " ";
    margin: 15px 0 22px 0;
    display: block;
    bottom: -8px;
    left: 0;
    width: 66px;
    height: 8px;
    background: #113274;
}

.bgf4f4f4 {
    background-color: #f4f4f4
}

.NewsMediaDate {
    font-size: 0.7em;
    font-style: italic
}

.bold {
    font-weight: bold
}

.TideValuesTitle {
    display: block;
    font-weight: 500
}

.BigBold {
    font-weight: bold;
    font-size: 1.1em
}

.smaller {
    font-size: 0.9em
}

.w15mr4 {
    width: 15px;
    margin-right: 4px
}

.dnone {
    display: none
}

.cgtac {
    color: green;
    text-align: center
}

.crtac {
    color: red;
    text-align: center
}

.w100 {
    width: 100px
}

.red {
    color: red
}

/* Bootstrap overrides */
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

/*Page width*/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
}
