body {
    background: #212121;
}
.well {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 8px 8px 0px rgba(0, 0, 0, 0.24);
}
.home-icons {
    width: 100%;
    margin-bottom: 20px;
}
hr {
    border-color: #ccc;
}
h3, h4, h5 {
    font-weight: 400;
}
.tag {
    font-size: 18px;
    /*margin-bottom: 25px;*/
}
.logo {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 200px;
}
.gradient {
    height: 100%;
    background: -moz-linear-gradient(top, #1f1f1f, #212121);
    background: -webkit-gradient(linear, left top, left bottom, from(#1f1f1f), to(#212121));
    background: -webkit-linear-gradient(top, #1f1f1f, #212121);
    background: -ms-linear-gradient(top, #1f1f1f, #212121);
    background: -o-linear-gradient(top, #1f1f1f, #212121);
    background: linear-gradient(top bottom, #1f1f1f, #212121);
}
.img-shadow {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin-bottom: 20px;
}
.flavor {
    margin-bottom: 30px;
}
.brand {
    padding: 20px;
    max-height: 100px;
}
.film {
    margin-bottom: 10px;
}
.light-line {
    border-color: transparent;
}
.link-big {
    font-size: 18px;
}
.link {
    color: #353850;
    border-bottom: 1px solid #353850;
    border-radius: 0px;
    padding: 2px;
}
.link:hover, .link:focus {
    color: #353850;
    border-bottom: 1px dotted #353850;
    text-decoration: none;
}
.footer {
    color: #F5F5F5;
    margin: 20px;
}
.footer a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
}
.footer a:hover, .footer a:focus {
    border-bottom: 1px dotted #ffffff;
    text-decoration: none;
}
@media (min-width: 768px) {
    .container {
        width: 634px;
    }
    .container-home {
        width: 790px;
    }
    .portfolio-row {
        margin-bottom: 20px;
    }
    .home-icons {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .footer {
        text-align: center !important;
    }
}
