body{
    background-color: black;
    /*background-image: url('/assets/images/Magentadream_Logo_Vegas-frame-at-0m2s.jpg');*/
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat; 
    background-attachment: scroll;
}
@font-face {
    font-family: 'TradeWinds-Regular';
    src: url('/assets/fonts/TradeWinds-Regular.ttf');
}
footer{
    background-color: rgba(80, 35, 80, 0.45);
    color: white;
    text-align: center;
    width: 100%;
    padding: 2em;
}
.socialMedia ul{
    list-style: none;
}
.socialMedia li {
    display: inline-block;
    margin: 1em 2em 1em 0em;
}
.policies ul{
    list-style: none;
}
.policies li {
    display: inline-block;
    margin: 1em 2em 1em 0em;
}
.title{
    background-color: rgba(80, 35, 80, 0.45);
    color: white;
    text-align: center;
    width: 100%;
    min-height: 2em;
    padding: 1em;
}
.contactInfo{
    text-align: center;
    min-height: 28em;
}