/*
Theme Name: Custom Theme
Author: About Image
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mydomain.co.nz
*/

body {
	background-color:#cce9f7;
}

/*
	Typography
*/

h1,h2,h3,h4,h5,h6 {
	
}

h1 {
	font-size:3.5em;
	font-family: 'Rum Raisin', sans-serif;
	color:#00aeef;
}

h2 {
	font-size: 2.2em;
	font-family: 'Rum Raisin', sans-serif;
	color:#0a739a;
}

h3 {
	font-size: 1.8em;
	font-family: 'Rum Raisin', sans-serif;
	
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

header.main {
	width: 100%;
	height: 200px;
	background-image: url(images/header-200px-h.jpg);

}

.main {

	background-color:#cce9f7;
	padding-top:25px;
	padding-bottom:25px;
}



.logo {color: white;

}

.info {
	margin-top:35px;
	font-size: 2.8em;
	font-family: 'Rum Raisin', sans-serif;
	color:#00aeef;
	line-height:10px;
}

.info a {
	color:#00aeef;

}

.info a:hover {
	color:#333333;

}

.slider { width:100%; height:450px;  }

footer.main {
	width: 100%;
	height: 150px;
	background-image: url(images/logo-rising-stars-footer.jpg);
	background-repeat: no-repeat;
	background-position: right;
	border-top: 4px solid #00aeef;
}








/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px){
	
 
}


/* Small Devices, Tablets */
@media only screen and (min-width: 768px){

	 
}
 
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px){

	
 
}
 
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px){


 
}