body {
    margin: 0px;
}

div > img {
    max-width: 100%;
    max-height: 100%;
}

div {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frontpagegrid {
    display: inline-flex;
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
    margin-left: 5px;
    margin-bottom: 5px;
}

img {
    padding: 0px;
    border: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

img.prince {
    padding: 0px;
    border: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.ishmael_img {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.frontpage {
}

.frontpage + .frontpage {
    margin-right: 5px;
    margin-bottom: 5px;
}

.frontpage:first-child {
    margin-right: 5px;
    margin-bottom: 5px;
}

.frontpage:last-child {
    margin-right: 5px;
}

.nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

article {
    padding-right: 10px;
}

.border {
    border-width: 1px;
    border-color: black;
    border-style: solid;
}

.border2 {
    border-width: 3px;
    border-color: gray;
    border-style: solid;
}

.border3 {
    border-width: 0px;
    border-color: transparent;
    border-style: solid;
}

.button1 {
    border-radius: 12px;
    border-color: transparent;
    border-style: solid;
}

.table,
.tr,
.td,
.th {
    border: 0px;
    border-color: transparent;
    border-style: solid;
    padding: 4px;
}

.poetry {
    width: 100%;
    max-width: 450px;
    border: none;
    border-color: transparent;
    border-style: solid;
}

.ishmaelnew {
    width: 100%;
    max-width: 450px;
    border: 5px;
    border-color: black;
    border-style: solid;
}

.ishmaeldownload {
    width: 100%;
    max-width: 450px;
    border: 5px;
    border-color: black;
    border-style: solid;
}

.dropdown {
    float: none;
    object-fit: fill;

    &:hover {
        background: lighten(#333, 8%);
    }
}

.boxes {
    width: 50%;
    float: left;
}

#mainDiv {
    width: 50%;
    margin: auto;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
select,
textarea {
    width: 100%;

    /* Full width */
    padding: 12px;

    /* Some padding */
    border: 1px solid #ccc;

    /* Gray border */
    border-radius: 4px;

    /* Rounded borders */
    box-sizing: border-box;

    /* Make sure that padding and width stays in place */
    margin-top: 6px;

    /* Add a top margin */
    margin-bottom: 16px;

    /* Bottom margin */
    resize: vertical;

    /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #ffff00;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #e8ec75;
}

/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Style all font awesome icons */
.fa {
    padding: 28px;
    font-size: 30px;
    font-size: 4vw;
    width: 96px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 4px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* Spotify */
.fa-spotify {
    background: #1DB954;
    color: white;
}

/* YouTube */
.fa-youtube {
    background: #bb0000;
    color: white;
}

/* Instagram */
.fa-instagram {
    background: #125688;
    color: white;
}

/* LinkedIn */
.fa-linkedin {
    background: #007bb5;
    color: white;
}

/* Soundcloud */
.fa-soundcloud {
    background: #ff5500;
    color: white;
}
}
}

}
}
