/*
Theme Name: Bootstrap 4
Theme URI: http://www.macstudio.co.nz
Author: Jon Clamp
Author URI: http://www.macstudio.co.nz
Description: Bootstrap 4
Version: 1.0
License: MacStudio Limited
License URI: http://www.macstudio.co.nz
Tags: hello
Text Domain: bootstrap4
*/

body {
	background-color: #08507d;
	color: #555;
	font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
	font-size: 18px; /* Default 16px */
	line-height: 1.6em;
}
img {
	height:auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 p {
    font-family: 'Barlow Condensed', Helvetica, Arial, sans-serif;
}

h1,
.h1 {
	color:#1b75b7;
	font-size: 38px; /* Default 40px */
	font-weight: 700;
}
h2 {
	color:#08507d;
	font-size: 28px; /* Default 32px */
	font-weight: 700;
}
h3 {
	color:#333;
	font-size: 24px; /* Default 28px */
}
h4 {
	font-size: 22px; /* Default 24px */
}
h5 {
	font-size: 18px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
p {
	font-size:18px;
}

h1.display-4 {
	color:#1b75b7;
	font-weight:700;
}

a:link,
a:visited,
a:active {
	color: #08507d;
	text-decoration: none;
}
a:hover {
	color: #1b75b7;
	text-decoration: none;
}

a:hover img { opacity:0.8; }


/* PADDING / MARGINS */
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
/* COLOURS */
.white {
	color: #ffffff;
}
.blue {
	color: #1b75b7;
}
.dark-blue {
	color: #08507d;
}

/* BACKGROUNDS */
.bg-blue {
	background-color: #1b75b7;
}
.bg-dark-blue {
	background-color: #08507d;
}
.bg-blue-gradient {
	background-image: linear-gradient(135deg, #1b75b7, #08507d);
}
.bg-white {
	background-color: #fff;
}

.carousel-item {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height:400px;
	opacity: 0.8;
}

@media only screen and (min-width: 767px) {

.carousel-item {
	height:450px;
}

}

@media only screen and (min-width: 992px) {

.carousel-item {
	height:550px;
}

}

@media only screen and (min-width: 1200px) {

.carousel-item {
	background-attachment: fixed;
	background-size: 100% auto;
}

}

/* SECTION DARK */
.section-dark {
	background: #08507d;
	color: #ffffff;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p {
	color:#FFF;
}
.section-dark a:link,
.section-dark a:active,
.section-dark a:visited {
	color: #DDD;
	text-decoration: none;
}
.section-dark a:hover {
	color: #1b75b7;
	text-decoration: none;
}

/* SECTION DARK GREY */
.section-dark-grey {
	background: #444;
	color: #ffffff;
}
.section-dark-grey h1,
.section-dark-grey h2,
.section-dark-grey h3,
.section-dark-grey h4,
.section-dark-grey h5,
.section-dark-grey h6,
.section-dark-grey p {
	color:#FFF;
}
.section-dark-grey a:link,
.section-dark-grey a:active,
.section-dark-grey a:visited {
	color: #DDD;
	text-decoration: none;
}
.section-dark-grey a:hover {
	color: #1b75b7;
	text-decoration: none;
}

/* SECTION CONCRETE */
.section-concrete {
	background-color:#DDD;
	background-image: url(images/bg-concrete.png);
	background-size:300px;
}
@media (min-width: 1200px) {
.section-concrete {
	background-attachment: fixed;
}
}

/* SECTION GREY */
.section-grey {
	background: #999999;
	color: #ffffff;
}
.section-grey a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-grey a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.section-grey a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-grey a:active {
	color: #ffffff;
	text-decoration: none;
}

/* BUTTONS */
.btn-primary,
.wpforms-submit {
	background:#08507d !important;
	border:none !important;
	border-radius:6px !important;
	color:#FFF !important;
	font-size:15px;
	font-weight:700;
}
.btn-primary:hover,
.wpforms-submit:hover {
	background:#CCC !important;
	color:#FFF !important;
}


/* CAROUSEL CAPTION */

.carousel-caption {
	display:none;
}

@media (min-width: 576px) {
	
.carousel-caption {
	bottom: initial;
	display:block;
	margin:auto;
	max-width:700px;
	top: 50%;
	transform: translateY(-50%);
}

}

.rounded {
	border-radius: 8px !important;
}


/* TEXT ALIGNS */
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}
@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
/* END TEXT ALIGNS */


.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p {
	color:#FFF;
}

.widget-title {
	padding:20px;
}

.wpforms-confirmation-container-full {
	background:none !important;
	border:none !important;
}






/* XS - Extra Small Devices, Phones */ 
/*@media (min-width : 320px) {
.container {
	max-width: 290px;
}
.text-align-left-desktop-centre-phone {
	text-align: center;
}
.text-align-right-desktop-centre-phone {
	text-align: center;
}
}*/


/* SM - Small Devices, Phones*/
@media (min-width: 576px) {
.container {
	max-width: 540px;
}
}


/* MD - Medium Devices, Tablets */
@media (min-width: 768px) {
.container {
	max-width: 720px;
}
}


/* LG - Large Devices, Desktops */
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
	
}


/* XL - Large Devices, Wide Screens */
@media (min-width: 1200px) {
.container {
	max-width: 1180px;
}
}


/* XXL - Large Devices, Wide Screens */
@media (min-width: 1600px) {
.container {
	max-width: 1540px;
}
}


/* WORDPRESS */
.alignleft {
	float: left;
	margin-right: 15px
}
.alignright {
	float: right;
	margin-left: 15px
}
