body {
    background-image: url("../../media/stars_background.gif");
    background-color: #000;
    color: #def5fc;
    font-family: "mako", Georgia, sans-serif;
}

a {
    color: #2e4d86;
}

a:visited {
    color: #0a326c;
}

.banner p {
    padding-left: 20px;
    text-align: center;
}

.box {
    scroll-margin-top: 50px;
    border-radius: 5px;
    background: #DEF5FC;
    margin-bottom:10px;
    contain: paint;
    box-shadow: 0px 0px 20px #55729f;
}

.boxheader {
    background: #55729f;
    background: linear-gradient(90deg,#55729f 0%, #87a3b9 100%);
    color:#fff;
    font-weight: bold;
    text-shadow: 2px 2px #2e3d57;
    font-family: "metrophobic", Garamond, sans-serif;
}

.content {
    display: flex;
    color: black;
}

.content p {
    padding: 10px;
    margin: 0px;
}

.content a {
    font-family: "metrophobic", Garamond, sans-serif;
    font-weight: bold;
    color: #55729f;
}

.maincolumn {
    flex-grow: 1;
}

.mainsite {
    width: 80vw;
    margin: auto;
}

.text {
    display: flex;
    
}

.widget {
    border-radius: 5px;
    box-shadow: 0px 0px 20px #55729f;
}

#links {
    background: none;
    box-shadow: 0px 0px 0px #000;
    display: flex;
    justify-content: space-evenly;
    width: 60vw;
    margin: auto;
    margin-bottom: 10px;
}

#webmobileswitch {
    width: 6vw;
}

#webmobileswitch:hover {
    filter: brightness(.9)
}

.topbutton {
    position: relative;
    width: 12vw;
}

.topbutton img {
    position: absolute;
    top: 0;
    left: 0;
    width: 12vw;
}

.buttonhoverimg, .topbutton:hover img {
    display: none;
}

.topbutton:hover .buttonhoverimg {
    display: block;
}

#gallerybox {
    max-height: 50vh;
    overflow:scroll;
}

#gallerybox img {
    height: 96px;
    border-radius: 5px;
    transition: .5s;
}

#gallerybox img:hover {
    filter: drop-shadow(2px 2px 5px #55729f);
}

#displayimg img {
    border-radius: 5px;
    filter: drop-shadow(5px 5px 5px #55729f);
    margin: 7px;
    width: 90%;
}

#displayimg {
    max-width: 100%;
}

#displaybox {
    text-align: center;
}

select, button {
    border: 1px solid #4d73a3;
    border-radius: 5px;
    background-color: #edf0f5;
    font-family: "mako", Georgia, sans-serif;
}