﻿

.logo {
    width: 200px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
}

.logo {
    transition: transform 0.3s ease-in-out;
}

    .logo:hover {
        transform: scale(1.1);
    }











.copy {
    width: 100%;
    height: 50px;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #949494;
    font-size: 9px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 50px;
}

    .copy a {
        color: #949494;
        text-decoration: none;
    }

        .copy a:hover {
            text-decoration: underline;
        }











.display-box {
    font-size: 15px;
    color: white;
    outline: none;
    text-align: left;
    font-family: Arial, sans-serif;
}






.img {
    display: block;
    width: 500px;
    margin: auto;
}


.imgcredit {
    font-size: 12px;
    color: gray;
    text-align: center;
}

.phone {
    height: 450px;
    display: block;
    margin: 0 auto 40px;
}

@media (max-width: 768px) { 
    .copy {
        width: 100%;
        height: 100px;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #949494;
        font-size: 5px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        margin-top: 50px;
    }

        .copy a {
            color: #949494;
            text-decoration: none;
        }

            .copy a:hover {
                text-decoration: underline;
            }















    .copyr {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        color: #949494;
        font-size: 5px;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }







































    .logo {
        margin: 5px auto;
    }

    .phone {
        height: 200px;
        display: block;
        margin: 0 auto 40px;
    }

    .img {
        display: block;
        width: 150px;
        margin: auto;
    }


    .imgcredit {
        font-size: 9px;
        color: gray;
        text-align: center;
    }
}




























































