html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#ourwork .section {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

#ourwork .portfolioImg {
    max-height: 400px;
    transition: all 1s ease;
}
    #ourwork .portfolioImg:hover {
        transform: scale(1.1);
    }


#ourwork .hero.overlay:before {
    content: "";
    position: absolute;
    background: rgba(241,121,69,.6);
    background: -moz-linear-gradient(top,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(241,121,69,.6)),color-stop(100%,rgba(255,193,7,.6)));
    background: -webkit-linear-gradient(top,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
    background: -o-linear-gradient(top,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
    background: -ms-linear-gradient(top,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
    background: linear-gradient(to bottom,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.gradient-bg {
    background: linear-gradient(to bottom,rgba(241,121,69,.6) 0%,rgba(255,193,7,.6) 100%);
}

.apply-footer .container-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apply-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding: 9px 24px;*/
    background-color: #fff;
    box-shadow: 0 -10px 50px rgba(0,0,0,.11);
    z-index: 1020;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
    .slide-up {
        bottom: 0;
    }
 
    .apply-footer .grippy-host {
        position: relative;
        top: -4px;
    }

        .apply-footer .grippy-host .grabber-bar {
            margin-left: -24px;
            margin-right: -24px;
            height: 5px !important;
            background-color: rgb(250, 250, 250) !important;
            box-shadow: rgba(0, 0, 0, 0.2) 0px -1px 5px -1px, rgba(0, 0, 0, 0.1) 0px 1px 2px -1px !important;
        }


    .apply-footer .apply-footer-title {
        margin: 0 auto 0 0;
        padding-right: 2rem;
        font-family: "Brygada 1918", sans-serif;
        color: #343661;
        font-weight: 700;
        font-size: 1.5rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

@media (max-width: 480px) {
    .apply-footer .apply-footer-title {
        font-size: 1rem;
        padding-right: 10px !important;
        margin-right: 0;
    }

    .apply-footer .apply-btn {
        width: 90px;
        padding: 5px;
        max-width: 90px;
        font-size: 12px;
    }
}
/*.hero-image {
    background-image: url('../images/82046-sunshine-coast-city-hall_western-facade_01.jpg');
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}*/