* {
    text-decoration:none !Important;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a, a:visited{
    color: #3369ff;
}

.main_screen {
    height: 100vh;
    width: 100vw;
    background-color: #000;
}
.out-item {
    color: #3369ff;
}

.header-section {
    height: 10%;
    background-color: #000;
}
.section01 {
    height: 20%;
    background-color: #000;
}
/* Out List Section of the Screen*/
.section02 {
    height: 50%;
}

/* Button Section of Screen */
.section03 {
    height: 10%;
    background-color: #000;

}
.spacer_box {
    height: 3%;
    width: 100%;
    background: #FFFFFF;
}
.button_bar {
    height: 99%;
    width: 100%;


}
.column_edge {
    display: inline-block;
    height: 100%;
    width: 13%;
    /*background: #fff033;*/
    vertical-align: middle;
}
.button_box {
    display: inline-block;
    width: 18%;
    height: 80%;
    vertical-align: middle;
    font-size: 3em;
    text-align: center;
    /*background: #b9b9b9;*/
}
.section04 {
    height: 10%;
    background-color: #000;
}

.button8{
    padding-left: 2%;
    height: 96%;
    width: 70%;
    border-radius:0.2em;
    font-size: .6em;
    /*box-sizing: border-box;*/
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    color:#FFFFFF;
    background-color:#3369ff;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    position:relative;
}

.target_text {
    color: #fff;
    font-size: 12em;
    font-weight: bold;
    font-family: Helvetica;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}
.target_text {
    text-align: center;
    color: #fff0f0;
}
.footer-text {
    color: #999999;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 28%;
    height: auto;
}
.logo-pic {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 28%;
    height: auto;
}
.header-text {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff2d95, 0 0 30px #ff2d95, 0 0 40px #ff2d95, 0 0 50px #ff2d95, 0 0 75px #ff2d95;
    letter-spacing: 5px;
    font: 3em 'MisoRegular';
}
.subsection {
    height: 16%;
    width: 100%;
    /*background: #ff2d95;*/
}
.column {
    display: inline-block;
    height: 100%;
    width: 13%;
    /*background: #3369ff;*/
    vertical-align: middle;
    font-size: 3em;
    text-align: center;
}
.edge {
    display: inline-block;
    height: 100%;
    width: 10.5%;
    /*background: #ff0033;*/
    vertical-align: middle;
}
.start_hidden {
    display: none;

}
.application-status {
    color: #ffffff;
    font-size: 1em;
}
.status-section {
    width: 30%;
    height: 14%;
    background: #000;
    text-align: center;
    font-size: 2em;
    margin-top: 2%;
    border-radius:0.2em;
}
.app-status-section {
    width: 30%;
    height: 14%;
    background: #000;
    text-align: center;
    font-size: 1.3em;
    margin-top: 6%;
    border-radius:0.2em;
}
.inset-text {
    /* Shadows are visible under slightly transparent text color */
    color: rgba(128,128,128, 0.6);
    text-shadow: -2px -2px rgba(225, 225, 225, .6);

}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,255,128); /* Fallback color */
    background-color: rgba(55,0,100,0.7); /* Black w/ opacity */
}

.modal-header {
    width: 100%;
    height: 25%;
    padding: 15px 16px;
    /*background-color: #bbbbbb;*/
    background-color: #333;
    color: white;
}

.modal-footer {
    width: 100%;
    height: 15%;
    padding: 50px 16px;
    background-color: #bbbbbb;
    color: white;
}

.modal-body {

    padding: 2px 16px;
    width: 100%;
    height: 50%;
    background: #666;
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    height: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#my-modal-title {
    text-align: center;
    font-size: 5em;
    color: #e0dfdc;
    background-color: #333;
    letter-spacing: .1em;
    text-shadow:
             0 -1px 0 #fff,
             0 1px 0 #2e2e2e,
             0 2px 0 #2c2c2c,
             0 3px 0 #2a2a2a,
             0 4px 0 #282828,
             0 5px 0 #262626,
             0 6px 0 #242424,
             0 7px 0 #222,
             0 8px 0 #202020,
             0 9px 0 #1e1e1e,
             0 10px 0 #1c1c1c,
             0 11px 0 #1a1a1a,
             0 12px 0 #181818,
             0 13px 0 #161616,
             0 14px 0 #141414,
             0 15px 0 #121212,
             0 22px 30px rgba(0, 0, 0, 0.9);
 }

.alert-text {
    text-align: center;
    font-size: 4em;
    color: #fff0f0;
    padding-bottom: 2%;
}

.danger-text {

    text-align: center;
    font-size: 3.5em;
    color: #f01011;
    text-shadow: 2px 2px 2px #000;
    padding-bottom: 2%;

}

.button6{

    display: inline-block;
    text-align: center;
    vertical-align: top;
    height: 50%;
    width: 26%;
    border-radius:0.5em;
    font-size: 1.8em;
    /*box-sizing: border-box;*/
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    color:#FFFFFF;
    background-color:#3369ff;
    box-shadow:inset 0 -0.6em 1em -0.35em rgba(0,0,0,0.17),inset 0 0.6em 2em -0.3em rgba(255,255,255,0.15),inset 0 0 0em 0.05em rgba(255,255,255,0.12);
    position:relative;
}

.gutter01 {
    padding: 0;
    margin: 0;
    display: inline-block;

    height: 100%;
    width: 15%;
}

.quitbutton:hover,
.quitbutton:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


