html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    color: #444444;
    /*margin-bottom: 60px;*/
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

.container {
    margin-top: -10px;
}

p {
    font-weight:400;
    padding-bottom:1em;
    font-size: 20px !important;
   
}

/*.text-center {
    padding: 20px;
}*/

.navbar .navbar-brand {
}

.navbar {
    border-bottom: 1px solid #000;
    padding-bottom:30px;
}

.nav-item {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.nav-item hover {
    color: green;
}

/*Desktop*/
@media screen and (min-width: 981px) {

    .mb-content {
        display: none;
    }

    .logo-container {
        margin-left: 200px;
    }
    .fullContentImage {
        height: 700px;
    }

    .inner-slide-heading {
        font-size: 80px;
    }

    .footer-2 {
        text-align: center;
    }

    .footer-3 {
        text-align: right;
    }
}

.form-text-small {
    font-size: 15px !important;
}

.form-row {
    padding-bottom:15px;
}

/*Mobile*/
@media screen and (max-width: 980px) {

    .dt-content {
        display:none;
    }


    .logo-container img {
        max-width: 50%;
    }

    .fullContentImage {
        height: 500px;
    }

    .inner-slide-heading {
        font-size: 48px;
    }

    .footer-1 {
        text-align: center;
    }

    .footer-3 {
        text-align: center;
    }
}

.header7 {
    font-size: 16px;
    color: #00b4d8 !important;
    letter-spacing: 4px;
    text-align: center;
}

.header2 {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
}

p {
    margin: 10px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

.row-wide {
    width: 80vw;
    position: relative;
    margin-left: -40vw;
    left: 50%;
}

.row-full {
    width: 99.5vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}


.sliderImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fullContentImage1 {
    background-image: url("../images/1-scaled.jpeg");
}

.fullContentImage2 {
    background-image: url("../images/3-scaled.jpeg");
}

.fullContentImage3 {
    background-image: url("../images/4-scaled.jpeg");
}

.fullContentImage4 {
    background-image: url("../images/Photo-1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}

.fullContentImage4 {
    background-image: url("../images/Mechanics.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
}

.inner-slide-container {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align:center;
}

.inner-slide-heading {
    font-weight: 500;
    line-height: 1.3em;
}

.inner-slide-content {
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.3em;
    margin-bottom:20px;
}

.href-button {
    color: #fff;
    text-decoration: none;
    padding-top: 11.5px !important;
    padding-right: 15px !important;
    padding-bottom: 11.5px !important;
    padding-left: 15px !important;
    background-color: #00B4D8;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 4px;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    width: 320px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #00B4D8;
}

.book-button {
}

    .book-button:hover {
        color: #fff;
        background-color: #4878a1;
        border: 2px solid #4878a1;
    }

.work-button {
    background-color: #00529e;
    border: 2px solid #00529e;
}

    .work-button:hover {
        background-color: #fff;
        border: 2px solid #00529e;
        color: #00529e;
    }


.diagonal-section {

    background-image: url("../images/diag.svg");
    background-size: 100% 50px;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: scale(1, -1);
}

.blue-section {
    background-color: #00529e !important;
    color: #fff;
    font-size: 36px;
    padding: 2% 0;
}

.icon-section {
    background-color: #000;
    min-height: 200px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding-top: 20px;
}

.icon-item {
    padding: 20px;
}

.callus a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
}

.footer-container {
    /*padding:40px 80px 0px 80px;*/
    padding: 40px 0px 40px 0px;
    margin: 0px 100px 0px 100px;
    
}

footer {
    color: #fff !important;
    background-color: #000;
    width: 99.04vw;
}

footer a {
    text-decoration:none;
    color:#fff !important;
}

.page-content {
    margin: 50px;
}

.page-content li + li {
    margin-top: 10px;
}

.team-image {
    margin: 10px;
    width: 100%;
}

.text-align-center {
    text-align: center;
}

.login-controls-container {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
}

    .login-controls-container a {
        text-decoration: none;
    }

    .login-controls-container li {
        margin-left:5px;
    }

.info-text {
    font-size:10px;
    color:silver;
}

.button-bar {
    text-align:right;
    margin-top:10px;
}

.right-align {
    text-align: right
}

.general-link {
    text-decoration:none;
}

.link-button {
    background: none !important;
    border: none;
    padding: 0 !important;
    text-decoration: none;
    cursor: pointer;
}

.filter-link {
    text-decoration:none;
}

.mobile-menu-button {
    font-weight: bold;
}


.highlight-row {
    border-bottom: 1px solid gray;
    padding: 5px;
}

    .highlight-row:hover {
        cursor: pointer;
        background-color: #5173a4;
        color: white;
    }

.jobs-highlight-row {
    border:1px solid silver;
    padding: 10px;
    margin:10px;
    border-radius:5px;
    background-color: #f3f3f3;
}

.jobs-highlight-row:hover {
    cursor: pointer;
    background-color: #eef0f5;
}

.job-row-heading {
    font-size: 10px;
    font-weight: bold;
    margin-top:10px;
}

.job-description {
    min-height: 150px !important;
}

.job-description-display {
    display:none;
}

.click-apply {
    color:#258cfb;
    font-style: italic;
}

.generic-alert {
    margin-top:20px;
}