@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption:700');

body{
background-color: rgba(13, 68, 41,.3);
}
.gfx{
width: 100%
}

#radius {
border-radius:25px;
}

.text {
	color: white;
	font-family: 'Mina', sans-serif;
	font-size: 1.2 em;
	
}

b {
font-family: 'PT Sans Caption', sans-serif;
}

h3{
font-family: 'PT Sans Caption', sans-serif;
text-align: center;
color: #62786a;
}

h2{
font-family: 'PT Sans Caption', sans-serif;
text-align: center;

}


ul{
list-style-position: inside;
padding: 0; 
}

a:link {
    text-decoration: none;
    color:#62786a;
}

a:visited {
    text-decoration: none;
    color:#62786a;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}