body {
    background-image: url('../photos/login\ page\ photo.jpg');
    background-size: cover;
    opacity: 70;
  }

#description{
    color: #160F0A;
    font-family: 'Roboto Flex', sans-serif;
    font-size: small;
    text-align: center;
    font-size: 300%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    display: inline-block;
}

#title{
    color: #160F0A;
    font-family: 'Roboto Flex', sans-serif;
    text-align: center;
    margin: 5px;
    font-size: 800%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    display: inline-block;

}

#buttonHolder{
    align-items: center;
}

#loginButton{
    background-color: #2C6897;
    color: #D68683;
    height: 60px;
    width: 100%;
    border-radius: 25px;
    font-weight: bold;
    font-size: 35px;
    cursor: pointer;
    margin: 5%
}

#loginButton:hover{
    background-color: #2C6897;
    color: #2C6897;
    transition: .3s;
}

#gridDiv{
    margin-top: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    display: grid;
    grid-template-columns: 500px;
    grid-template-rows: auto;
    background-color: #D68683;
    opacity: 90%;
    justify-items: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1vh;
    border-style: solid;
    border-color: #2C6897;
}

#MenuBar{
    margin: auto;
    margin-top: 1%;
    display: flex;
    
    text-align: center;
    background-color: #2C6897;
    
    font-family: 'Helvetica', 'Arial', sans-serif;
}
 
#PrivacyPolicyButton{
    border-radius: 0vh;
    border-style: solid;
    border-color: #D68683;
    color: #D68683;
    flex:1
}

#PrivacyPolicyButton:hover{
    border-radius: 0vh;
    border-style: solid;
    border-color: black;
    background-color: white;
    color:black;
    flex:1;
    transition: .5s;
}

#FAQButton{
    border-radius: 0vh;
    border-style: solid;
    border-color: #D68683;
    color: #D68683;
    flex:1
}

#FAQButton:hover{
    border-radius: 0vh;
    border-style: solid;
    border-color: black;
    background-color: white;
    color:black;
    flex:1;
    transition: .5s;
}
/*Below is copy pasted resultsScreenStyles. will trim later*/



