/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 8, 2014, 2:50:26 PM
    Author     : Udantha Pathirana
*/
body{
	font-family: 'Flamenco', cursive;
	font-size: 17px;
	font-style: italic;
}
.header{
	margin: 200px 0 0 0;
}
.header h1{
	font-family: 'noto_serifregular', serif;
	font-size: 30px;
	font-style: normal;
}
.seperator{
	height: 20px;
	width: 100%;
}
.tagline{
	
}
.about{
	margin: 20px 0;
}

.getoknow{
	margin: 20px auto;
	
	width: 245px;
	
	cursor: pointer;
}
.text{
	background: #ED685A;
	color: #FCE5E3;
	line-height: 45px;
	width: 100%;
	height: 45px;
	transition: background-color 0.5s ease;
	border-radius: 3px;
	border: 1px solid #FCE5E3;
}
.text:hover{
	transition: background-color 0.5s ease;
	background: #FCE5E3;
	color: #ED685A;
	border: 1px solid #ED685A;
}
.buttons{
	display: none;
	width: 100%;
	height: 45px;
}

.li-connect-text{
	font-style: normal;
	font-size: 14px;
}
.contact{
	margin: 20px 0 0 0;
	font-size: 13px;
}
.contact a,
.contact a:hover{
	color: #333333;
	text-decoration: none;
}
.contact a:hover{
	color: #c0c0c0;
}