@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto|Roboto+Mono:400,700');

html, body {
  height: 100%;
  width: 100%;
  color: #fff;

text-shadow: 0 0 5px #000;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono', serif;
}


#welcome-section {
  top: 0;
  height: 100vh;
  width: 100vw;
}


h1 {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  vertical-align:middle;
}

li {
    font-size: 1em;
  display: inline-block;
    padding: 1em 2em;
  text-align:center;
  float: right;
}

.navbar {
/*   #FFECC0 */
  font-size: 1em;
  width: 100%;
/*   background: #f5f7f9; */
  
}

p {
  text-align: center;
}

a{
  
 color: #333333;
  color: #FA2A00;
/*   #FFFFD8;  #FFF6E0; */
  text-decoration: none;
  
}

#main-info {
  padding: 45vh 0 40vh 0;
}

h2 {
  color: #333333;
  text-align: center;
  padding: 60px;
  margin: 0 auto;
}

.item {
  width: 70px;
  height: 70px;
  background-color: #eef;
}
