body {
    margin: 0;
    padding: 0;
    background-color: black;
}
.fullwidth {

}
.pagewidth {
    max-width: 1280px;
    margin: auto;
}
h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    margin-bottom: 10px;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
}
p, ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    margin-top: 0;
    line-height: 32px;
}
.headerouter {
background-color: black;
}
.headerinner {
    display: flex;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: space-between;
    align-items: center;  
    
    max-width: 1280px;
    margin: auto;
}
.headerinner .logo img {
    max-width: 340px;
    display: block;
}
.headerinner .menu {
    color: #fff;
}

.headerinner .menu a {
    text-decoration: none;
    color: #fff;
}
.headerinner .menu a.active {
    color: #ed1c24;
}

.headerinner .menu a:hover {
    color: #ed1c24;
}

.headerinner .phone {
    color: #fff;
}
.headerinner .phone a {
    color: #fff;
    text-decoration: none;
}
.headerinner .phone a:hover {
    color: #ed1c24;
}
.homebanner {
    color: white;
    background-image: url('../img/fpo-banner.jpg');
    background-size: cover;
    height: 100vh;
}
.homebanner .homecopyholder {
    display: flex;
    justify-content: flex-end;
}
.homebanner .homecopy {
    width: 60%;
}

.subbanner {
    color: white;
    background-image: url('../img/fpo-banner2.jpg');
    background-size: cover;
    height: 100vh;
}
.subbanner.no-bg-image {
    background-image: none !important;
}
.subbanner .subcopyholder {    
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
    margin-top: 50px;
    width: 60%;
}
.subbanner .subcopy {
}


@media (max-width: 1280px) { 
    .pagewidth {
        max-width: 980px;
    }
    .headerinner {
        max-width: 980px;
    }
    /* normal desktop */ }

@media (max-width: 992px)  { 
    .headerinner {
        flex-direction: column;
        gap: 30px;
    }
    .headerouter {
        padding-bottom: 40px;
    }
    .homebanner .homecopyholder {
        justify-content: center;
    }
    h1 {
    font-size: 48px;
    }
    .subbanner .subcopyholder {
        margin: auto;
    }
    img.fakeForm  {
        width: 100%;
    }
    /* tablets landscape + small laptops */ }

@media (max-width: 768px)  { 
    h1 {
        font-size: 40px;
    }
    h2 {
    font-size: 32px;
    }
    .homebanner .homecopy {
        width: 80%;
    }

    * tablets portrait */ }


@media (max-width: 480px)  { 
    .headerinner {
        font-size: 20px;
    }
    /* small phones → larger phones */ }

    .center {
        text-align: center;
    }