.pink {
    background-color: pink;
}

.paleblue {
    background-color: paleturquoise;
}

.red {
    background-color: red;
}

.blue {
    background-color: blue;
}

.header_background {
	background-color: red;
}


.callout {
	border: none;
}
.hideAll {
    display: none;
}

.splash {
    display: block;
}

.gray1{
    background-color: #e5e5e5;
}

.gray2{
    background-color: #c6c6c6;
}

.gray3{
    background-color: #a6a6a6;
}

.gray4{
    background-color: #8a8a8a;
}

.gray5{
    background-color: #666666;
}

.height100{
    height:100px
}

.height150{
    height: 150px;
}

.height200{
    height: 200px;
}

.height250{
    height: 250px;
}

.height300{
    height: 300px;
}

.height400{
    height: 400px;
}

.height800{
    height: 800px;
}

main{
    margin-bottom: 200px;
}

.homeSection{
    margin-top: 104px;
}

.grid-container-small{
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

.justify-center{
    justify-content: center;
}

.show-login{
    background-color:rgba(0, 0, 0, 0.295);
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /* bottom: 25%; */
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-bar{
    justify-content: space-between;
}

.title-bar-right > ul{
    justify-content: flex-end;
}