@import url("desktopstyle.css");
@import url("tabletstyle.css");
@import url("mobilestyle.css");

/* UNIVERSAL STYLES */

body {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #03446c;
}

h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

h2 {
    font-size: 2rem;
    font-weight: 500;
}

h3{
    font-size: 1.5rem;
    font-weight: 500;
}

p {
    font-size: 1rem;
    font-weight: 500;
}

#header-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    min-height: 50px;
    margin: 0;
    padding: 0;
    background-color: #03446c;
    box-sizing: border-box;
}

.header-contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 50px;
    width: 50%;
    min-width: 300px;
    margin: 0;
    padding: 4px;
}

.header-contact-details img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid white;
    margin-right: 4px;
}

.header-contact-details a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.header-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 28.125rem;
    margin: 0;
    padding: 0;
    background-image: url("../images/bathroom1.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
    z-index: 2;
}

.logo-container {
    background-color: rgba(255, 255, 255, 0.625);
    text-align: center;
    height: 9.375rem;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.logo-container img {
    height: 9.375rem;
    width: auto;
}

main {
    margin: 0;
    padding: 0;
}

.welcome-container {
    display: flex;
    align-items: center;
    position: relative;
    top: -1.875rem;
    min-height: 28.125rem;
    background-color: white;
    margin: 0 auto;
    padding: 1.5rem;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
    color: #03446c;
    text-align: center;
    z-index: 3;
}

.welcome-content {
    flex: 1 1 28.125rem;
}

.page-break {
    position: relative;
    top: -3.4375rem;
    width: 100%;
    height: 28.125rem;
    margin: 0;
    padding: 0;
    background-image: url("../images/kitchen1.JPG");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
}

.services-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-evenly;
    padding: 0;
    margin: -5rem 0 0 0;
    z-index: 1;
    width: 100%;
}

.services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 1 21.875rem;
    text-align: center;
    background-color: white;
    color: #03446c;
    padding: 0;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
    min-height: 37.5rem;
    max-width: 21.875rem;
}

.services p {
    padding: 0 1rem;
}

.boiler-link {
    color: #03446c;
}

.page-break2 {
    position: relative;
    top: -2.5rem;
    width: 100%;
    height: 28.125rem;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    background-image: url("../images/pipework.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
}

.page-break3 {
    position: relative;
    top: -105px;
    width: 100%;
    height: 28.125rem;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    background-image: url("../images/combi-boiler-in-the-kitchen.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
}

.page-break4 {
    position: relative;
    top: -40px;
    width: 100%;
    height: 28.125rem;
    margin: 0.9375rem 0 0 0;
    padding: 0;
    background-image: url("../images/boiler-temperature-setting-for-winter-3-1-1024x527.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
}

.price-container {
    display: flex;
    align-items: center;
    position: relative;
    top: -65px;
    min-height: 28.125rem;
    background-color: white;
    margin: 0 auto;
    padding: 1.5rem;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
    color: #03446c;
    text-align: center;
    z-index: 3;
}

.price-content {
    flex: 1 1 28.125rem;
}

.price-list {
    width: fit-content;
    margin: 0 auto;
}
.price-list ul {
    text-align: left;
}

.combi-boiler-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-evenly;
    padding: 0;
    margin: -130px 0 0 0;
    z-index: 1;
    width: 100%;
}

.boiler-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-evenly;
    padding: 0;
    margin: 25px 0 0 0;
    z-index: 1;
    width: 100%;
}

.boiler-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 1 21.875rem;
    text-align: center;
    background-color: white;
    color: #03446c;
    padding: 0;
    box-shadow: 0.3125rem 0.3125rem 0.625rem black;
    min-height: 37.5rem;
    max-width: 21.875rem;
}

.boiler-content p {
    padding: 0 1rem;
}

.boiler-content span {
    font-weight: bold;
}

.small-print {
    font-size: 10px;
}

footer {
    background-color: #03446c;
    padding: 0;
    margin: 0;
    text-align: center;
    color: white;
    padding: 1.5rem;
}

#footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #03446c;
    box-sizing: border-box;
}

.footer-contact-details {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    min-width: 300px;
    margin: 4px 0;
    padding: 4px;
}

.footer-contact-details img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid white;
    margin-right: 4px;
}

.footer-contact-details a {
    text-decoration: none;
    color: white;
    cursor: pointer;
}