@import url('https://fonts.googleapis.com/css?family=Raleway:100,400&display=swap');

html {
  height: 100vh;
  overflow: hidden;
}

body {
  background-image: url(images/reflective_lake_small.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#f3f3f3;
  font-family: 'Raleway', sans-serif;
  color: #333333;
  min-height: 100vh;
  margin: 0;
}

h1 {
  color: #333333;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 2em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin: 0;
}

a {
  color: #333333;
}

p {
  margin: 0 0 15px 0;
}

.wrapper {
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.main {
  display: flex;
  height: 90vh;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}

.ga {
  width: 8em;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin: 0.5em;
  font-size: 2.5em;
  text-align: center;
  min-height: 1.5em;
}

.icon {
  padding: 1em;
  margin-top: 1em;
  font-size: 1.5em;
}

.icon:hover {
  color: #2b90d9;
}

.bottom-container {
  display: flex;
  align-items: flex-end;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
  line-height: 12px;
  background: #333333;
  padding: 10px 20px 10px 20px;
  margin-top: auto;
}

.bottom {
  padding-bottom: 0px;
  font-size: 0.8em;
  color: #f3f3f3;h
  text-decoration: none;
  cursor: pointer;
}

.active, .bottom:hover {
  color: #dfaa65;
  text-shadow: none;
}

#attri_panel {
  padding: 10px 20px;
  display: none;
  position: fixed;
  bottom: 35px;
  left: 5px;
  z-index: 9;
  overflow: hidden;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 0.6em;
}

#attri_panel p {
  margin: 0;
}

.attribution {

  font-size: 0.7em;
}

@media only screen and (min-width: 600px) {
  /* Tablets */
  body{
    background-image: url(images/reflective_lake_medium.jpg);
  }

  h1{
    font-size: 2.5em;
    line-height: 2.5em;
  }

  .ga{
    width: 600px;
    margin: 0.5em 0 0.5em 0;
    font-size: 5em;
    min-height: 1.5em;
  }
  
  #attri_panel {
    font-size: 0.8em;
  }

  .icon {
    padding: 1em;
    margin-top: 0;
    font-size: 2em;
  }
}

@media only screen and (min-width: 1200px) {
  /* Desktop */
  body{
    background-image: url(images/reflective_lake.jpg);
  }

  h1{
    font-size: 3.5em;
    line-height: 2em;
  }

  .ga{
    width: 16em;
    margin: 0.5em;
    font-size: 8em;
    min-height: 1.5em;
  }

  #attri_panel {
    font-size: 1em;
    bottom: 45px;
    left: 10px;
  }

  .icon {
    padding: 1em;
    margin-top: 0;
    font-size: 2em;
  }

  .bottom {
    font-size: 1em;
  }
}