* {
    box-sizing: border-box;
}

body {
    background-color: #f2f2f2;
    margin: 0px;
   
}

.orange-bar {
    padding: 40px;
    background-color: #f9671c;
    max-width: 620px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

}


header {
    width: 100%;
    max-width: 620px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;

}

h1 {
    background-image: url('../images/FoxPawProperties-Logo-01.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    text-indent: -999999px;
    width: 220px;
    height: 185.61px;

}

a {
    background-image: linear-gradient(to bottom, transparent 93%, #ffffff 7%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    -ms-transition: background-size 0.4s ease;
    -o-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
    color: #ffffff;
}

.content a {
    background-image: linear-gradient(to bottom, transparent 93%, #333333 7%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    text-decoration: none;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    -ms-transition: background-size 0.4s ease;
    -o-transition: background-size 0.4s ease;
    transition: background-size 0.4s ease;
    color: #333333;
}

a:hover,
a:focus {
    background-size: 100% 100%;
    cursor: pointer;
    
}

strong {
    font-weight: 900;
}

img {    
    width: 100%;
    height: auto;
}


.logo {
    margin-bottom: 50px;
    max-width: 220px;

}


#address {
    font-family: 'urw-din', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
}

#address p {
    margin: 0;
    padding: 0;
}

.numbers span:first-of-type {
    margin-right: 10px;
}


ul {
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

li {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}



main {
    width: 100vw;
    margin-top: 60px;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    display: block;

}

.content {
    margin-top: 70px;
    font-family: 'urw-din', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.3;
    color: #333333;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

}

.content p {
    max-width: 800px;
}


footer {
    margin-top: 200px;
    margin-bottom: 30px;
}

.copyright {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'urw-din', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
}


@media (max-width: 1260px) {



    .content {
        font-size: 27px;
        max-width: 824px;
        margin-left: auto;
        margin-right: auto;
    }


}

@media (max-width: 844px) {

    main {
        width: 100%;
        left: unset;
        right: unset;
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media (max-width: 660px) {


    .orange-bar {
        padding: 20px;
    }

    h1 {
        height: 152.69px;
        width: 180px;
    }

    .logo {
        margin-bottom: 40px;
    }

    #address span {
        display: block;
    }
    
    .content {
        font-size: 20px;
    }

    ul {
        padding-left: 0px;
    }

    li {
        padding-left: 0px;
    }
    
    .button-float-wrapper {
        height: auto; 
    }

    .info-button {
        position: static !important;  
        transform: none !important;   
        margin: 50px auto 0 auto;     
        display: block;
        top: unset !important;
        font-size: 18px !important;

    }

    #address {
        font-size: 18px; }


    footer {
        margin-top: 100px;
    }
    
}

.button-float-wrapper {
    position: relative;
    height: 0;
}

.info-button {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e2550f;
    color: #ffffff;
    border: 2px solid transparent; /* border for transition */
    padding: 15px 30px;
    font-size: 20px;
    font-family: 'urw-din', sans-serif;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* soft shadow */
    transition: 
        background-color 0.3s ease,
        transform 0.2s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.info-button:hover,
.info-button:focus {
    background-color: #f9671d;
    transform: translateX(-50%) scale(1.03); /* pop effect */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25); /* stronger hover shadow */
    border-color: #ffd4c2; /* glowing orange border highlight */
}
