body {
  
  font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  color: #000;
}

h1 {
    text-align: center;
    color: #000000;
}

p {
    text-align: center;
    color: #000000;
}


a {
    text-align: center;
    text-decoration:  none;
}


#container{

  max-width: 960px;
  margin: 0 auto;
}

.home-header{
  text-align: center;
  font-size: 25px;
  margin-top: 100px;
}

.home-menu{
  font-family: 'Poiret One', cursive, Helvetica, Arial, sans-serif;
}

.home-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-menu ul li{
  
  position: relative;
  height: 25px;
  line-height: 25px;
  margin-top: 25px;
}

.home-menu ul li .img-wrapper{
  
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  line-height: 1;
  text-align: center;

}

.home-menu ul li .icon-wrapper{
  
  line-height: 50px;
  font-size: 50px;

}

.home-menu ul li a:hover .img-wrapper{
  opacity: 1;
}

.home-menu ul li a:hover .menu-txt{
  opacity: 0;
}


.home-menu ul li img{
  height: 100%;
  width: auto;
}

.home-menu a{
  color: #2a2a2a;
  text-decoration: none;
}

.main-header{
  margin: 40px 0;
}

.main-menu{
  background: #2a2a2a;
}

.main-menu a{
  color: #fff;
  text-decoration: none;
}

.main-menu ul{
  list-style: none;
  padding: 25px 0;
  margin: 0 0 0 25px;
  position: relative;
  left: 30%;
}

.main-menu li{
  display: inline;
  padding-right: 20px;
}

.project{
    width: 50px;
    height: 50px;
    font-size: 48px;
    text-align: center; 
    line-height: 50px;
}

.project:hover{
    border: 2px solid #262626;
    cursor: pointer;
}

main {
  background: #ffffff;
  margin: 20px 0;
  padding: 10px;
}

main div {
  background: #ffffff;
  margin: 0 auto;
  color: #ffffff;
  padding: 2px;
  margin: 5px auto;
}

.about .logo {
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.about .logo img{
  width: 250px;
  height: auto;
}

.content{
  width: 640px;
  margin: 0 auto;
  text-align: justify;
}

.content p{
  text-align: justify;
}

.content a{
  text-decoration: underline;
  color: #000;
}

.navigation{
  margin: 25px 0;
}

.navigation a{
  text-decoration: none;
  color: #000;
}

.center {
  margin: 0 auto;
  width: 500px;
  background: #ffffff;
  padding: 0px;
  color: #ffffff;
}

.projects{
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
}

.projects a{
  color: #000;
}

.page-header{
  margin: 25px 0;
  text-align: center;
}

.page-header h1, .page-header h4{
  margin-bottom: 0;
}

.page-header h4{
  margin-top: 15px;
}

#footer{
  height:55px;
  background: #2a2a2a;
  margin-bottom: 10px;
}

#footer ul{
  list-style: none; 
  padding: 10px 0;
  margin: 0 0 0 25px;
  position: relative;
  left: 22%;
}

#footer ul li{
  display: inline;
}

#footer #greenlogo{
  height:30px;
  width:auto
}

#footer #fablogo{
  height:30px;
  width:auto
}

#footer #iaaclogo{
  height:35px;
  width:auto
}

#footer #commons{
  position: relative;
  left: 45%;
}