/* Enter Your Custom CSS Here */
.header {
	background-image: url('http://stokes-contractors.com.au/wp-content/uploads/2017/10/header-background-02.jpg');
  	background-position: center center;
  	background-repeat: repeat-y;
}

.logo {
	margin: 20px 0px;
}
.img-responsive {
	max-width: 80%;
}
.social-icons__link {
	color: #2e2e2e;
}

.widget-icon-box .icon-box {
	color: #fff;
}

.navigation {
	border: solid 2px #5d5b5b;
}

.navigation--main {
	font-size: 20px;
}


.header-light .icon-box .fa {
	color: #fd1e10;
}

.icon-box__title {
	color: #000;
  	font-size: 16px;
}

.header-light .icon-box__subtitle {
	color: #555555;
}

//Reset font-sizes:
html {
    font-size: 12px;
}

body {
	font-size: 16px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small { font-size: 75%; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 85%; }

h1, .h1 { font-size: 38px; }

h2, .h2 { font-size: 32px; }

h3, .h3 { font-size: 26px; }

h4, .h4 { font-size: 20px; }

h5, .h5 { font-size: 16px; }

h6, .h6 { font-size: 14px; }

.lead {font-size: 18px;}

small, .small { font-size: 95%; }

.rslides {border: solid 1px #5d5b5b};

.banner__text {
	color: #ffffff !important;
  	font-size: 25px !important;
}
@media (min-width: 768px) { 
.lead { font-size: 23px; } }