﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.pa-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    height: 200px;
    background-image: url("/Contents/images/background/86b4eda1-69d0-40a4-bd2a-cc5089af7611-bg-contact.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    .pa-footer .f-row1 h1 {
        color: white;
        text-shadow: 2px 3px 3px yellow;
        letter-spacing: 2px;
    }

    .pa-footer .f-row1 img {
        width: 100px;
        margin-left: 4%;
        margin-top: 2%;
    }

    .pa-footer .f-row1 .f-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .pa-footer .f-row1 .f-menu ul li {
            display: inline-block;
            padding: 10px;
        }

            .pa-footer .f-row1 .f-menu ul li a {
                text-decoration: none;
                color: white;
                font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
                font-size: 20px;
            }

            .pa-footer .f-row1 .f-menu ul li:last-child a {
                color: red;
            }

            .pa-footer .f-row1 .f-menu ul li:first-child a {
                color: blue;
            }

    .pa-footer .f-row2 img {
        padding-right: 10%;
        margin-top: 10%;
        width: 130px;
    }

    .pa-footer .f-row-title {
        position: relative;
        text-align: justify;
        max-width: 200px;
        margin-right: -20%;
    }

        .pa-footer .f-row-title .p-f-title {
            color: white;
            font-size: 15px;
            font-family: "Dela Gothic One";
            margin-top: 5%;
            text-overflow: ellipsis;
        }
