@font-face {
    font-family: 'Helvetica 45';
    src: url('fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

.svg-white {
    filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(201deg) brightness(106%) contrast(106%);
}

@media (max-width: 768px) {
    body {
        margin-top: 64px;
    }

    .navbar {
        position: fixed;
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        z-index: 2147483467;
    }
}

@media (min-width: 1650px) {
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-custom .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-custom .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-custom .navbar-collapse {
            display: flex !important;
        }

        .navbar-expand-custom .navbar-toggler {
            display: none;
        }
    
    .navbar-expand-custom .navbar-nav .dropdown-menu {
        position: absolute;
        float: none;
    }
}

.more-links {
    padding: 0px;
}

.intro-container {
    background-color: #f9f9f9;
    margin: 0px;
    padding: 0px;
}

.nav-ind-content {
    font-weight: bold;
}

.header {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #dedede;
}

.header ul {
    margin: 0;
    padding: 0;
}

.header li {
    display: inline;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

#jumboCarousel .jumbotron {
    margin-top: 0;
    margin-bottom: 0;
}

* {
    font-family: Montserrat, Helvetica, Times New Roman;
}

.page-content {
    margin-left: 20%;
    margin-right: 20%;
}

.s-def-heading {
    margin: 0;
    font-weight: 100;
}

.navbar {
    background-color: #f9f9f9;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.dropdown-menu {
    opacity:0;
    transition: 0.3s;
}

.dropdown-menu a {
    font-weight: bold;
}

.dropdown-menu.show {
    opacity:1;
    transition: 0.3s;
    display: block;
}

.info-container {
    margin-left: 12.5%;
    margin-right: 12.5%;
    padding-top: 25px;
    padding-bottom: 25px;
}

h3 {
    font-weight: 400;
}

.header {
    text-align: center;
    background-color: dimgray;
    color:white;
}

.nav-link {
    font-weight: bold;
    color: black;
}

li {
    padding-left: 50px;  
}
.main-jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: white;
    background-image: url("../images/steercoms_home_jumbotron.png");
    background-position: center center;
    display: flex; 
    align-items: center;
    color: white;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
    height: auto;
}

.home-jumbotron {
    min-height: 900px;
}

.section-jumbotron {
    min-height: 700px;
    margin-bottom: 10rem;
}

.page-jumbotron {
    min-height: 700px;
}

.pad-page-jumbotron {
    min-height: 700px;
    margin-bottom: 10rem;
}

.home-carousel {
    margin-bottom: 10rem;
}

.jumbotron-link .jumbotron {
    position: relative;
    padding-left: 12.5%;
    padding-right: 12.5%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 700px;
    display: flex;
    align-items: center;
    color: white;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    color: white;
    margin-bottom: 50px;
    transition: 0.5s;
    background-color: gray;
}

.jumbo-image-contain {
    width: 50%;
}

.image-fwidth {
    width: 100%;
}

.map-jumbotron {
    background-image: url("../images/sydney_opera_house.jpg");
    background-color: red;
    background-position: center center;
    min-height: 500px;
    display: flex;
    align-items:  center;
    color: white;
    font-weight: bold;
    margin: 0;
}

.moreInfoBtn {
    font-weight: bold;
    border-width:medium;
    border-radius: 10px;
}

.footer {
    padding-top: 20px;
    padding-left: 12.5%;
    padding-right: 12.5%;
    padding-bottom: 20px;
    background-color: red;
    color: white;
}

.extraInfo {
    background-color: #3c3c3c;  
    color: lightgray;
    font-family: sans-serif;
    padding-top: 20px;
    padding-bottom: 60px;
    display: block;
    text-align: center;
    margin-top: 0px;
}

.extraInfo button {
    background-color: darkorange;
    border: none;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    color:white;
}

.company-info {
    margin-top: 100px;
    height: 100%;
    width: 100%;
    background-image: url('../images/company_info.jpg');
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.company-info .col-sm-4 {
    border: 1px;
    color: white;
    text-align: justify;
}

.company-info h3 {
    text-align: center;
    padding-top: 10px;
    color: white;
}

.company-info .imgcontainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
    width: 80%;
    height: 80%;
    max-width: 256px;
    max-height: 256px;
    bottom: 0px;
}

.side-text {
    width: 50%;
}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -20px;
    color: #7a7a7a;
}

blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
}

.side-text-wwa {
    margin-left: 50px;
    width: 50%;
    height: inherit;
}

/*#our-culture-equality {
    position: absolute;
    width: 40%;
    margin-left: 5%;
    overflow: hidden;
    color: white;
}*/

.whatWeOffer h1, .whatWeOffer h2 {
    margin-bottom: 0px;
}

h1 {
    font-size: 24px;
    font-family: sans-serif;
    color: red;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    font-family: sans-serif;
    color: red;
    margin-bottom: 40px;
}

.ourServices {
    margin-top: 36px;
    margin-left: 15%;
    margin-right: 15%;
}

.ourServices .imageContainer {
    background-color: red;
    display: inline-block;
}

.ourServices .col-lg-4 {
    margin-top: 60px;
}

.ourServices .imageContainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    max-width: 196px;
    max-height: 196px;
    background-color: red;
}

.ourServices img {
    transition: 0.3s;
}

.ourServices .textWrapper:hover {
    background-color: red;
}

.footer a {
    color: white;
    text-align: center;
    text-decoration: none;
}

.footer p {
    margin-bottom: 5px;
}

.footer h1 {
    font-size: 16px;
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-bottom: 20px;
}

.footer ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.footer li {
    padding: 0;
}

.textWrapper {
    height: 100%;
    width: 100%;
    max-width: 196px;
    max-height: 196px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.centeredText {
    max-width: 196px;
    max-height: 196px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    font-weight: bold;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    /*-khtml-user-select: none;*/
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.currentPage {
    background-image: url("../images/steercoms_home_jumbotron.png");
    max-height: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0;
    color: white;
}

.currentPage h1 {
    margin: 0px;
    font-weight: bold;
}

.currentPage p, .currentPage a {
    margin: 0px;
    color: black;
}

.locationCard {
    padding-top: 20px;
}

.locationCard img {
    display: block;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.locationCard h1 {
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    width: 256px;
    background-color: lightgray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0;
    display: block;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.locationCard p {
    width: 256px;
    background-color: lightgray;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
    display: block;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.contactForm {
    padding-top: 20px;
}

.singleLineInput {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
    width: 100%;
}

.multiLineInput {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.inputSubmit {
    display: block;
    border: none;
    background-color: red;
    margin: auto;
    font-size: 24px;
    color: white;
    border-radius: 5px;
    width: 50%;
    transition: 1s;
    text-align: center;
    font-weight: bold;
}

.contactForm .inputSubmit {
    margin-top: 20px;
}

.contactForm h2 {
    padding-bottom: 10px;
    color: red;
    font-weight: 200;
    text-align: center;
}

.inputSubmit:hover {
    opacity: 0.75;
}

.toggleParagraph {
    position: absolute;
    background-color: darkred;
    transition: 0.5s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    text-align: left;
    width: 400px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    z-index: 2147483647;
}

.iconCenter {
    display: inline-block;
}

.companyOverviewImage {
    background-image: url('../images/company_overview_square.jpg');
    background-size: contain;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    box-shadow: 0 0 16px 16px white inset;
    margin: auto;
    margin-top: 0;
}

.circle-blur-image {
    background-color: red;
    background-size: contain;
    width: 300px;
    height: 300px;
    border-radius: 100px;
    box-shadow: 0 0 16px 16px white inset;
    margin: auto;
    margin-top: 0;
}

.companyObjectivesImage {
    background-image: url('../images/company_aim_0.jpg');
    background-size: contain;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    box-shadow: 0 0 16px 16px white inset;
    margin: auto;
    margin-top: 0;
}

.companyValuesImage {
    background-image: url('../images/company_values.jpg');
    background-size: contain;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    box-shadow: 0 0 16px 16px white inset;
    margin: auto;
    margin-top: 0;
}

.jumbotron-link:hover .jumbotron {
    transform: scale(1.01);
}

.jumboContent {
    position: absolute;
}

.jumbo-title {
    color: white;
    font-size: 72px;
    font-weight: bold;
}

.jumbo-caption {
    font-size: 48px;
    color: white;
}

.jumbo-button {
    padding: 10px;
    font-size: 24px;
}

.mainJumboContent {
    position: absolute;
    transform: translateY(250px);
    padding-left: 15%;
    padding-right: 15%;
}

.jumbotron-link:hover p {
    color: white;
}

.jumbotron-link h1 {
    font-size: 72px;
    font-weight: bolder;
    margin: 0;
    color: white;
}

.jumbotron-link p {
    font-size: 36px;
    font-weight: 600;
}

.jumbotron-link:link {
    text-decoration: none;
}

.navbar li {
    font-size: 14px;
}

.shadowText {
    text-shadow: 2px 2px #000000;
}

.information-section {
    background-color: red;
    color: white;
    padding: 50px 12.5% 50px 12.5%;
    margin: 0px 0px 50px 0px;
}

.jumboExtraInfo {
    position: absolute;
    width: 500px;
    top: 0%;
    right: 5%;
    height: 700px;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    transition: 0.3s;
    opacity: 0;
}

.jumboExtraInfo.show {
    opacity: 1;
}

.info-jumboHeader {
    color: white; 
    font-size:72px; 
    font-weight:bolder;
    transform: translateY(-250px);
}

.info-jumboCaption {
    font-size:36px; 
    transform: translateY(-250px);
}

.intro-paragraph {
    font-family: 'Montserrat'; 
    font-weight: 100; 
    font-size: 32px; 
    color: #3e3e3e; 
    padding-bottom: 0px; 
    display: inline-block;

    padding-bottom: 100px;
    border-bottom-style: solid;
    border-bottom-color: black;
}

.info-paragraph {
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 50px;
}

.info-container {
    font-size: 56px;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center;
}

.info-bullets {
    list-style-type: none;
    color: black;
    font-weight: 100;
}

.info-bullets li {
    margin-bottom: 30px;
    font-size: 32px;
}

.info-heading {
    font-size: 48px; 
    font-weight: 100; 
    font-family: Montserrat; 
    margin-bottom: 30px;
}

.square-img-button {
    margin: 10%;
}

.square-img-button:hover {
    color: black;
}

.square-img-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-size: 36px;
    color: white;
    font-weight: bolder;
    font-family: Montserrat;
    text-align: center;
    text-shadow: 2px 2px #000000;
}

.company-info-container {
    min-height: 400px;
    background-image: url('/images/company_info.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px;
    margin: 0px;
}

.footprint-icon {
    background-image: url('/images/icons/footprint-icon-l.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.water-icon {
    background-image: url('/images/icons/water-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.power-icon {
    background-image: url('/images/icons/power-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.renewable-icon {
    background-image: url('/images/icons/renewable-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.recycle-icon {
    background-image: url('/images/icons/recycle-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right:3rem;
    vertical-align: middle;
}

.gavel-icon {
    background-image: url('/images/icons/gavel-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right:3rem;
    vertical-align: middle;
}

.gavel-icon {
    background-image: url('/images/icons/gavel-icon.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right:3rem;
    vertical-align: middle;
}

.money-bag-icon {
    background-image: url('/images/icons/dollar-bag.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.circle-tick-icon {
    background-image: url('/images/icons/circle-tick.svg');
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline-block;
    margin-right: 3rem;
    vertical-align: middle;
}

.jobform {
    padding-top: 50px;
    padding-bottom: 50px;
}

.jobform label {
    display: block;
}

.jobform input {
    display: block;
    margin-bottom: 30px;
}

.jobform h1 {
    margin-top: 100px;
}

.jobfrom h2 {
}