/* Reset */
* {
    padding: 0;
    margin: 0;
}

/* Main Layout */
#page {
    display: flex;
    height: 100vh;
}

ul ul {
    margin-left: 30px;
}

ul li ul {
    margin-bottom: 30px;
}

h1,
h2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

#links {
    font-family: "Hammersmith One", sans-serif;
    flex: 1;
}

#left {
    display: flex;
    flex-direction: column;
    border-right: 1px solid salmon;
}

#photos p {
    float: left;
    margin-right: 10px;
}
#container img {
    margin: 5px 3px 5px 3px;
}
#photos p img {
    height: 200px;
}

#photos img {
    margin: 10px;
    height: 200px;
}
#links {
    min-width: 230px;
}
a {
    color: navy;
    text-decoration: none;
}

h4,
a,
h3 {
    font-weight: normal;
}

#tips-and-tricks-ul li {
    padding-bottom: 15px;
}

#logo a {
    text-decoration: none;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid hotpink;
    font-family: "Balsamiq Sans", cursive;
    flex: 1;
}
#page-title {
    padding: 20px;
    border-bottom: 2px solid hotpink;
}
#container {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

#container figure {
    display: table;
}

#container figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
    font-size: 20px;
}

#container iframe {
    margin: 5px;
}

#container {
    max-width: 100%;
}

#page-content {
    flex: 1;
    overflow: auto;
    padding: 20px 0 0 20px;
}

/* Logo and Links */

#logo {
    border-bottom: 2px solid red;
    padding: 20px;
    user-select: none;
}

#links a {
    display: block;
    text-decoration: none;
    border-bottom: 2px solid yellowgreen;
    padding: 5px 15px;
    /* transition: all 0.5s linear; */
}
#links a:hover,
#links a:focus {
    background-color: yellow;
    color: #5c0099;
    letter-spacing: 0.15rem;
}

#logo {
    background-image: url(../patterns/pixel-heart.png);
}

img {
    border: 3px solid #5c0099;
}

#switch-theme {
    margin: 40px;
    padding: 3px;
    background: yellow;
    color: #5c0099;
    font-weight: bold;
    border: 2px solid black;
}

#switch-theme:hover {
    background: #5c0099;
    color: yellow;
    cursor: pointer;
}

h3 {
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.content {
    margin-left: 40px;
}

h4 {
    margin-bottom: 10px;
}

content p {
    margin-bottom: 3px;
}

.last {
    margin-bottom: 75px;
}

.table,
.table td,
.table th {
    border: 2px solid black;
    border-collapse: collapse;
    padding: 10px;
    text-align: center;
}

.table {
    margin-top: 10px;
}
