@charset "UTF-8";
/* Tablet CSS overrides */
body {
    font-family: Verdana, Geneva, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    background: black;
}

#wrapper {
    width: 95%;          /* fluid width instead of 960px */
    height: auto;
    background: black;         /* allow content to determine height */
}

.button-row {
    width: 95%;           /* reduce width for smaller screen */
    height: auto;         /* let content define height */
    margin-left: auto;
    margin-right: auto;
}

#mainfooter,
#aboutfooter {
    height: auto;         /* make footer flexible */
    padding: 10px;
}

#banner {
    height: auto;         /* shrink banner height */
}

#right-column,
#left-column {
    width: 100%;          /* stack columns instead of side by side */
    float: none;
    height: auto;
}

.project-row,
.form-layout {
    width: 100%;           /* fluid width for content areas */
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

article {
    margin-top: 10px;     /* reduce spacing for tablet */
}

.project-row article,
.project-row article h3 {
    text-align: center;
}

.project-row h3 {
    text-align: center;
}

.form-layout p {
    padding: 8px;         /* smaller padding for smaller screen */
}

.box {
    background-color: darkslateblue;
    opacity: 1;
}

.project-row article h3 {
    color: white;
}

.project-row article {
    color: white;
}

#myvideo {
    width:65%;
    height:80%;
    margin-top: 30px;
    margin-left: 70px;
    background-color: black;
    border: 6px darkslateblue solid;

}

figure{
    border: 4px solid darkslateblue;
    margin-top: auto;
    margin-left: 30%;

}

textarea{
    width: 70%;
}
