body{
    background-color: #fadadd;
}

footer{
background-color: #FFC5D3;
text-align:center;
color: #de5d83;
font-family:'Times New Roman', Times, serif
}

p{
    color:#de5d83;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h2{
    color:#de5d83;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

header{
    background-color:#de5d83;
    text-align: center;
    color: #e491a6;
    border:3px solid #de5d83;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

li{

color:#de5d83;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

a{
    text-decoration: none;
}

a:hover{
    color:crimson;
}

#vid{
    display:inline;
}

#vid:after{
     content: "                                    ";
}

nav{
    background-color:#e491a6;
    text-align: center;
    color:#de5d83;
    border: 1px solid #e491a6;
    padding: 10px 20px;
background-color: #e491a6;
color: #de5d83;
}

@media (min-width: 701px) and (max-width: 1200px){
}