body{
    align: center;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

@keyframes fade {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}


#main {
    text-align: center;
    margin-left: auto;
}

#nav {
    background-color: rgba(0,0,0,.7);
    border-radius: 15px;
    font-size: 23px;
    margin-top: 10px;
    margin-left: 12%;
    margin-right: 10%;
    border-style:solid;
    border-color: black;
    color: #c96330;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
    text-shadow: 3px 3px black;
    letter-spacing: 2px;
    padding: 5px;
}

#nav a {
    color: #c96330;
    text-decoration: none;
    font-family: Impact, Charcoal, sans-serif;
}

#cmt {
    margin-top: 22%;
    float:left;
    width: 600px;
    margin-left: 5%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 20px;
    border: 3px solid white;
}

#cmt a {
    color: white;
    /*text-decoration: none;*/
}

#cmt2 {
    margin-top: 50px;
    width: 850px;
    margin-bottom: 30px;
    bottom: 0;
    position: absolute;
    margin-left: 630px;;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 20px;
    border: 3px solid white;
}

#cmt3 {
    margin-top: 50px;
    width: 850px;
    margin-bottom: 30px;
    bottom: 0;
    position: absolute;
    margin-left: 630px;;
    padding: 10px;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    font-size: 20px;
    border: 3px solid white;
}

#info{
    text-align: left;
    margin-top: 6%;
    float:left;
    width: 600px;
    margin-left: 5%;
    padding: 10px;
    background-color: rgba(0, 0, 0, .7);
    color: white;
    font-size: 20px;
    border: 3px solid white;
    animation-name: fade;
    animation-duration: 2s;
}

#info a {
    color: red;
    text-decoration: none;
}

#float {
    float: right;
}

#dllink{
    margin-top: 25px;
    margin-right: 30px;
    background-color: rgba(0,0,0,.8);
    font-family: Impact, Charcoal, sans-serif;
    height: 370px;
    width: 263px;
    padding: 18px;
    font-size: 33px;
    text-shadow: 5px 5px black;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
    color:  white;
}

#dllink a {
    color: white;
    text-decoration: none;
}

#dllink a:hover {
    transition: all 0.1s ease-in-out;
    color: rgb(36,102,178);
    text-decoration: none;
}

#dllink2{
    margin-top: 70px;
    margin-right: 30px;
    background-color: rgba(0,0,0,.8);
    font-family: Impact, Charcoal, sans-serif;
    height: 300px;
    width: 263px;
    padding: 18px;
    font-size: 33px;
    text-shadow: 5px 5px black;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
    color:  white;
}

#dllink2 a {
    color: white;
    text-decoration: none;
}

#dllink2 a:hover {
    transition: all 0.1s ease-in-out;
    color: rgb(36,102,178);
    text-decoration: none;
}

#link{
    margin-top: 30px;
    margin-right: 30px;
    background-color: rgba(0,0,0,.8);
    font-family: Impact, Charcoal, sans-serif;
    height: 350px;
    width: 263px;
    padding: 18px;
    font-size: 33px;
    text-shadow: 5px 5px black;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
    color:  white;
}

#link a {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 1550px) {
    div#cmt2 {
        margin-left: 30px;
        margin-bottom: 380px;
    }
    div#cmt3 {
        margin-left: 30px;
        margin-bottom: 320px;
    }
}