/*
Theme Name: Blue Moon 2018
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, td, th {
	font-family: 'Montserrat', sans-serif;
	color: #373435;
	background-color: #ffffff;
}
p {
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

a:link {
	color: #373435;
	text-decoration: none;

}
a:hover {
	color: #373435;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #373435;
}
a:active {
	text-decoration: none;
	color: #373435;
}

/* PADDING / MARGINS */
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}

/* COLOURS */
.white {
	color: #000000;
}


/* SECTION GREY */
.section-grey {
	background: #373435;
	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;
}


/* SECTION BLUE */
.section-blue {
	background: #98b2CE;
	color: #ffffff;
}
.section-blue a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-blue a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.section-blue a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-blue a:active {
	color: #ffffff;
	text-decoration: none;
}



/* 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 */





/* 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;
}
.text-align-left-desktop-center-phone {
	text-align: center;
}
.text-align-right-desktop-center-phone {
	text-align: center;
}
}

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

/* LG - Large Devices, Desktops */
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
.text-align-left-desktop-center-phone {
	text-align: left;
}
.text-align-right-desktop-center-phone {
	text-align: right;
}
}

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

/* 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
}
