﻿/*#phone*/
@media (max-device-width: 200px) {
    #main-content {
        background-color: #fbfcfd;
    }
}

@media (max-width: 480px) {
    .footer .list-unstyled, .footer .footerImage {
        display: none;
        visibility: hidden;
    }
}
/*tablet*/
@media (min-width:201px) and (max-width:767px) {
    #body-content {
        background-color: #fbfcfd;
        padding-bottom: 1rem;
    }
}


@media (min-width: 768px) {
    #main-content {
        background-color: #fbfcfd;
        padding-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .footer .row [class*='col-']:not(:last-child):after {
        background: #fcfcfc;
    }
}

.media-body a {
    font-weight: normal !important;
}
/*footer*/
.footer {
    clear: both;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
}



    .footer .list-unstyled li {
        padding-top: 1rem;
        list-style: none;
        padding-left: 3rem;
        margin-top: 1rem;
        line-height: .65;
    }

.bg-footer {
    background-color: #30415b;
    color: #fcfcfc;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-bottom: 1rem;
}

    .bg-footer a {
        color: #fcfcfc;
        position: relative;
        text-decoration: none;
    }

        .bg-footer a:hover {
            text-decoration: none;
        }

        .bg-footer a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: -1px;
            left: 0;
            background-color: #fcfcfc;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .bg-footer a:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .bg-footer a:focus {
            outline: 2px dashed #fcfcfc;
        }

.media {
    display: flex;
    align-items: flex-start;
}


figure {
    margin-top: 3em;
    margin-bottom: 3em;
}

/* all links (unless otherwise specified) */
header a:link {
    color: whitesmoke;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
}

header a:focus {
    color: #f3fafa;
}
