.blue-bg {
    background: #0B2A4A !important;
}
.yellow-text {
    color: #FEC524 !important;
}
.blue-text, .blue-text a {
    color: #0B2A4A !important;
}
.medium-font {
    font-size: 20px;
}
.huge-font {
    font-size: 45px;
}

.blue-border-bottom {
    border-bottom: 1px solid #0B2A4A;
}

.yellow-border-bottom {
    border-bottom: 1px solid #FEC524;
}
.white-border-bottom {
    border-bottom: 1px solid #fff;
}
.heavy-font {
    font-weight: 700;
}
.yellow-bg {
    background-color: #FEC524;
}

.no-hover:hover {
    text-decoration: none;
}

.flex-on {
    display: flex;
}

.flex-columns {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-distribute {
    justify-content: space-between;
}

.flex-to-right {
    justify-content: flex-end;
}

.flex-to-bottom {
    align-items: flex-end;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-centre {
    align-items: center;
}

.flex-centre-vertical {
    justify-content: center;
}

.flex-flip-row {
    flex-direction: row-reverse;
}

.fill-width {
    width: 100%;
}

.fill-height {
    height: 100%;
}

.twenty-width {
    width: 20%;
}

.half-width {
    width: 50%;
}

.thirty-percent-width {
    width: 30%;
}

.thirty-five-percent-width {
    width: 35%;
}

.forty-percent-width {
    width: 40%;
}

.sixty-percent-width {
    width: 60%;
}
.eighty-percent-width {
    width: 80%;
}
.ninety-percent-width {
    width: 90%;
}
.margin-auto {
    margin: auto;
}

.margin-2-all-round {
    margin: 2px;
}

.margin-10-right {
    margin-right: 10px;
}

.margin-10-all-round {
    margin: 10px;
}

.margin-10-left {
    margin-left: 10px;
}

.margin-10-top {
    margin-top: 10px;
}

.margin-10-bottom {
    margin-bottom: 10px;
}

.margin-20-top {
    margin-top: 20px;
}

.margin-50-right {
    margin-right: 50px;
}

.margin-20-bottom {
    margin-bottom: 20px;
}

.margin-50-bottom {
    margin-bottom: 50px;
}

.margin-5-left {
    margin-left: 5px;
}

.margin-5-left-n-right {
    margin-left: 5px;
    margin-right: 5px;
}

.margin-10-left-n-right {
    margin-left: 10px;
    margin-right: 10px;
}

.margin-20-top-n-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
}

.margin-20-left-n-right {
    margin-left: 20px;
    margin-right: 20px;
}

.margin-20-all-round {
    margin: 20px;
}

.pad-20-top {
    padding-top: 20px;
}

.pad-5-top-n-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pad-10-top-n-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-20-top-n-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pad-50-top {
    padding-top: 50px;
}

.pad-50-right {
    padding-right: 50px;
}

.pad-50-top-n-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pad-100-top-n-bottom {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad-150-top-n-bottom {
    padding-top: 150px;
    padding-bottom: 150px;
}

.pad-20-left {
    padding-left: 20px;
}

.pad-20-right {
    padding-right: 20px;
}

.pad-20-bottom {
    padding-bottom: 20px;
}

.pad-10-right {
    padding-right: 10px;
}

.pad-50-bottom {
    padding-bottom: 50px;
}

.pad-100-left-n-right {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pad-50-left-n-right {
    padding-left: 50px;
    padding-right: 50px;
}

.pad-20-left-n-right {
    padding-left: 20px;
    padding-right: 20px;
}

.pad-10-left-n-right {
    padding-left: 10px;
    padding-right: 10px;
}

.pad-5-left-n-right {
    padding-left: 5px;
    padding-right: 5px;
}

.pad-5-all-round {
    padding: 5px;
}

.pad-10-all-round {
    padding: 10px;
}

.pad-20-all-round {
    padding: 20px;
}

.pad-50-all-round {
    padding: 50px;
}

.pad-15-percent-all-round {
    padding: 15%;
}
.white-text, .white-text a, a.white-text {
    color: white !important;
}

.light-grey-text, .light-grey-text a, a.light-grey-text {
    color: #F3F3F3 !important;
}

.dark-grey-text, .dark-grey-text a, a.dark-grey-text {
    color: #464950 !important;
}

.black-text, .black-text a, a.black-text {
    color: black;
}
.white-bg {
    background-color: white;
}

.black-bg {
    background-color: black;
}

.light-grey-bg {
    background-color: #EFF1F7;
}

.dark-grey-bg {
    background-color: #464950;
}

.see-thru-black-bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.see-thru-white-bg {
    background-color: rgba(255, 255, 255, 0.6);
}
.featured-project-featured-img {
    min-height: 500px;
}
.fill-background {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.single .project.featured-project {
    background: transparent !important;
}
.speech-marks-image {
    position: absolute;
    height: 120px !important;
    width: 120px !important;
}

.position-relative {
    position: relative;
}

.thin-font {
    font-family: 'Montserrat';
    font-weight: 200 !important;
}

.text-centre {
    text-align: center;
}

.featured-project .entry-content {
    width: 100% !important;
}

@media (max-width: 800px) {
    .col-on-mobile {
        flex-direction: column !important;
    }
    .fill-width-on-mobile {
        width: 100%;
    }
    .mobile-margins {
        margin: 0 0 30px 0 !important;
    }
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.margin-right-auto {
    margin-right: auto !important;
}

.fixed-height-400 {
    height: 400px;
}
.tuck-it-up-with-margins {
    margin-bottom: -150px;
}
.tuck-it-down-with-margins {
    margin-top: -100px;
}
.project-image-overlay-featured {
    z-index: 99999999;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
}