img {
    display: block;
}

video {
    display: block;
}

.roundbox {
    border-radius: 15px;
}

/* Above settings are general display elements for images and video. */

header {
    display: flex;
    width: auto;
    height: 46px;
}

.headerborder {
    border: 3px solid black;
}

.headerbg {
    background-color: white;
}

header img {
    width: 300px;
    height: auto;
}

#blankspace {
    max-width: 900px;
    display: flex;
    background-color: none;
}

nav {
    display: flex;
    margin-left: auto;
    margin-right: 5px;
    font-weight: bold;
    font-size: 18px;
    height: 40px;
}

nav ul {
    list-style: none;
    display: flex;
    column-gap: 20px;
    padding-right: 15px;
    margin-top: 7px;
    padding-left: 15px;
}

nav ul li a {
    height: 18px;
    width: auto;
    padding: 4px;
    display: block;
}

.navitem:hover {
    font-weight: 1000;
    color: white;
    background-color: black;
    border-radius: 6px;
}

.navitem {
    color: black;
    /* Change text color */
    text-decoration: none;
    /* Remove the default underline */
    font-weight: bold;
    /* Change font weight */
}

.navbar {
    position: sticky;
    top: 10px;
    z-index: 1000;
}

/* Everything above is the elements within the top part, in which an auto width wrapper with the navigation elements 
 * and logo is displayed. */

body {
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    color: white;
}

.block {
    background-color: black;
}

.wrap1080 {
    max-width: 1080px;
    margin: 1em auto;
}

.secborder {
    border: solid 2px white;
    border-style: dashed;
    padding: 15px;
}

.dialtone strong {
    margin-right: auto;
    text-decoration: dashed;
    font-size: xx-large;
    margin-left: 10px;
}

.dialtone img {
    border: 4px solid white;
    border-style: ridge;
    margin: auto;
    margin-bottom: none;
    margin-top: 20px;
}

#dialtonecontent {
    display: flex;
    font-size: 18px;
}

#dialtonecontent main {
    width: 60%;
}

#dialtonecontent aside {
    width: 40%;
}

footer {
    border: solid 2px white;
    display: flex;
    padding: 10px;
}

#footer1 {
    width: 50%;
    padding-left: 50px;
}

#footer2 {
    width: 50%;
    text-align: right;
    padding-right: 50px;
}
