body {
    padding: 0;
    margin: 0;
    background: #00579c;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
  
  /*--- navigation bar ---*/
  
.navbar {
    position: relative;
}

.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}

/* content */

h1 {
    font-weight: 600;
  	font-size: 32px;
    color:#f5bf21;
}
h2 {
    color:#f5bf21;
    font-weight: 600;
	  font-size: 24px;
}
p { 
  font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

/* links */
a {
	color:#f5bf21; 
  text-decoration:underline;
}

a:link { 
	color:#f5bf21; 
	text-decoration:underline;
}

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

a:hover { 
	color:#D53324;
	text-decoration:underline;
}

a:active {
	color:#f5bf21;
	text-decoration:underline;
}