﻿#container {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#masthead {
	width: auto;
	height: auto;
	margin: 0;
	overflow: auto;
	background-color: transparent;
	
	}
	#header-logo {
	max-width: 600px;
	border-width: 0;
	margin:5px auto;

}


@font-face {
   font-family: "Urbanist";
   src: url(fonts/Urbanist-Light.ttf);
}


.nav-title a:link
{
	color: #093;
	text-decoration: none;
}
.nav-title a:visited
{
	color: #093;text-decoration:none 
} 
.nav-title a:active 
{
	color: #093;text-decoration:none
}
.nav-title a:hover      
{ 
	color: #033;text-decoration:none
}



#contact {
	width: 100%;
	border-width: 0;
	margin:auto;
	margin-top: 80px;

}
#contact p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: 25px;
	text-align: center;
}
#contact a:link
{
	color: #fff;text-decoration:none  
}
#contact a:visited
{
	color: #fff;text-decoration:none 
} 
#contact a:active 
{
	color: #fff;text-decoration:none
}
#contact a:hover      
{ 
	color: #ffc;text-decoration:none
}

#social {
	width: 100%;
	border-width: 0;
	margin-top:100px;
	padding-bottom: 100px;
}

.icon {
	width: 32px;
	margin: 5px auto;
	border-width: 0px;
	
}

.hrow {
	max-width: 80%;
	margin: auto;
}
.hcolumn {
    float: left;
}

.hleft {
    width: 15%;

}
.hmiddle {
    width: 70%;

}
.hright {
    width: 15%;
}
/* 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: 920px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
background-color: #fcf6db;
width: 100%;
margin: auto;
border-top: 0px #093 solid;
}
#maincontent {
	width: 95%;
	margin: 0 auto;
	background-color: transparent;

}
.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
margin-bottom: 0;
}

#footer {
	background-color: transparent;
	width: 100%;
	padding: 1em 0;
	clear: both;

}

#footer h5 {
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #429198;
	font-size: 1.2em;
	text-align: center;
}




maincontent a:link
{
	color: #36c;text-decoration:none  
}
maincontent a:visited
{
	color: #36c;text-decoration:none 
} 
maincontent a:active 
{
	color: #36c;text-decoration:none
}
maincontent a:hover      
{ 
	color: #36c;text-decoration:underline
}

body {
	height: 100%;
	background: #40095d;
	font-size:20px;
	color: #765745;
	margin: 0;
	font-family: "Urbanist";
	}

h1 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #755b9c;
	font-size: 28pt;
	text-align: center;
}

h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #755b9c;
	font-size: 20pt;
}

h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #429198;
	font-size: 18pt;
}

h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #429198;
	font-size: 16pt;
}

h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #429198;
	font-size: 14pt;
}

h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #429198;
	font-size: 12pt;
}



p {
	font-family: "Urbanist";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #000;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.list li
{
	color: #000;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	line-height: 30px;
}
.numberlist li
{
	color: #000;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Urbanist;
	list-style-type: decimal;
	line-height: 30px;
}

.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.block {
	max-width: 100%;
	margin:auto;
	padding: 20px 50px;

}
.purple {
	background-color: #755b9c;
}
.green {
	background-color: #429198;
}
.lpurple {
	background-color: rgba(117,91,156,0.1);
}
.lgreen {
	background-color: rgba(66,145,152,0.1);
}

.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: 24pt;
	text-align: center;
}

.inverse h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 20pt;
	text-align: center;
}

.inverse h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 18pt;
}

.inverse h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 16pt;
}

.inverse h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 14pt;
}

.inverse h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 12pt;
}



.inverse p {
	font-family: "Urbanist";
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;

}
.inverselist li
{
	color: #fff;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	line-height: 30px;
}
.inversenumber li
{
	color: #fff;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: "Urbanist";
	list-style-type: decimal;
}



.justify {
	text-align: justify;
}

.centertext {
	text-align: center;
}
.noborder {
	border-width: none;	
}



/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
    
  /* Navigation start */ 
 #rc_logo {
	left: 30px;
	padding: 17px;
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

#rc_logo a { 
color: inherit; 
text-decoration: none;
} 

.rc_nav {
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  z-index: 6;
}

.rc_nav a {
 display: inline-block;
 margin-right: -4px;  /* inline-block gap fix */
 color: #fff;
 padding: 22px 22px;
 text-decoration: none;
 font-family: Arial;
 font-size: 18px;
 -webkit-transition: background 0.3s linear;
 -moz-transition: background 0.3s linear;
 -ms-transition: background 0.3s linear;
 -o-transition: background 0.3s linear;
 transition: background 0.3s linear;
 z-index: 9;
}

.rc_nav a:hover {
  background-color: transparent;
  color: #ffc;
}

.rc_nav .icon {
  display: none;
}

.rc_content {
  text-align: center; 
  padding-left:14px; 
  font-family: Arial; 
  margin-top: 100px;  
  color: rgba(0,0,0,0.7);
}


@media screen and (max-width: 820px) {
  .rc_nav a {display: none;}
  .rc_nav a.icon {
    float: right;
    display: block;
    width: 60px;
  }
}

@media screen and (max-width: 820px) {
  .rc_nav.responsive {position: relative; top: 73px;}
  .rc_nav.responsive .icon {
    position: fixed;
    right: 0;
    top: 0;
  }
  .rc_nav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

}

/* Navigation end */ 


