@font-face{
    font-family: 'Abril Fatface', cursive;
}

@font-face{
    font-family: 'Work Sans', sans-serif;
}


html, body {
    background-color:#330099;
}

h1 {
    font-family:'Work Sans';
    text-transform: uppercase;
    line-height: 0.77em;
    text-align: left;
    margin-top:0%;
    font-size: 2.4em;
    color:#1F015C;
    letter-spacing: -0.05em;
}

h2 {
    font-family:'Abril Fatface';
    line-height: 0.2em;
    text-align:left;
    font-size: 0.15em;
    color:bisque;
}

body {
    font-family:  'Abril Fatface';
    text-align: left;
    font-size: 9em;
    line-height: 1.1;
    text-transform: none;
    color:bisque;
}

img {
        opacity:75%;
        width:80%;
}

#title {
    width:900px;
    height:850px;
    z-index: 0;
    position: absolute;  
    margin-left:50px;
    margin-top:220px;
}

#buttonholder {
    width:auto;
    height:auto;
    margin-left:80px;
    top:30px;
    z-index: 1;
    text-align: left;
    position: absolute;
}

#questionDisplay {
    width:70%;
    height:auto;
    padding:50px;
    margin-left:445px;
    margin-top:160px;
    z-index: 1;
    text-align: left;
    position: absolute;
}

#backimage {
    position:fixed;
    right:0;
    bottom:0;
    z-index:-1;
    margin:0;
    width:100%;
    height:100%;
    background:url(https://media.giphy.com/media/GB6UYNtzn5XuE/giphy.gif) no-repeat bottom right;
    background-size:750px;
}    
    
    
#footer {
    right:80px;
    width:auto;
    bottom:0;
    top:50px;
    height:100%;
    position: absolute;  
}   
    
    

#container {
    text-align: center;
    width:100%;
}

.button {
  background-color: bisque;
  font-family:  'Abril Fatface';
  border: none;
  color: #330099;
  padding: 40px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  font-weight:bold;
  border-radius: 100px;
}

.heyach {
    font-family:'Work Sans';
    text-transform: uppercase;
    line-height: 0.8em;
    text-align: left;
    margin-top:0%;
    color:#20005F;
    opacity:50%;
}


@media only screen and (max-device-width: 360px) {

    }
    

/* If the screen size is 360px or less, set the font-size of <div> to 20px */
@media only screen and (max-width: 360px) {
  #title {
    font-size: 15px;
  }
}
/* If the screen size is 360px or less, set the font-size of <div> to 12px */
@media only screen and (max-width: 360px) {
  body {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .title {width: 20%;}
  .questionDisplay {width: 16.66%;}
  .backimage {width: 45%;}
}

