﻿img {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    max-height: 200px;
}
body {
    height:100%;
    background:rgb(186, 12, 47);
}
.container {
    background: rgb(186, 12, 47);
}
div.footer {
    margin-top: 20px;
}

div.footer p {
color: #A4D1C4;
color: rgba(255,255,255,.5);
text-shadow: rgba(0,0,0,.1) -1px -1px 0;
margin: 0 0 10px 0;
font-size: 16px;
line-height: 24px;
font-weight: 600;
}

div.footer p:last-child {
margin-bottom: 0;
font-size: 13px;
line-height: 21px;
}

div.footer p a {
color: #C6E2D9;
color: rgba(255,255,255,.7);
text-decoration: none;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

div.footer p a:hover {
    color: #ffffff;
}
ul li {
    list-style: none;
}

