body {
    margin: 1em 2em;
    padding: 0 1em;
    font-family: "futura", sans-serif;
    line-height: 1.5;
    background-color: #fffef7;
    color: blue;
}

p,
label {
    max-width: 640px;
    text-align: center;
    font-weight: normal;
    margin: 2em auto;
}

pre {
    line-height: 2;
}

img{
    width:100%;
    height:auto;
    max-width:780px;
}

#insta {
    border: 1px solid red;
}

#toprow {
    min-height: 380px;
}

.socialicon {
    background: white;
    display: inline-flex;
}

.flex-container {
    width: 100%;
    list-style: none;
    display: flex;
    align-content: flex-start;
    /* justify-content: space-around; */
    justify-content:center;
    flex-wrap: wrap;
}

.flex-photo {
    padding: 8px;
    width: 90%;
    margin: 8px auto;
    line-height: 1.35em;
    /* color: blue; */
    font-weight: bold;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-item {
    display: flex;
    border: 0;
    width: 350px;
    height: 350px;
    padding: 8px;
    margin-top: 8px;
    line-height: 1.35em;
    /* color: white; */
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.centerme {
    margin: auto;
    text-align: center;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /*16:9*/
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
}

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

.footer{
    margin-top:2em;
}

#vdvid1 {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

hr {
    border-color:blue;
    width: 50%;
    max-width: 600px;
}
p.vdintro{
    text-align: left;
}