﻿#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;
}
.anastasia_logo {
	width: 60%;
	margin: 30px auto;
	padding-bottom: 0;
}
.anastasia_logo img {	
	border-radius: 50%;
}

#heading {

	overflow:auto;
	text-align: center;
	
}
@font-face {
   font-family: "Courgette";
   src: url(fonts/Courgette-Regular.ttf);
}

@font-face {
   font-family: "Urbanist";
   src: url(fonts/Urbanist-Light.ttf);
}

#heading h1 {
	font-family: "Courgette";
	margin-top: 50px;
	margin-bottom: 0;
	color: #080808;
	font-size: 42pt;
	text-align: center;
	line-height: normal;
	font-weight: lighter;
}
#heading h2 {
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 10px;
	color:#080808;
	font-size: 20pt;
	text-align: center;
	line-height: normal;
}

#contact {
	max-width: 100%;
	padding-top: 70px;

}
#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: 80px;
}
#social {
	max-width:45px;
	margin: auto;
	margin-top: 20px;
	border-width: 0px;
	
}
.icon {
	max-width: 32px;
	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: #ebf8fa;
margin:0 auto;

}
#maincontent {
	max-width: 1200px;
	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: #080808;
	font-size: 1.4em;
	font-weight: bold;
}

#footer h6 {
	color: #080808;
	font-size: 0.7em;
	font-weight: bold;
}


a:link
{
	color: #bd76d1;
	text-decoration: none;
}
a:visited
{
	color: #bd76d1;text-decoration:none;
} 
a:active 
{
	color: #bd76d1;text-decoration:none;
}
a:hover      
{ 
	color: #b24dcf;text-decoration:none;
}

body
{
	font-family: "Urbanist";
	margin: 0;
	color: #333;
	font-size: 20pt;
	background-color:#faede0;
}



h1 
{
	font-family: "Courgette";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 30pt;
	text-align: center;
}

h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 24pt;
}

h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 20pt;
}

h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 18pt;
}

h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 16pt;
}

h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #ff41b5;
	font-size: 12pt;
}



p {
	font-family: "Urbanist";
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #666;
	line-height: 25px;
	margin-bottom: 0px;
	margin-top: 0px;

}
hr {
	width: 100%;
	color: #91695f;
}
.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;
}
.block {
	max-width: 100%;
	margin:auto;
	padding: 20px 50px;
	text-align: center;

}
.purple {
	background-color: #9a78cd;
}
.sand {
	background-color: #faede0;
}
.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: 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;
}
.noborder {
	border-width: 0px;
}
.locate {
	text-align: center;
}


.button {
  
  border: none;  
  padding: 20px 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  	-moz-border-radius:30px;
	border-radius:30px;
}


.learn {
	background-color: #ff41b5;
	color: #fff;
}
.learn:hover {
  background-color: #c59;
  color: #fff;

  }

/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
 