body,html{
    margin:0;
    padding: 0;
    text-align: center;
}

a {
    color: black;
    text-decoration: none;
}

h4 {
    margin: 0;
    padding: 0;
}

.title {
    padding-top: 3em;
    height: 200px;
}

.menu {
    margin-bottom: 1em;
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.menu-text {
    display: inline-block;
}

.menu-text:not(:last-child){
    margin-right: 50px;
}

.menu-text:hover {
    text-decoration: underline;
}

.current-page {
    color: #508beb;
    text-decoration: underline;
}

.websites a:not(:last-child) {
    padding-right: 25px;
}

.icons {
    width: 25px;
}

.icons:hover {
    filter: hue-rotate(200deg);
}

.grid {
    margin: 3em auto 0 auto;
}

.grid-item img {
    width: 400px;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.grid-item a:hover img {
    filter: brightness(50%);
}

.poster img{
    width: 300px;
}

.side {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 475px;
    margin: 3em 1em 0 1em;
}

p {
    margin: 0;
}

.gray {
    color: dimgray;
}

.bigger img {
    width: 800px;
}

.smaller img {
    width: 300px;
}

.about-me {
    padding-top: 3em;
    width: 55%;
    margin: 0 auto 0 auto;
}

.about-me td {
    vertical-align: top;
    text-align: justify;
}

.about-me td img {
    float: left;
    padding-right: 1em;
}

.contact-bg {
    background-color: #f6edda;
    margin: 3em 0 0 0;
    padding: 3em 0 3em 0;
}

.contact {
    background-color: #f7f4ed;
    border: 2px solid #bcb5aa;
    width: 50vw;
    margin: 0 auto 0 auto;
    border-collapse: collapse;
    font-weight: bold;
}

.contact tr:first-child td {
    border: 2px solid #bcb5aa;
    background-color: #f6edda;
    padding: 4px;
}

.contact tr:first-child div {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    background-color: #E8E0D5;
    font-weight: normal;
    padding: 0.5em;
}

.contact tr:nth-child(2) td {
    padding-top: 2.5em;
}

.contact tr:last-child td {
    padding-bottom: 2.5em;
}

.contact tr td:first-child {
    width: 50px;
}

.contact tr td:last-child {
    width: 250px;
}

.contact td {
    padding: 1.25em 0 0 1.25em;
}

.contact td:first-child {
    vertical-align: top;
    text-align: right;
}

.contact img {
    width:200px;
    height:auto;
    margin:0;
    padding:0;
}

input, textarea {
    width: 100%;
    background-color: #E8E0D5;
    border: 0;
    padding: 2px;
}

input:focus, textarea:focus {
    outline: none !important;
    border: 2px solid #e37d28;
    padding: 0px;
}

textarea {
    resize: none;
    height: 200px;
}

.submit {
    color: white;
    background-color: #e37d28;
    font-size: 24px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
}

.submit:hover {
    background-color: orange;
    cursor: pointer;
}

.demo {
    width: 100%;
    background-color: black;
    margin-top: 3em;
}

video {
    width: 85%;
    outline: none;
    border: none;
}