﻿/* Colours */
.bg-white {
    background-color: #ffffff;
}
.bd-top {
    border-top: 1px solid #efefef;
}
.bd-bottom {
    border-bottom: 1px solid #efefef;
}
.text-orange {
    color: #fcaf17;
}
.btn-orange {
    background-color: #fcaf17;
    color: #ffffff;
}
.text-heading {
    font-family: 'Lato', sans-serif !important;
    text-transform: none !important;
    font-weight: 300 !important;
    color: #333 !important;
    font-size: 21px; /* ??? */
}
h4.text-heading {
    font-family: 'Lato', sans-serif !important;
    text-transform: none !important;
    font-weight: bold !important;
    color: #333 !important;
    font-size: 18px;
	text-align: left;
}
.text-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #999 !important;
    font-size: 16px;
    line-height: 24px;
}

.carousel-item .text-body {
    color: #000000 !important;
    padding-left: 60px;
    padding-right: 60px;
}
.section-title {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.category img {
    width: 100%;
    height: auto;
}
.category h2 {
    padding-top: 20px;
    padding-bottom: 10px;
}
.category p {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-top .sm-icon a {
    position: relative;
    color: white !important;
    background: #fcaf17;
    width: 27px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 2px;
    border: #fcaf17;
}
.footer-top .text-heading {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.footer-top {
    margin-top: 30px;
    background: #808080;
    padding-bottom: 30px;
    padding-top: 30px;
}

/* Overrides */
.header.masthead {
    background-color: #ffffff;
}

header.masthead .overlay {
    background-color: #ffffff;
    opacity: 1;
}
.footer {
    background-color: #F3F3F3;
    color: #999999;
}
.footer a {
    color: #999999;
}
.features-icons {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff !important;
    margin-top: 20px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.carousel-caption {
    left: 20px;
    right: 20px;
}

.title {
    font-family: 'Permanent Marker', cursive;
    text-align: center;
    font-size: 160px;
    color: #ff00a9
}

.nav-link {
	color: black !important;
}

/* Change the selected tab color to orange */
.nav-link.active {
	color: orange !important;
}