﻿@media (min-width: 768px) {
    .menu:before, .menu:after, .menu i {
        background: #fff;
    }
}

.link-list-login li.link-signin a, .link-list-login li a:hover {
    border-color: #fff;
}

.link-list-login li a {
    color: #fff;
}

h1.image-text {
    text-align: center;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #fff;
}

.bottom-of-img {
    position: absolute;
    top: 0;
    margin-top: 422px;/*466px;*/
    width: 100%;
    background-color: #131313;
    background-color: rgba(19,19,19,0.7);
    text-align: center;
    color: #fff;
    font-family: 'Open Sans';
    padding-bottom: 10px;
}

    .bottom-of-img h2 {
        font-size: 1.6em;
    }

    .bottom-of-img a {
        color: rgb(210,80,60);
        font-weight: 600;
    }

    .bottom-of-img a:hover {
        color: rgb(220,90,65);
    }