/*
Theme Name: Waterworks Child Theme
Theme URI: https://waterworksplumbingnsw.com.au
Author: You
Description: Mobile-first WordPress theme for Waterworks
Version: 1.0
Text Domain: Waterworks
*/

/* ========================
   Brand Variables
   ======================== */
:root { 
	--rr-primary-blue: #0a15d2;
	--rr-dark-blue: #0710a6;
	--rr-sky-blue: #54ddf0;
    --rr-red: #f25051;
    --rr-sunflower: #fbd902;
    --rr-white: #ffffff;
    --rr-lightgreen: #93e55e; 
    --rr-text: #111;
    --rr-bg: #ffffff;
    --rr-stone: #f5f4f2;
}


.navbar-nav a { color: red!important;}
/* ========================
   HIDDEN
   ======================== */

::selection {
	background: var(--rr-sky-blue);
  color: #fff;
}

/* Firefox-specific (older support) */
::-moz-selection {
background: var(--rr-sky-blue);
  color: #fff;
}


a img {
  transition: opacity 0.2s ease, transform 0.2s ease;
}

a:hover img {
  opacity: 0.85;
}

a:active img {
  opacity: 0.6;
  transform: scale(0.98);
}

div.grecaptcha-badge { display:none!important;}

ol li { margin:1em 0em;}

.sky { color: var(--rr-sky-blue);}
.white { color: var(--rr-white);}

.top {
  display: flex;
  align-items: flex-start; /* top align */
  gap: 0; /* "butt next to each other" */
	
}

.top .thumb {
  flex-shrink: 0; /* stops squishing */
	margin-right: 0.5em;
}

.top .thumb img {
  display: block;
  width: 60px;   /* or whatever your size is */
  height: auto;  /* keeps aspect ratio */
}

.top h3 {
  margin: 0; /* removes default spacing pushing things apart */
}

.border20 { border-radius: 20px;}
.row.align-items-stretch {
    display: flex;
}

#hero h1,
#hero h2,
#hero ul.signposts,
#masthead h1,
#masthead ul.share,
#masthead ul.sharewhite,
#masthead ul.date,
#masthead h2
{
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  filter: blur(10px);
}

.transition-fade {
  opacity: 1;
  transform: translateX(0);
  transition: 0.15s ease-in-out;
}

html.is-animating .transition-fade {
  transform: translateX(-20px);
  opacity: 0;
}


/*PROGRESS*/
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 9999;
	background: transparent;
}

#scroll-progress span {
  display: block;
  height: 100%;
  width: 100%;
  background: var(--rr-sky-blue);
  transform-origin: left center; /* al */
  transform: scaleX(0);
}

/*PROGRESS*/

/*article.maincontent div.col-md-8.offset-md-2 ul { margin-bottom: 3em;}*/

.site-logo img {
  will-change: transform;
}

.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 300px; /* Adjust as needed */
    object-fit: cover;
    display: block;
}

.service-overlay {
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.35); /* Optional dark overlay */
}

.service-overlay h3 {
    color: #fff;
    margin: 0;


}

/* ========================
   Base (Mobile First)
   ======================== */

.pt-mono-regular {
  font-family: "PT Mono", monospace;
  font-weight: 400;
  font-style: normal!important;
}


html {
    font-size: 18px;
}

body {
    margin: 0;  font-family: "PT Mono", monospace;
    background: var(--rr-bg);
    color: var(--rr-dark-blue)!important;
    line-height: 1.65;
	font-size: 18px;

}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 0.8;
    color: var(--rr-dark-blue); font-family: 'HighRise'; font-weight: normal; font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {

    color: var(--rr-dark-blue);

}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

    color: var(--rr-dark-blue);

}


h1 { font-size: 1.9rem; }
h2 { font-size: 2.6rem; }
p { font-size: 1rem; }

/* Links */
a {
    color: var(--rr-primary-blue);
    text-decoration: none;
    transition: color 0.3s ease;
	border: none;
	   cursor: pointer !important;
}

img a:hover {
    opacity: 0.3;
}


a:hover {
     color: var(--rr-sky-blue);
	   cursor: pointer !important;
}


/* ========================
   Layout
   ======================== */

#word {
  opacity: 1;
  transition: opacity 0.6s ease;
}

#word.fade-out {
  opacity: 0;
}

div.over {
  background: rgba(0, 0, 0, 0.5); /* black with 50% opacity */
}




ul.share, ul.date { margin: 0px; padding: 0px;}
ul.share li, ul.date li { margin: 0px; padding: 0px; list-style: none; display: inline-block;}

ul.share li a { color:white;}
ul.share li a:hover { color: var(--rr-sunflower);}

ul.share { margin: 0px; padding: 0px;}
ul.share li { margin: 0px; padding: 0px; list-style: none; display: inline-block;}
ul.share li a { color: var(--rr-primary-blue);}
ul.share li a:hover { color: var(--rr-red);}

ul.sharewhite { margin: 0px; padding: 0px;}
ul.sharewhite li { margin: 0px; padding: 0px; list-style: none; display: inline-block;}
ul.sharewhite li a { color:white;}
ul.sharewhite li a:hover { color: var(--rr-sunflower);}



ul.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.checklist li {
    position: relative;
    padding-left: 60px;
    margin: 0 0 1em 0;
	font-family: 'HighRise'; font-weight: normal!important;
	font-size: 36px;
	line-height: 0.8em;
}

ul.checklist li span {
      margin: 0;  font-family: "PT Mono", monospace;
    line-height: 1.6;
	font-size: 18px;
}

ul.checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.2em;
    width: 45px;
    height: 45px;
    background-image: url('assets/img/check.png'); /* Ensure this exists in child theme */
    background-size: contain;
    background-repeat: no-repeat;
}

.responsive-columns {
    column-count: 1;
    column-gap: 75px;
}

@media (min-width: 992px) {
    .responsive-columns {
        column-count: 2;
    }
}

.container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.section {
    padding: 3rem 0;
}

/* ========================
   Buttons
   ======================== */
.btn {
    display: inline-block;
    padding: 0.4rem 1.5rem 0.20rem;
    color: #fff;
    border: none;
    transition: 0.2s ease;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 0em;
    font-size: 20px;font-family: 'HighRise'; font-weight: normal; font-weight: normal;
}

.btn:hover {
    transform: scale(1.1);
}

.btn-rr { background: var(--rr-primary-blue); }
.btn-rr:hover { background: var(--rr-sky-blue); color: var(--rr-dark-blue); }
.btn-rr:active { background: var(--rr-sky-blue)!important; color: var(--rr-dark-blue)!important; }


.btn-rr-ghost {
    background: transparent;
    outline: 3px solid #fff;
    outline-offset: -3px;
}
.btn-rr-ghost:hover {
    color: var(--rr-sky-blue);
    outline: 3px solid var(--rr-sky-blue);
    border: none;
}

.btn-rr-ghost:active {
    color: var(--rr-sky-blue)!important;
    outline: 3px solid var(--rr-sky-blue)!important;
    border: none;
}

.btn-rr-sky { background: var(--rr-sky-blue); color: var(--rr-dark-blue); }
.btn-rr-sky:hover { background: var(--rr-primary-blue); color: var(--rr-white); }
.btn-rr-sky:active { background: var(--rr-primary-blue)!important; color: var(--rr-white)!important; }



/* More specific selector to avoid conflicts */
.wpcf7-form .wpcf7-submit,
input[type="submit"].wpcf7-submit {
    display: inline-block;
    padding: 0.65rem 1.5rem;
    font-weight: 700;
    border: none;
    transition: 0.2s ease;
    border-radius: 50px;
    cursor: pointer;
    font-size: 36px;font-family: 'HighRise'; font-weight: normal; font-weight: normal;
    background: var(--rr-primary-blue) !important;
    margin: 10px 0;
	
	  padding: 0.4rem 1.5rem 0.20rem;
    color: #fff;
	
}

.wpcf7-form .wpcf7-submit:hover,
input[type="submit"].wpcf7-submit:hover {
    background: var(--rr-sky-blue) !important;
    color: var(--rr-primary-blue) !important;
    transform: scale(1.1);
}


.wpcf7 form .wpcf7-response-output {
  margin: 2em 0em 1em;
}

/* ========================
   Cards / Blocks
   ======================== */
.card {
    background: #fff;
    border: 2px solid var(--rr-dark-blue);
    padding: 1rem;
}

.card-highlight {
    background: var(--rr-sunflower);
    color: var(--rr-dark-blue);
}


.main-nav-inner {
    width: 100%;
}

.nav-left {
    flex: 1;
}

.site-logo {
    flex-shrink: 0;
}

.nav-right {
    flex: 1;
    justify-content: flex-end;
}

.sociallinks {
    list-style: none;
    gap: 15px;
}

.sociallinks li {
    display: inline-flex;
}

.sociallinks a {
    color: inherit;
    text-decoration: none;
}

.call {
    white-space: nowrap;
}

/* ========================
   Utility Styles
   ======================== */
#usp p { font-size: 12px; line-height: 1.5em;}

/* ========================
   Utility Styles
   ======================== */

.map-embed {
  width: 100%;
  height: 500px;
  border: 0;
}


article.root {
    display: flex;
    flex-direction: column;
}

.bottom {
    margin-top: auto;
}


ul.sociallinks { margin: 0px; padding: 0px;}
ul.sociallinks li { margin: 0px; padding: 0px; display: inline-block;}
ul.sociallinks li a { color: white; font-size: 28px; margin: 0em 0.3em;}

ul.social { margin: 0px 0px 1.5em 0px; padding: 0px;}
ul.social li { margin: 0px; padding: 0px; display: inline-block;}
ul.social li a { color: white; font-size: 26px; margin: 0em 0.3em;}

.ps-focus__cover-image.ps-js-cover-wrapper.ps-no-cover {
    background-image: url('/wp-content/themes/roots-child/assets/img/cover/default.jpg');
}

.content { margin: 2em 0; }
.img-rounded { border-radius: 30px; }
.img-rounded-top {
    border-radius: 26px 26px 0 0;
	overflow: hidden!important;
}

.white { color: var(--rr-white); }
.green { color: var(--rr-primary-blue); }
.text-accent { color: var(--rr-primary-blue); }

.bg-primary-blue { background: var(--rr-primary-blue); color: #fff; }
.bg-dark-blue { background: var(--rr-dark-blue); color: #fff; }


.bg-stone { background: var(--rr-stone); }
.bg-stone-repeat { background: var(--rr-stone) url("assets/img/stone.jpg") center center repeat; background-size: cover;}
.bg-wave-repeat { background: var(--rr-stone) url("assets/img/repeat.png") center center repeat; background-size: cover;}

address#main ul { margin: 0px; padding: 0px;}
address#main ul li { margin: 0px; padding: 0px; list-style: none!important;}
/* ========================
TICKER
   ======================== */
.ticker {
  overflow: hidden;
  width: 100%;
	text-align: center;
	color: white;
}

.ticker-track {
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}

.ticker-track > * {
  flex-shrink: 0;
}

/* ========================
404
   ======================== */
div#error { min-height: 80vh;}

/* ========================
   Navigation
   ======================== */


.main-header { background: var(--rr-primary-blue); z-index: 999; }
.call { color: white; margin: 0px; padding: 0px; font-family: 'HighRise'; font-weight: normal; font-size: 26px; line-height: 1.3em;}
.main-nav-inner { display: flex; align-items: center; }
.nav-left { flex: 5; display: flex; }
.site-logo { flex: 2; display: flex; justify-content: center; }
.nav-right { flex: 5; display: flex; }

.site-logo img { max-height: 70px; }

/* Horizontal nav for desktop */
.nav-left .navbar-nav,
.nav-right .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-left .navbar-nav > li,
.nav-right .navbar-nav > li {
    flex: 1;
    text-align: center;
}


.navbar-nav .nav-link.active {
    color: #54ddf0!important;
 
}


.nav-left .navbar-nav > li > a,
.nav-right .navbar-nav > li > a {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    white-space: nowrap;
    color: #fff !important;font-family: 'HighRise'; font-weight: normal; font-weight: normal;
    font-size: 28px;
    text-decoration: none;
}

.nav-left .navbar-nav > li > a:hover,
.nav-right .navbar-nav > li > a:hover,
.nav a:hover,
.nav-link:hover,
.dropdown-toggle.nav-link:hover {
    color: var(--rr-sky-blue) !important;
}

.current-menu-item.current_page_item a.nav-link span { color: #f25051;}
a.dropdown-toggle.nav-link  { color: #f25051;}

.navbar-nav .dropdown.active > a,
.navbar-nav .menu-item-has-children.current-menu-item > a {
    pointer-events: auto;
    opacity: 1;
 color: #f25051!important; border: 0px solid #eee; outline:0;}

.navbar-nav .nav-link:focus,
.navbar-nav .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*.current-menu-item a { color: var(--rr-red) !important; }*/

/* Dropdown */
.dropdown-menu { background: var(--rr-primary-blue); width: auto!important; border-radius: 10px; padding: 0.5rem 0; top: 90px; margin-top: 50px; }
.dropdown-item { padding: 0.1rem 1rem;font-family: 'HighRise'; font-weight: normal; font-weight: normal; font-size: 22px; }
.dropdown-item:hover { background: transparent; color: white; cursor: pointer!important;}
.dropdown-item.current-menu-item a  { background: transparent; color: white; cursor: pointer!important;}

/* Hamburger & overlay menu */
.hamburger { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); display: flex; flex-direction: column; justify-content: space-between; width: 30px; height: 22px; background: none; border: none; cursor: pointer; z-index: 1002; }
.hamburger .bar { height: 3px; width: 100%; background: #fff; border-radius: 2px; transition: 0.3s ease; }

.overlay-menu { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; display: flex; flex-direction: column; padding: 60px 30px; z-index: 1005; overflow-y: auto; transition: left 0.4s ease; }
.overlay-menu.active { left: 0; }

.overlay-close { position: absolute; top: 15px; right: 15px; font-size: 2rem; color: #fff; background: none; border: none; cursor: pointer; }
.overlay-nav .nav { display: flex; flex-direction: column; gap: 20px; font-size: 1.2rem; }

/* ========================
   Footer
   ======================== */
footer h5#slogan { color: var(--rr-white);font-family: 'HighRise'; font-weight: normal; font-weight: normal; font-size: 36px; }
div.footertop h4 { color: var(--rr-white); font-size: 26px; }
div.footertop h5 { color: var(--rr-white); font-size: 36px; }
div.footertop h5 a { color: var(--rr-dark-blue); }
div.footertop h5 a:hover { color: var(--rr-sunflower); }

ul.footer-nav { margin: 0; padding: 0; text-align: left; }
ul.footer-nav li { margin: 0; padding: 0; list-style: none; color: white; display: inline; }

footer#footer ul.nav { margin: 0px; padding: 0px; text-align: start;}
footer#footer ul.nav li { margin: 0px; padding: 0px; list-style: none;  color: #fff!important; display: block; width: 100%; font-family: 'HighRise'; font-weight: normal;}
footer#footer ul.nav li a { color: #fff!important;}
footer#footer ul.nav li a:hover { color: var(--rr-sky-blue)!important;}
div.footerbottom a { color: var(--rr-sky-blue); }
div.footerbottom a:hover { color: #fff; }


ul#menu-footer-menu.footer-nav li {color: white!important; font-family: 'HighRise'; font-weight: normal; font-size: 30px;}
ul#menu-footer-menu.footer-nav li a {color: white!important; }

/* ========================
   Hero
   ======================== */
#hero {
    height: calc(65vh - 196px);
    display: flex;
    align-items: center;
    justify-content: center;

}
#hero h1 { color: var(--rr-white); font-size: 14px; line-height: 1.4em; text-align: center; font-weight: normal;  margin: 0;  font-family: "PT Mono", monospace; }
#hero h1 a { color: var(--rr-white); }

#hero h2 { color: var(--rr-white); font-size: 50px; text-align: center; font-weight: normal;  }

header#hero h2 span { color: var(--rr-sky-blue);}

#hero {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#hero .over {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    pointer-events: none;
}

#hero .container {
    position: relative;
    z-index: 2;
}


/* ========================
FORM
   ======================== */

/* Make all fields full width */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form textarea {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em; /* extra left inset */
    border-radius: 50px;
    border: 3px solid  var(--rr-primary-blue);
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.3s ease;
	margin-top: 0.4em;
}

/* Focus (active) state */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="url"]:focus,
.wpcf7-form textarea:focus {
    border-color:  var(--rr-sky-blue);
}

/* Optional: textarea height */
.wpcf7-form textarea {
    min-height: 70px;
    resize: vertical;
	padding: 0.5em 0.5em 0.5em 1em; /* extra left inset */
	 border-radius: 30px;
}

span.wpcf7-not-valid-tip { color: var(--rr-sky-blue);}
label { width: 100%;}

/* ========================
   Carousel
   ======================== */
.item {
    height: auto;
    display: flex;
    align-items: center;
	overflow: hidden;
}

.item h3 {
   font-size: 50px;
	color: white;
}

.item h4 {
   font-size: 44px;

}



.item .row {
    width: 100%;
}


.post-image-bg {
    background-size: cover;
    background-position: center;
    min-height: 20vh;
}


.owl-four .item {
    height: 500px;
    overflow: hidden;
}

/* ALL images fill their box */
.owl-four .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Landscape = normal */
.owl-four .item.landscape {
    aspect-ratio: 3 / 2;
}

/* Portrait = narrower but same height */
.owl-four .item.portrait {
    aspect-ratio: 2 / 3;
}


.owl-three .owl-item {
    opacity: .4;
    transform: scale(.9);
    transition: all .35s ease;
}

.owl-three .owl-item.active {
    opacity: .7;
}

.owl-three .owl-item.center {
    opacity: 1;
    transform: scale(1);
}



/* ========================
   POSTNAV
   ======================== */
section#postnav div.twitch.cpt-title { font-size: 40px;}
section#postnav div.twitch1.cpt-title { font-size: 40px;}

/* ========================
   INTRODUCTION
   ======================== */
section#introduction h2.text-center { color: white;  font-family: "PT Mono", monospace; font-size: 54px; line-height: 1.6em;}

/* ========================
   INTRO
   ======================== */
section#intro { min-height: 80vh;}
section#intro div.over { min-height: 80vh;}
div.grass {
  min-height: 80vh;
  background: url("assets/img/grass1.png") bottom center / cover repeat;
}

div.grass1 {
  min-height: 80vh;
  background: url("assets/img/grass.png") bottom center / cover repeat;
}

div.aboutbg {
  min-height: 80vh;
  background: url("assets/img/AboutBG.png") bottom center / cover repeat;
}

/* ========================
   INTRO
   ======================== */
ul.address { margin: 0px 0px 1em 0px; padding: 0px;}
ul.address li { margin: 0px; padding: 0px; list-style: none;}

/* ========================
BLOCKQUOTE
   ======================== */
blockquote cite.green.text-center { font-style: normal;}





.twitch {
  display: inline-block; /* IMPORTANT */
  animation: twitch 3s infinite ease-in-out;
	
}

div.cpt-title {font-family: 'HighRise'; font-weight: normal; font-size: 60px; line-height: 1.2em; color: var(--rr-dark-blue);  transition: color 0.3s ease;}
div.cpt-title:hover { color: var(--rr-primary-blue);  transition: color 0.3s ease;}


/* Make all Owl Carousel cards equal height */
.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.owl-carousel .owl-item .card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex: 1;
	    color: var(--rr-dark-blue)!important;
	font-size: 16px!important;
}

.card-body p {

	font-size: 17px!important;
}

/* Image */
.service-image {
    position: relative;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    display: block;
    object-fit: cover;
}

/* Overlay */
.service-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
background-color: rgba(0, 0, 0, 0.35);
background-image: url("https://waterworksplumbingnsw.au/wp-content/uploads/2026/07/wave.png");
background-position: bottom center;
background-repeat: no-repeat;
background-size: contain;}

.service-overlay h3 {
    color: #fff;
    margin: 0;
}

/* Rounded corners */
.img-rounded {
    border-radius: 30px;
    overflow: hidden;
}

.img-rounded-top {
    border-radius: 26px 26px 0 0;
    overflow: hidden;
}



@keyframes twitch {
  0%, 85%, 100% {
    transform: translateX(0);
  }
  88% { transform: translateX(-4px); }
  90% { transform: translateX(4px); }
  92% { transform: translateX(-2px); }
  94% { transform: translateX(2px); }
}

.twitch1 {
  display: inline-block; /* IMPORTANT */
  animation: twitch1 2.7s infinite ease-in-out;

}


@keyframes twitch1 {
  0%, 85%, 100% {
    transform: translateX(0);
  }
  88% { transform: translateX(-4px); }
  90% { transform: translateX(4px); }
  92% { transform: translateX(-2px); }
  94% { transform: translateX(2px); }
}

/* ========================
   SINGLE
   ======================== */
	 .entry h2 { font-size: 30px; }
#masthead h2 { font-size: 22px; }


/* ========================
   Media Queries
   ======================== */



@media (min-width: 576px) {
    h1 { font-size: 2.1rem; }
    h2 { font-size: 2.5rem; }
    .container { max-width: 540px; }
	


@media (min-width: 768px) {
	
	.item {
    height: 60vh;
    display: flex;
    align-items: center;
	overflow: hidden;
}

	

	
	
    h1 { font-size: 2.4rem; }
    h2 { font-size: 3rem; }
    .container { max-width: 720px; }
    .section { padding: 4rem 0; }

    .grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
	


@media (min-width: 992px) {
	
	ul.checklist li {
    position: relative;
		padding-left: 75px;}
	
	ul.checklist li::before {
    width: 65px;
		height: 65px;}
	
	.call {font-size: 36px;}
	
	ul.checklist li { font-size: 50px;}
	.item h3 {
   font-size: 90px;
	color: white;
}
	
			.post-image-bg {
    background-size: cover;
    background-position: center;
    min-height: 70vh;
	}
	
	
	.content { margin: 4em 0; }
	
    h1 { font-size: 2.8rem; }
    h2 { font-size: 3.8rem; }
    h3 { font-size: 3rem; }
    .container { max-width: 960px; }
    .grid { grid-template-columns: repeat(3, 1fr); }
    .btn { font-size: 36px; }

    #hero { height: calc(100vh - 197px); }
 #hero h1 { font-size: 16px; line-height: 1.4em; }
    #hero h2 { font-size: 90px; }

    footer h5#slogan { font-size: 30px; }
    div.footertop h4 { font-size: 30px; }
    div.footertop h5 { font-size: 50px; }
	
#usp p { font-size: 13px; line-height: 1.5em;}
}

@media (min-width: 1200px) {
	#usp p { font-size: 16px; line-height: 1.5em;}

    .container { max-width: 1600px; }
    h1 { font-size: 3.2rem; }
    .section { padding: 5rem 0; }

    footer h5#slogan { font-size: 36px; }
    div.footertop h4 { font-size: 36px; }
    div.footertop h5 { font-size: 70px; }

   #hero h1 { font-size: 16px; display: block; line-height: 2em,}
    #hero h2 { font-size: 110px; }
	 .entry h2 { font-size: 44px; }
	#masthead h2 { font-size: 34px; }

	

}

@media (min-width: 1400px) {
	.container { max-width: 1600px;}
	
	#hero h1 { font-size: 20px; display: block; line-height: 2em,}
    #hero h2 { font-size: 160px; }
		
	h2 { font-size: 4.8rem; }
	
}