/*@import url('https://fonts.googleapis.com/css?family=Arvo:400|Open+Sans:400,700,300');*/

.welcome {
    font: 58px/58px 'Open Sans', sans-serif;
    padding: 20px 0;
    font-weight: 100;
color: white;
vertical-align: middle;
}

p {
    color: #bbb;
    font: 14px 'Open Sans', Arial, sans-serif;
  

}
p{
    margin-bottom: 10px;  
    line-height: 24px;
}
a{
	color: #2b85b5;	
}

a:hover{
	color:#96d7fa;	
}

h1, h2, h3, h4, h5, h6{
    text-transform: none;
}

h1{
    font: 34px  'Open Sans', Arial, sans-serif;
    font-weight: 400;
  margin-bottom: 20px; 
}

h2{
    font: 28px 'Open Sans', Arial , sans-serif;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 10px;
/*    margin-top: 20px; */
}

h3{
    font: 26px 'Open Sans', Arial, sans-serif;
    line-height: 31px;
    font-weight: 400;
    margin-bottom: 10px;
/*        margin-top: 20px; */
}

h4{
    font: 24px 'Open Sans', Arial, sans-serif;
    line-height: 29px;
    font-weight: 400;
    margin-bottom: 10px;
/*        margin-top: 20px; */
}

h5{
    font: 22px 'Open Sans', Arial, sans-serif;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 10px;
}

h6{
    font: 20px 'Open Sans', Arial, sans-serif;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #ddd;
}