@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,600,700,800,900');

body{
    padding:2% 10% 10% 10%;
    color: #6a695e;
    font-size:14px ;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
a{
    color: #30a8ad;
    text-decoration: none;
    font-weight: bold;
}
a:hover{
    color: #868686;
}

p ,ul,li {
    color: #6a695e;
    line-height: 30px;
    padding: 0;
    margin: 0;
}
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #4d4d4d;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
h2 a{
    color: #4d4d4d;
    font-weight: 500;
}
h2 a:hover{
  color: #4d4d4d;
}
