body {
    overflow-x: hidden;
}
#bait {
    height: 100%;
}
.lol {
    font-family: "Comic Sans MS", sans-serif;
}
#prompter {
    position: fixed;
    left: 40%;
    top: 80%;
    width: 20%;
    height: auto;
    font-size: 20px;
    font-family: "Comic Sans MS", sans-serif;
    border: 5px solid red;
    text-align: center;
    background-color: white;
    padding: 5px 5px 5px 5px;
}
#actual {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 500%;
    border-left: 5px solid black;
    border-right: 5px solid black;
    background-color: white;
}
#title {
    font-family: 'EB Garamond', serif;
    font-size: 60px;
    width: 100%;
    padding: 0px 50px 0px 50px;
    text-align: center;
}
#subtitle {
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 0px 50px 0px 50px;
}
.sectionTitle {
    font-family: 'EB Garamond', serif;
    font-size: 40px;
    width: 100%;
    padding: 20px 50px 20px 50px;
    text-align: center;
    background-color: #EEEEEE;
}
.project {
    font-family: 'EB Garamond', serif;
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: #555555;
    padding: 50px 50px 50px 50px;
    transition: all 0.5s ease;
    cursor: pointer;
}
.project:hover {
    font-family: 'EB Garamond', serif;
    width: 100%;
    font-size: 50px;
    color: black;
    text-align: center;
    padding: 50px 50px 50px 50px;
}
.description {
    font-family: 'EB Garamond', serif;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #777777;
}
.subheader {
    font-family: 'Helvetica Neue', sans-serif;
    width: 100%;
    color: #777777;
    font-size: 12px;
}
.percent {
    font-family: 'Helvetica Neue', sans-serif;
    color: #777777;
    font-size: 12px;
    width: 10%;
}
#diggy {
    /*background-image: url("pinimg.png");*/
}
#ettky {
    /*background-image: url("pinimg.png");*/
}
#mapsim {
    /*background-image: url("pinimg.png");*/
}
#abaw {
    /*background-image: url("pinimg.png");*/
}
#lsd {
    /*background-image: url("pinimg.png");*/
}
