
:root {
    --blue: #0040be;
    --pure-blue: #00abeb;
}
body {
    font-family: 'urw-din', sans-serif;
}
/*.panasonic-logo-container {
    padding: 2rem;
    border-bottom: solid 7px var(--blue);
    padding-left: 6rem;
}
.panasonic-logo-container div {
    max-width: 1400px;
    margin: auto;
}
.panasonic-logo-container img {
    max-width: 250px;
}*/
.logo-container {
    padding: 2rem;
    border-bottom: solid 7px var(--blue);
    /*max-width: 1400px;*/
    margin: auto;
    display: flex;
}
.TOUGHBOOK-logo {
    padding-left: 70rem;
}
.panasonic-connect-logo {
    padding-left: 6rem;
}
.TOUGHBOOK-logo img {
    max-width: 250px;
}
.panasonic-connect-logo img {
    max-width: 250px;
}
.welcome-banner {
    background-image: url('Imgs/Panasonic_Mobility_Toughbook_Banner.webp');
    background-size: cover;
    padding: 4rem 0 14rem 6rem;
}
.welcome-banner div {
    max-width: 1400px;
    margin: auto;
}
.welcome-banner h1 {
    color: white;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    text-shadow: 4px 5px 8px #000000;
}
.welcome-banner h2 {
    font-family: 'dinot', sans-serif;
    color: white;
    font-size: 4.5rem;
    font-weight: 600;
    text-shadow: 4px 5px 8px#000000;
}
#blue-section {
    background: none;
    height: 50%;
    min-height: 180px;
    position:relative;
    overflow:hidden;
    z-index: -1;
}
#blue-section:after {
    content: '';
    position:absolute;
    left:-600%;
    width:1300%;
    padding-bottom:1300%;
    top:80%;
    background:none;
    border-radius:50%;
    box-shadow: 0px 0px 0px 9999px var(--pure-blue);
}
.header-tiles-container {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    margin: -280px auto 0;
}
.tile {
    max-width: 30%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 4rem;
    text-align: center;
    margin: 0 21px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.35)
}
.tile h5 {
    color: var(--blue);
    font-family: 'urw-din', sans-serif;
    font-size: 30px;
    /*font-weight: 600;*/
    margin-bottom: 1.5rem;
    white-space: nowrap;
}
.tile p {
    font-size: 1rem;
    font-weight: 600;
}
.btn {
    background-color: var(--blue);
    padding: 8px 3rem;
    border-radius: 0;
    color: white;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 2rem;
}
.btn2 {
    background-color: var(--blue);
    padding: 8px 2rem;
    border-radius: 0;
    color: white;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 1px;
    margin-top: 2rem;
    text-decoration: none;
}
.btn:hover {
    color: white;
    background-color: #004cd0;
}
.btn2:hover {
    color: white;
    background-color: #004cd0;
}
/* ----------- calendar section ----------- */
#product-preview-intro-container {
    padding-top: 8rem;
    text-align: center;
}
#product-preview-intro-container h1 {
    font-family: 'urw-din', sans-serif;
    font-size: 4rem;
    /*font-weight: 600;*/
    margin-bottom: 3rem;
}
#product-preview-intro-container h1 span {
    border-bottom: solid 8px var(--pure-blue);
    font-weight: 800;
}
#product-preview-intro-container p {
    font-size: 22px;
    width: 55%;
    margin: auto;
    max-width: 800px;
}

/* ---------- Merch/Product preview section -------- */
#product-preview-container {
    background-color: black;
    padding: 2rem 6rem;
    margin-top: 6rem;
}
#product-preview-container h2 {
    color: var(--pure-blue);
    font-weight: 600;
    margin: 1rem auto 1.5rem;
    max-width: 1400px;
    padding-left: 2rem;
}
#product-preview-container h2 span {
    color: var(--blue);
}
img.arrow {
    width: 14px;
    margin: 0 0 5px 19px;
}
.product-tile-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: auto;
}
.product-tile {
    max-width: 25%;
    padding: 8px;
}
/* ----------- Custom Request Section not needed ----------------- */
/*#custom-request-container {
    display: flex;
    align-items: center;
}
img#custom-request-lifestyle {
    max-width: 55%;
    max-height: 550px;
}
.custom-request-right-side {
    padding: 2rem;
    max-width: 34%;
}
.custom-request-right-side h2 {
    font-family: 'acumin-pro-extra-condensed';
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}
.custom-request-right-side p {
    font-size: 1.25rem;
}
.custom-request-right-side .btn {
    color: black;
    padding: 8px 1.5rem;
    background-color: var(--yellow);
}
.custom-request-right-side .arrow {
    width: 10px;
}*/
/* ----------- Contact Us Section --------------- */
#contact-us-section {
    background-color: var(--pure-blue);
    padding: 5rem;
    text-align: center;
    /*margin: 1rem 0;*/
    margin-bottom: 0.5rem;
}
#contact-us-section h1 {
    font-family: 'urw-din', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #000000;
}
#contact-us-section h1  span {
    color: var(--blue);
}
#contact-us-section a {
    padding: 8px 30px;
    border: solid 2px var(--blue);
    color: var(--blue);
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 600;
}
#contact-us-section p {
    font-size: 22px;
    margin-bottom: 3rem;
    color: #000000;
}
/* ----------- Footer ------------- */
footer {
   
    padding: 3rem 6rem;
    background-color: #cccccc;
    
}
footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: auto;
}
footer img {
    width: 250px;
}
footer a, footer p {
    color: #000000;
    font-size: 1.25rem;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -1px;
}
footer div {
    text-align: right;
}
@media only screen and (max-width: 800px) {
    .welcome-banner {
        padding: 3rem 0 9rem 0rem;
    }
    .welcome-banner div {
        text-align: center;
    }
    .welcome-banner h1 {
        font-size: 1.5rem;
    }
    .welcome-banner h2 {
        font-size: 2rem;
    }
    .logo-container {
        padding-left: 0;
        text-align: center;
    }
    .TOUGHBOOK-logo img {
        display: none;
    }
    .panasonic-connect-logo img {
        padding-left: 0;
        text-align: center;
    }
    .TOUGHBOOK-logo {
        display: none;
    }
    .header-tiles-container {
        flex-direction: column;
        align-items: center;
    }
    .tile {
        max-width: 80%;
        padding: 3rem;
        margin: 10px;
    }
    .tile h5 {
        white-space: initial;
    }
    .calendar-tile-container {
        flex-wrap: wrap;
    }
    .calendar-tile {
        max-width: 50%;
    }
    .calendar-tile h6 {
        font-size: 1rem;
    }
    #product-preview-container {
        padding: 1rem;
    }
    #product-preview-container h2 {
        margin: 1rem 0 1.5rem 1rem;
    }
    .product-tile {
        max-width: 50%;
    }
    #custom-request-container {
        flex-direction: column;
    }
    img#custom-request-lifestyle {
        max-width: 100%;
    }
    .custom-request-right-side {
        max-width: 100%;
    }
    .custom-request-right-side p,
    #contact-us-section p {
        font-size: 1rem;
    }
    .custom-request-right-side .btn {
        font-size: 1rem;
        margin-top: 1rem;
    }
    #contact-us-section {
        padding: 3rem;
    }
    #contact-us-section h1 {
        font-size: 2.75rem;
    }
    footer div {
        flex-direction: column;
    }
    footer div img {
        margin-bottom: 1rem;
    }
    footer img {
        width: 150px;
    }
    footer a {
font-size: 1rem;
    }
}
@media only screen and (max-width: 1300px) {
    .TOUGHBOOK-logo {
        padding-left: 32rem;
    }
    .TOUGHBOOK-logo img {
        max-width: 250px;
    }
}