html { 
  background: url(https://i.imgur.com/706wlV0.jpg) no-repeat center center fixed; 
  background-size: cover;
}


div {
float: left;
}

body {
  margin-top: 0%
}

#container {
    bottom: 0;
    width: 70%;
    margin-left: 15%;
    border-width: 2px;
    border-color: black;
    border: solid;
    height: 0%;
    background-color: #232936;
    box-shadow: 0px 2px 5px 5px #000;
}

.img-sub {
    width: 50%;
    float: left;
}


.img-main {
    width: 100%;
    margin-top: 50px;
}

.mini-essay {
    font-size: 30pt;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #232936;
}



#menubar {
    width: 100%;
    height: 60px;
    background-color: black;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 1px 5px 5px #000;
}

a {
    text-decoration: none;
    color: white;
}

.menu-button {
    width: 100px;
    height: 50px;
    color: white;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}

.logo {
    height: 60px;
    width: auto;
    margin-left: 30px;
}

.ButtonStyle {
    margin-left: 5px;
    width: 225px;
    padding-top: 10px;
    max-height: 10%;
}



/*start of animated hover text*/
.ButtonStyle {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ButtonStyle:after {    
  background: none repeat scroll 0 0 transparent;
  top: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  background: #ffce1f;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.ButtonStyle:hover:after { 
  width: 100%; 
  left: 0; 
}

/*animated texts*/

