﻿#container {
	max-width: 100%;
	background: transparent;
	padding: 0;
	margin: 0 auto;

}
#masthead {
	width: auto;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	}
.thehut-logo {
	width: 50%;
	margin: 25px auto;
	padding-bottom: 0;
}
.thehut-logo img {	
	border-radius: 50%;
}

#heading {

	overflow:auto;
	text-align: center;	
}

@font-face {
   font-family: "Urbanist";
   src: url(fonts/Urbanist-Light.ttf);
}

@font-face {
   font-family: "Bungee";
   src: url(fonts/BungeeShade-Regular.ttf);
}

#heading h1 {
	font-family: "Bungee";
	margin-top: 15px;
	margin-bottom: 0;
	color: #fff;
	font-size: 56pt;
	text-align: center;
	
}
#heading h2 {
	font-family: "Urbanist";
	margin-top: 0;
	color: #fff;
	font-size: 17pt;
	text-align: center;
	margin-bottom: 20px;
	line-height: 40px;
}

#contactwrapper {
	max-width: 100%;
	margin-bottom: 50px;

}
#contact {
	max-width:130px;
	margin: auto;
	margin-top: 30px;
	border-width: 0px;
	
}

#contact p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: bolder;
	font-style: normal;
	color: #91695f;
	line-height: 25px;
	text-align: center;
}
#contact a:link
{
	color: #666;text-decoration:none;  
}
#contact a:visited
{
	color: #666;text-decoration:none;
} 
#contact a:active 
{
	color: #666;text-decoration:none;
}
#contact a:hover      
{ 
	color: #080808;text-decoration:none;
}
#socialwrapper {
	width: 100%;
	padding-bottom: 120px;
}
#social {
	max-width: 65px;
	margin: auto;
	margin-top: 0px;
	border-width: 0px;
	
}
.icon {
	max-width: 48px;
	float: left;
	padding: 5px;
	border: none;
	
}
.hrow {
	max-width: 1200px;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 20%;

}
.hmiddle {
    width: 60%;

}
.hright {
    width: 20%;
}
/* Clear floats after the columns */
.hrow:after {
    content: "";
    display: table;
    clear: both;
}
 /* Responsive layout - when the screen is less than 600px wide, make the three columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
max-width: 100%;
background: #fff;
margin:0 auto;

}
.maincontent {
	max-width: 100%;
	margin: 0 auto;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#footer {
max-width: 100%;
background-color: transparent;
	margin: 0px;
	padding: 1em 1em;
	clear: both;
	text-align: center;
}
#footer h5 {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}

#footer h6 {
	color: #fff;
	font-size: 0.7em;
	font-weight: bold;
}


a:link
{
	color: #048dc2;
	text-decoration: none;
}
a:visited
{
	color: #048dc2;text-decoration:none;
} 
a:active 
{
	color: #048dc2;text-decoration:none;
}
a:hover      
{
	color: #00f;
	text-decoration: none;
}

body
{
	font-family: "Urbanist";
	margin: 0;
	color: #333;
	font-size: 20pt;
	background-color: #000;
}



h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #cf0170;
	font-size: 30pt;
	text-align: center;
}

h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #cf0170;
	font-size: 24pt;
}

h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #cf0170;
	font-size: 20pt;
}

h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 18pt;
}

h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 16pt;
}

h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
	font-size: 12pt;
}



p {
	font-family: "Urbanist";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
hr {
	width: 100%;
	color: #000;
}
.list li
{
	color: #666;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	line-height: 25px;
}
.numberlist li
{
	color: #666;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	list-style-type: decimal;
	line-height: 25px;
}
.heartlist li
{
	color: #666;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	line-height: 25px;
	list-style-image: url('images/heart.png');
}
.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.noborder {
	border-width: 0px;
}
.band {
	max-width: 100%;
	margin:auto;
	padding: 10px 10px;
	text-align: left;
}

.block {
	max-width: 100%;
	margin:auto;
	padding: 20px 50px;
	text-align: center;

}

.bg01 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("images/homepage/splash.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	
}
.palerblue {
	background-color: #caf0ff;
}
.strongblue {
	background-color: #048dc2;
}

.dpink {
	background-color: #fa98cd;
}
.lpurple {
	background-color: #eee2fa;
}
.mpurple {
	background-color: #e0c6fa;
}

.pink {
	background-color: #cf0170;
}
.lpink {
	background-color: #f5e7ee;
}

.white {
	background-color: #fff;
}


.inverse a:link
{
	color: #ff0;text-decoration:none;  
}
.inverse a:visited
{
	color: #ff0;text-decoration:none;
} 
.inverse a:active 
{
	color: #ff0;text-decoration:none;
}
.inverse a:hover      
{
	color: #ff0;
	text-decoration: underline;
}

.inverse h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 30pt;
	text-align: center;
}

.inverse h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 24pt;
	text-align: center;
}

.inverse h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 20pt;
}

.inverse h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 18pt;
}

.inverse h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16pt;
}

.inverse h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 12pt;
}



.inverse p {
	font-family: "Urbanist";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;

}
.inverselist li
{
	color: #fff;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
}
.inversenumber li
{
	color: #fff;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	list-style-type: decimal;
}

/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
 