﻿#container {
	max-width: 100%;
	background: transparent;
	padding: 0;
	margin: 0 auto;

}
#masthead {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 20px 0;
	background: transparent;
}
.blanka_logo {
	width:200px;
	margin:auto;
	margin-top: 10px;
}
.blanka_logo img {	
	border-radius: 50%;
}


@font-face {
   font-family: "Urbanist";
   src: url(fonts/Urbanist-Light.ttf);
}
@font-face {
   font-family: "Playwrite";
   src: url(fonts/PlaywriteHR-VariableFont_wght.ttf);
}

#heading {
	overflow:auto;
	text-align: center;	
}


#heading h1 {
	font-family: "Playwrite";
	margin-top: 50px;
	margin-bottom: 0;
	color: #a90868;
	font-size: 36pt;
	text-align: center;
	font-weight: 400;
}
#heading h2 {
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 20px;
	color: #a90868;
	font-size: 18pt;
	text-align: center;
	text-transform: uppercase;
}


#contact {
	max-width: 100%;
	padding-top: 60px;
}
#contact p {
	font-family: "Urbanist";
	font-size: 18pt;
	font-weight: normal;
	font-style: normal;
	color: #a38877;
	line-height: 25px;
	text-align: center;
}
#contact a:link
{
	color: #6479c8;text-decoration:none;  
}
#contact a:visited
{
	color: #6479c8;text-decoration:none;
} 
#contact a:active 
{
	color: #6479c8;text-decoration:none;
}
#contact a:hover      
{ 
	color: #000;text-decoration:none;
}

#social {
	max-width:135px;
	margin: 20px auto;
	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: 900px) {
    .hcolumn {
        width: 100%;
    }
}

#contentwrapper{
max-width: 100%;
background: transparent;
margin:0 auto;
}
#maincontent {
	width: 95%;
	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: #ffd9ee;
	margin: 0px;
	padding: 1em 1em;
	clear: both;
	text-align: center;

}
#footer h5 {
	color: #a90868;
	font-size: 1.3em;
	font-weight: bold;
}

#footer h6 {
	color: #a90868;
	font-size: 0.8em;
	font-weight: bold;
}


a:link
{
	color: #00f;text-decoration:none;  
}
a:visited
{
	color: #00f;text-decoration:none;
} 
a:active 
{
	color: #00f;text-decoration:none;
}
a:hover      
{ 
	color: #f00;text-decoration:none;
}

body
{
	font-family: "Urbanist";
	margin: 0;
	color: #333;
	font-size: 16pt;
	background: #fafafa;
}



h1 
{
	font-family: "Playwrite";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	font-size: 30pt;
	text-align: center;
	font-weight: 400;
}

h2 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	font-size: 24pt;
}

h3 
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	font-size: 20pt;
}

h4
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	font-size: 18pt;
}

h5
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	font-size: 16pt;
}

h6
{
	font-family: "Urbanist";
	margin-top: 0;
	margin-bottom: 0;
	color: #a90868;
	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;

}
.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;
}
.band {
	max-width: 100%;
	margin:auto;
	padding: 20px 50px;
	text-align: left;
	border-radius: 40px;

}

.block {
	max-width: 100%;
	margin:auto;
	padding: 20px 50px;
	text-align: center;
	border-radius: 40px;

}
.block2 {
	max-width: 100%;
	margin:auto;
	padding: 5px 5px;
	text-align: center;
}

.purple {
	background-color: #d1aaf9;
}
.dpurple {
	background-color: #e053a7;
}

.dpink {
	background-color: #fa98cd;
}
.lpurple {
	background-color: #eee2fa;
}
.mpurple {
	background-color: #e0c6fa;
}

.pink {
	background-color: #fcaad6;
}
.lpink {
	background-color: #ffd9ee;
}

.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;
}

.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: #fcaad6;
	color: #fff;
}
.learn:hover {
  background-color: #d1aaf9;
  color: #fff;

  }





/* image resizing start */

.vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
  
  /* Navigation start */ 
  .vari img {
  display: block;
  height: auto;
  width: 100%;
  border: 0;
  }
  /* image resizing end */
 