@font-face { 
	font-family:Raleway;
	src:url(Raleway-Light.otf);	
}



body {
	background-color: #ffffff;
	font-family: "Verdana", "Tahoma", "Arial";
}



/*   Container
************************************/

.container{
	max-width:850px;
	margin:auto;
}


/*   Typo
************************************/
p {
	font-size: 1em;
	line-height: 1.7em;
}

/*   Content
************************************/

.content{
	color:#808080;
	text-decoration:none;
	padding: 5px;
}

.content a{
	color:#808080;

	text-decoration:none;
}

.content a:hover{
	color:#808080;
	text-decoration:underline;
}


.content h1{
	color:#808080; 
	font-size:2em; 
	font-weight:regular;
	margin: 20px 0px;
	text-decoration:none;
}

.content h2{
	color:#808080;
	font-size: 1.1em;
	font-weight:bold;
	text-decoration:none;
}


.content h3{
	color:#808080; 
	font-size:15px; 
	font-weight:bold;
	text-decoration:none;
}



.content h4{
	color:#9c9c9c; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}


img {
	max-width: 100%;
	height: auto;
}




/*   Navigation
************************************/

.navbar-default{
	border:0px;
}

.navigation{
	color:#a6a6a6; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navigation a{
	color:#a6a6a6; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navigation a:hover{
	color:#7d7d7d; 
	font-size:18px; 
	font-weight:lighter; 
	text-decoration:none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: right;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}






/*   Logo-Header
************************************/

.header{
	color:#949494; 
	font-size:18px; 
	font-weight:bold; 
	text-decoration:none;
}

.logo{
	opacity:0.7;
}


/*   Rounded Corners
************************************/
.blueboxround {
    	border-radius: 25px;
   	background: #ecf1f4;
    	padding: 20px;
    	margin: 3px;
    	width: 260px;
    	height: 260px; 
}

.blueboxround2 {
    	border-radius: 25px;
   	background: #ecf1f4;
    	padding: 20px;
    	margin: 3px;
    	width: 210px;
    	height: 260px; 
}



/*   Button
************************************/


.btn a{
	color:#ffffff;

	text-decoration:none;
}

.button a:hover{
	color:#808080;
	text-decoration:underline;
}


