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

body, td, th {
	font-family: 'Arial', sans-serif;
    font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	font-size: 18px; /* Default 16px */
}
p {
	line-height: 2em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial', sans-serif;
    font-weight: normal;
}

/* MOBILE HEADINGS */
h1 {
	font-size: 32px; /* Default 40px */
}
h2 {
	font-size: 26px; /* Default 32px */
}
h3 {
	font-size: 24px; /* Default 28px */
}
h4 {
	font-size: 22px; /* Default 24px */
}
h5 {
	font-size: 20px; /* Default 20px */
}
h6 {
	font-size: 18px; /* Default 16px */
}
/* END MOBILE HEADINGS */


a:link {
	color: #00aeef;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	color: #00aeef;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #00aeef;
}


/* COLOURS */
.white {
	color: #ffffff;
}
.cyan {
	color: #00aeef;
}
.magenta {
	color: #ec008c;
}
.orange {
	color: #f7941d;
}
.lime {
	color: #b2d236;
}

/* BUTTONS */
.btn-cyan {
	background-color: #00aeef;
	color: #FFF;
	border-radius: 0px;
}
.btn-cyan:hover {
	background-color: #00aeef;
	color: #FFF;
	border-radius: 0px;
}
.btn-white {
	background-color: #FFF;
	color: #00aeef;
	border-radius: 0px;
}
.btn-white:hover {
	background-color: #FFF;
	color: #00aeef;
	border-radius: 0px;
}

/* SECTION CYAN */
.section-cyan {
	background: #00aeef;
	color: #ffffff;
}
.section-cyan a:link {
	color: #ffffff;
	text-decoration: none;
}
.section-cyan a:visited {
	color: #ffffff;
	text-decoration: none;
}
.section-cyan a:hover {
	color: #ffffff;
	text-decoration: none;
}
.section-cyan a:active {
	color: #ffffff;
	text-decoration: none;
}

/* SECTION GREY */
.section-grey {
	background: #eeeeee;
	color: #000000;
}
.section-grey a:link {
	color: #00aeef;
	text-decoration: none;
}
.section-grey a:visited {
	color: #00aeef;
	text-decoration: none;
}
.section-grey a:hover {
	color: #00aeef;
	text-decoration: none;
}
.section-grey a:active {
	color: #00aeef;
	text-decoration: none;
}


@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}


/* TEXT ALIGNS */
.text-left-not-xs {
    text-align: left;
}
.text-center-not-xs {
    text-align: center;
}
.text-right-not-xs {
    text-align: right;
}
@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
}
/* 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;
}
}


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


/* LG - Large Devices, Desktops */
@media (min-width: 992px) {
.container {
	max-width: 960px;
}
	
/* DESKTOP HEADINGS */
h1 {
	font-size: 40px; /* Default 40px */
}
h2 {
	font-size: 32px; /* Default 32px */
}
h3 {
	font-size: 28px; /* Default 28px */
}
h4 {
	font-size: 24px; /* Default 24px */
}
h5 {
	font-size: 20px; /* Default 20px */
}
h6 {
	font-size: 16px; /* Default 16px */
}
/* END DESKTOP HEADINGS */	

}


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