
* {
  margin: 0;
  padding: 0;
}
/* header styles */
header {
  background-color: #151F2C;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
 

}

 .logo {
  background-repeat: no-repeat;
  width: 300px;
  float: left;
  margin-top: 35px;

}


header ul {
   margin-top: 50px;
	padding: 0;
  	display: flex;
	list-style-type: none;
	float: right;
}

li {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

header a {
  display: block;
  width: 6em;
  margin: 0 25px;
  padding: .5em 1em;
  text-decoration: none;
  text-align: center;
  letter-spacing: .1em;
  color: #fff;
  background-color: #2A3E55;
  border-radius: 8px;

  box-shadow: 0 4px 2px rgba(0,0,0,.5);
   position: relative;
  top: 0px;
  transition:  
    background-color 0.2s,
    top 0.1s, 
    box-shadow 0.1s; 
}

header a:hover, a:focus {
background-color: #88a5c4;
border-color: #88a5c4;

}

 header a:active {
  top: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,.5);
}

/* h1 h2 h3 styles */

  h1
  {
  color: #092834;
  text-align: center;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: -60px;

  }

  h2 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #092834;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;


  }

/* body styles */

#container {
min-height: 100%;
background-image: url(images/watercolor.png);
margin: 0;
padding: 0;
background-repeat: no-repeat;
}

#main {
  overflow: auto;
  padding: 100px;
  text-align: center;

}

/* Gallery */
div.gallery {
  margin: 10px;
  border: 1px solid #ccc;
  display: inline-block;
  width: 300px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}
/* footer styles */
footer {
position: relative;
background-color: #2A3E55;
bottom: 0;
width: 100%;
height : 100px;
padding: 0;

}

footer a {
   text-decoration: none;
   color: #fff;


}

footer ul {
  margin-top: 30px;
  list-style-type: none;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;

}

footer li {
  margin-top: 30px;
  display: inline-flex;

}

/* footer link styles */

 footer a:hover {
  color:  #88a5c4;

}

footer a:active {
  color: #7ac299;
}
