

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



 body{
  background-image: url("../img/bg.png");
  background-color: #003048;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: center; 
  color: #fff;
 }

 a{
   color: #fff;
 }

a:hover{
  color: #fff;
}

h1{
  background-image: url("../logo.svg");
  background-repeat: no-repeat;
  background-position: center; 
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 200px;
  margin: 60px auto 0px auto;
  background-size: contain;
}

.row{
  margin-top: 100px;
}












