@charset "UTF-8";
/* CSS Document */

html,body {
	height:100%;
	color:#ff5f76;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	font-size:12px;
	min-width:1200px;
}

.b_text {
	color:#605659; /*About text - must also change in the main content a */
}

#logo {
	float:left;
	width:19%;
	min-width:170px;
	display:block;
	height:18%;
	min-height:155px;
	border-right:1px solid rgba(208,32,43,0.2);	
	display:table-cell;
	text-align:center;
	cursor:pointer;
}

#logo img {
	vertical-align:middle;
}

#left_coloum {
	width:19%;
	min-width:170px;
	height:100vh;
	border-right:1px solid rgba(208,32,43,0.2);
	display:block;
	float:left;
	background-color : transparent;
	clear:left;
}

#top_coloum {
	height:18%;
	min-height:155px;
	width:100vw;
	border-bottom:1px solid rgba(255,95,118,0.2);
	display:block;
	position:absolute;
	top:0;
	left:0;
	float:left;
	background-color : transparent;
}

#toolbar {
	width:250px;
	float:left;
	line-height:35px;
	letter-spacing:2px;
	padding-right:3%;
	display:block;
	padding-left:4%;
	padding-top:4%;
}


a {
	text-decoration: none; 
	background:url(../images/red_dot.svg) no-repeat 0% 100%;
	white-space: nowrap;
	font-family: 'Lato', sans-serif;
	font-weight:500;
	font-size:12px;
	letter-spacing: 2px;
	color:#241f56;
	padding-bottom:3px;
}

a:hover {
	color:rgba(255,95,118,0.5);
	background:url(../images/black_dot.svg) no-repeat 0% 100%; /*toolbar HOVER links*/
}


#main_content_holder a {
	text-decoration: none; 
	background:url(../images/red_dot.svg) no-repeat 0% 100%;
	white-space: nowrap;
	color:#231f20;
	font-weight: 500;
	padding-bottom:3px;
}

#main_content_holder a:hover {
	color:rgba(255,95,118,0.5);
	background:url(../images/black_dot.svg) no-repeat 0% 100%; /*about text HOVER links*/
}

.pages {
	line-height:20px;
	float:left;
	width:450px;
	padding-top:3%;
	margin-bottom:100px;
}

.pages2 {
	line-height:20px;
	width:450px;
	padding-top:3%;
}

#main_content_holder {
	width:100%;
}

#main_content {
	width:100%;
}


#footer {
	/*position:absolute;
	bottom:-100px;*/
	padding-top:30px;
	padding-left:22%;
	padding-bottom:40px;
	font-color:#241f56;
}

.homepage_image {
	display:none;
}

.page_title {
	font-size:16px;
	font-weight:300;
	font-family:'Lato', sans-serif; 
	letter-spacing:2px; 
	color:rgba(253,171,182,1.0);
}


ul {
	color:#605659;
	list-style-image: url(../images/red_dot.svg);

}

li {
	padding-bottom:10px;
}

