.html {
    height: 100%;
}

.ai {
    font-family: 'Arial';
    color: blue;
    }

.centered {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* MOBILE */
@media only screen and (max-width: 599px) {

    .loading {
        background-color: slategray;
        text-align: center;
        margin-top: 60%;
        font-family: 'Courier Prime';
        font-size: 20px;
    }

    .loading_bar {
        width: 300px;
    }
}


/* DESKTOP */
@media only screen and (min-width: 600px) {
    .teal {
        background-color: #22A1A1;
        font-family: 'Courier Prime';
    }

    .loading {
        background-color: slategray;
        text-align: center;
        margin-top: 27%;
        font-family: 'Courier Prime';
        font-size: 30px;
    }

    .loading_bar {
        width: 500px;
    }
}

/* MOBILE ONLY - DENIED */
.denied {
    background-color: slategray;
        text-align: center;
        margin-top: 60%;
        font-family: 'Courier Prime';
}


.teal {
    background-color: #22A1A1;
    font-family: 'Courier Prime';
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}

.start {
    margin-left: 5%;
    margin-right: 5%;
    size: 100%;
    max-height: 100px;
    text-align: center;
    position: fixed;
    bottom: -9px;
}


/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  display: flex;
}

.folder_column {
    width: 70px;
    color: #2100A1;
    padding: 10px;
    text-align: center;
}

.open_folder {
    width: 300px;
    margin-left: 200px;
    margin-top: -250px;
}

.folder_x {
    background-color: #9D0000;
    padding: 2px;
    text-align: center;
    color: white;
}

.folder_name {
    background-color: #EE8500;
    width: 320px;
    padding: 2px 0px;
}

.folder1_open {
    background-color: #FADA3E;
    width: 300px;
    height: 300px;
    padding: 10px;
    box-shadow: 5px 10px #2100A1;
    position: absolute;
    z-index: 2;
}

.icon {
    width: 80px;
}

.note_bar {
    padding: 10px;
    background-color: #EE8500;
    width: 720px;
    padding: 2px 0px;
    margin-left: 300px;
    margin-top: -200px;
    position: absolute;
    z-index: 3;
}

/*formerly known as the marquee*/
.note_body {
    color: lawngreen;
    font-family: 'Courier Prime';
    padding: 10px;
    background-color: black;
    width: 700px;
    height: 500px;
    margin-top: -215px;
    margin-left: 300px;
    overflow-x: hidden;
    overflow-x: auto;
    position: absolute;
    z-index: 3;
    box-shadow: 5px 10px #2100A1;
}


.picture_bar {
    padding: 10px;
    background-color: #EE8500;
    width: 720px;
    padding: 2px 0px;
    margin-left: 400px;
    margin-top: -280px;
    position: absolute;
    z-index: 3;
}

/*formerly known as the marquee*/
.picture_body {
    color: lawngreen;
    font-family: 'Courier Prime';
    padding: 10px;
    background-color: black;
    width: 700px;
    height: 550px;
    margin-top: -295px;
    margin-left: 400px;
    position: absolute;
    z-index: 3;
    box-shadow: 5px 10px #2100A1;
}

.flyer {
    width: 100%;
}


/*Links*/

a:link {
    color: white;
    text-decoration: none;
}

a:visted {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}
