html, body {
  margin: 0;
  padding: 0;
    font-family: 'Sanchez', serif;
    color: #3a3e41;
}

#content {
    width: 100%; 
    background-image: url(images/bg.jpg); 
    max-width: 3000px; 
    height: 87vh; 
    margin:auto; 
    background-size: cover; 
    background-position: center center; 
    display: flex;
    justify-content: center;
    align-items: center;
/*    position: relative;*/
}

#button {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 125px;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #f89e23;
    border-radius: 5px;
}

#button:hover {
    background-color: #e28e1b;
}

#start-button {
    width: 200px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #f89e23;
    border-radius: 5px;
}

#start-button:hover {
    background-color: #e28e1b;
}


#logo {
    background-image: url(images/daily-data-branding.png); 
    width: 100%; 
    max-width: 3000px; 
    height: 100px; 
    background-position: center center; 
    margin: auto;  
/*    padding-bottom: 50px;*/
    background-repeat: no-repeat; 
    background-color: white; }

/*  logo project page css   */

#logo.project {
    width: 25%;
    margin: auto;
    background-position: center center;
    background-size: contain;
}

h1 {margin: auto; text-align: center; font-size: 1em; font-weight: 100;padding-top: 30px;}

h2 {margin: auto; width: 80%; text-align: center;font-size: 1.2em;font-family: sans-serif;font-weight: 800; padding-top: 30px; padding-bottom: 10px;}

p {
    width: 70%;
    margin: auto;
    text-align: center;
    
}

nav {
    width: 100%;
    max-width: 1800px; 
    margin: auto; 
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #fff;}


#restart-button {
    display: block;
    position: absolute;
    top: 50px;
    right: 65px;
    width: 90px;
    background-color: #f89e23;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
    border-radius: 5px;
}

#restart-button:hover {
    background-color: #e28e1b;
}



#left {float: left; width: 600px; text-align: center; margin-left: 5%; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none; }

#right {float: right; width: 600px; text-align: center; margin-right: 5%; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none;}

a {padding: 40px;text-decoration: none;color:#3A3E41;transition: .5s;}
a:hover {color: #03AEB5; transition: .5s;}


#intro {
    width: 60%;
    margin: auto;
/*    margin-top: 50px;*/
/*    margin-bottom: 50px;*/
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

#intro h2 {
    line-height: 28px;
    font-family: 'Sanchez', serif;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
}

#intro p {
    padding-top: 20px;
    line-height: 24px;
    padding-bottom: 20px;
    font-size: 18px;
}



#status-question {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
}

#top-row {
    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-row {
    display: flex;
    justify-content: center;
    padding-top: 25px;
    align-items: center;
}



form {
    margin: auto;
    width: 80%;
    padding-top: 25px;
    box-sizing: border-box;
    line-height: 25px;
    
}

form input {
    margin-right: 10px;
    margin-left: 30px;
}

#college-question {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
}

#college-question form {
    width: 40%;
}

#analysis-form {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    
}

#center-textarea {
    margin: auto;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
}


#data {
    width: 90%;
/*    position: relative;*/
/*    margin: auto;*/
/*    margin-top: 50px;*/
/*    margin-bottom: 50px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
    text-align: center;
}

#data-right {
    width: 50%;
    float: right;
    padding-top: 40px;
    padding-right: 70px;
    box-sizing: border-box;
}

#data-left {
    width: 50%;
    float: left;
}

#data p {
    margin-bottom: 10px;
}

#data h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    box-sizing: border-box;
}

#submit-div {
    width: 125px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 25px;
    text-align: center;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #f89e23;
    border-radius: 5px;
    
}

#submit-div:hover {
    background-color: #e28e1b;
}


#footer {
    width: 100%; 
    background-color: #3A3E41; 
    position: absolute; 
    bottom:0; left:0; 
    color: white; 
    font-family: 'Sanchez', serif; 
    padding-bottom: 20px; 
    box-sizing: border-box;
    display: none;
}

#footer h1 {
    padding-top: 20px;
    box-sizing: border-box;
}


canvas {
    position: relative;
    right: 20px;
    border-radius: 20px;
/*    display: block;*/
/*    margin-bottom: 25px;*/
}




@media screen and (max-width: 1500px) {
    
    
    #left {float: left; width: 500px; text-align: center; margin-left:0; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none; }

#right {float: right; width: 500px; text-align: center; margin-right: 0; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none;}
}

@media screen and (max-width: 1200px) {
    
    
    #left {float: left; width: 360px; text-align: center; margin-left:0; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none; }

#right {float: right; width: 360px; text-align: center; margin-right: 0; font-size: 1.3em; padding-top: 60px;font-family: 'Sanchez', serif;text-decoration: none;}
}






