/*Sample CSS file*/
html, body {
    height: 100%;
    margin: 0;
    /*overflow: hidden;*/
    padding: 0;
    font-size: 20px;
    font-family: "Orelega One", serif;
    letter-spacing: 2px;
        
    
}

h1 {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: white;
}

.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 15px;
}

.col1 {
    grid-column-end: span 12;
}

.col3 {
    grid-column-end: span 4;
}

.col4 {
    grid-column-end: span 3;
}

.col2 {
    grid-column-end: span 6;
}
.head {
    width: 100%;
    height: 10%;
    background-color: #212121;
    justify-content: center;
    z-index: +10;
}

.logo {
    height: 120px;
    padding-top: 5px;
    padding-left: 2%;
}

#map { 
    height: 90%;
    z-index: 0;
}

.closedbox {
    background-color: #49B426;
    z-index: +10;
    color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    min-width: 180px;
    max-width: 20%;
    height: fit-content;
    border-radius: 15pt;
    box-shadow: 0 10px 5px grey;
}

.leftPush {
    margin-left: 2%;
    transform: translateY(-90vh);
   
}
.rightPush {
    margin-right: 2%;
    transform: translateY(-106.8vh);
    justify-self: end;

}

#temp {
    justify-self: center;
}

.centered {
    justify-self: center;
    justify-items: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    align-content: center;
    
}

.stattrack {
    width: 96%; 
    margin-left: 2%;
    background-color: #49B426;
    border-radius: 15px;
    justify-items: center;
    align-items: center;
    box-shadow: 0 10px 5px grey;
    transform: translateY(-63vh);
}

.nomarg {
    margin: 0;
}

.notbreak{
    margin-top: 10px;
    width: 100%;
    height: 35px;
    border-radius: 15pt;
    color: white;
    background-color: #212121;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    
}

.breaktime {
    margin-top: 10px;
    width: 100%;
    height: 35px;
    border-radius: 15pt;
    color: #212121;
    background-color: white;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    
}

.stoprun {
    transform: translateY(-60vh);
    width: 100%;
}

#endrun {
    width: 90%;
    height: 50px;
    margin-left: 5%;
    border-radius: 15px;
    color: white;
    background-color: #212121;
    box-shadow: 0 10px 5px grey;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    
}

.clear{
    opacity: 0;
    transform: translateY(114vh);
    
}

.postrun{
    opacity: 100;
    width: 96%;
    height: 100px;
    margin-left: 2%;
    margin-right: 2%;
    background-color: #49B426;
    justify-items: center;
    align-items: center;
    transform: translateY(-87.5vh);
}

.startrun {
    width: 90%;
    height: 60%;
    margin-left: 5%;
    border-radius: 5vh;
    color: white;
    background-color: #49B426;
    box-shadow: 0 10px 5px grey;
    font-size: 120pt;
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    transform: translateY(-126vh);
}

.default {
    width: 90%;
    height: 15vh;
    margin-left: 5%;
    background-color: #49B426;
    z-index: +10;
    color: white;
    border-radius: 15pt;
    box-shadow: 0 10px 5px grey;
    transform: translateY(-88vh);
}
