@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');

body {
    background-color: #243238;
    background-position: top left;
    background-attachment: fixed;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin:0;
    padding:0;
}

p {
    text-align: justify;
    padding: 30px 0;
}

h1 {

    font-size: 55px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 167, 169, .3);
}

a.homepage,
a.goTop{
    position:fixed;
    height:120px;
    width:120px;
    border-radius: 50%;
    background:#000;
    top:-60px;
    right:-60px;
    color:#fff;
    line-height:170px;
    text-align: left;
    font-size:30px;
    z-index:800;
}
a.goTop > i,
a.homepage > i{
    margin-left:22px;
}

a.goTop{
    bottom:-60px;
    top:auto;
    line-height:75px;
}


fieldset{
    border:1px solid #7296a5;
    margin:30px 0;
    color:#efefef;
    background-color:#1f2b30;
}
fieldset legend{
    border:1px solid #7296a5;
    background-color:#1f2b30;
    color:#efefef;
    padding:5px 20px;
}
nav{
    width:100%;
    border-top:3px solid #3c97a4;
    position:fixed;
    top:0;
    z-index:500;
}
nav ul{
    list-style: none;
    margin:0 auto;
    float:right;
}
nav ul li{
    float:left;
    background-color:#1d494f;
    border:1px solid #3c97a4;
}

nav ul li a{
    display:inline-block;
    padding:10px 30px;
    color:#fff;
    text-decoration: none;
}

.btn{
    display:inline-block;
    padding:10px 30px;
    border-radius:5px;
    cursor:pointer;
    color:#fff;
    position:relative;
    text-decoration: none;
    border:1px solid #7296a5;
    background-color:#1f2b30;
}
.btn .counter{
    min-width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    position:absolute;
    right: -25%;
    bottom: -32px;
    border-radius: 20px;
    padding:0 20px;
    background-color:#d8232b;
    border:1px solid #91171e;
    display:inline-block;
}

dl dt{}
dl dd{
	padding:10px 0 15px 10px;
	margin-bottom:15px;
	margin-left:10px;
	border-left: 1px solid #172024;
	border-bottom: 1px solid #172024;
}

dl dd small{
	background:#fff;
	color:#000;
	display:inline-block;
	border-radius: 6px;
	padding:0 6px;
}
dl dd ul li.first{
	font-weight:bold;
	list-style: none;
	padding: 0;
	margin: 0 0 0 -17px;
}


h2{
    font-size:35px;
}
h3{
    font-size:20px;
}