body {
  margin: 0px;
  padding: 0px;
  font-family: Roboto-Thin, Helvetica, Arial;
}

h1 {
  font-size: 4vh;
}

p {
  font-size: 2.2vh;
}

#hero {
  background-image: url("../img/rory.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 100%;
  text-align: center;
}

#hero-text-container {
  text-align: right;
  color: #484848;
  display: inline-block;
  position: relative;
  top: 12%;
}

#hero-title {
  font-size: 10vw;
  margin: 0px;
  font-family: Raleway-Thin, Helvetica, Arial;
}

#hero-subtitle {
  font-size: 3vw;
  margin: 0px;
  font-family: Raleway-Light, Helvetica, Arial;
  opacity: 0.7;
  letter-spacing: 0.18vw;
  line-height: 0.2;
}

#banner {
  width: 100%;
  height: 6vh;
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  box-shadow: 0px 0px 4px #888888;
  font-size: 2.5vh;
}

#banner > * {
  margin: 0px 4vw 0px 0vw;
}

#contact {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 6vh;
  background-color: red;
}

#content {
  color: #444;
  padding-left: 50px;
  padding-right: 50px;
}

#intro {
  text-align: center;
}



#history {
  text-align: center;
}

#history > h1 {
  margin-bottom: 0px;
}

#history > h2 {
  margin-top: 0px;
}

#projects {
  text-align: center;
}

#gyrofight-title {
    position: relative;
    bottom: 8vw;
    height: 0;
}

#gyrofight-title > h1 {
  font-size: 3vw;
}

#android {
  text-align: center;
}

#flare-image {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#flare-image > div {
  
}

#contact {
  display: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  -webkit-flex-direction: row /* works with row or column */ flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.vimeo-center {
  margin: 0 auto;
  max-width: 680px;
}

.vimeo-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.vimeo-embed-container iframe, .vimeo-embed-container object, .vimeo-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #000;
  text-decoration: none;

}
#contact > a {
    font-size: 6vh;
}

#contact-button {
  cursor: pointer;
}