/*!
Theme Name: Comfortmaker Template 1
Theme URI: http://i-createlocal.com/
Author: Jody B Roach
Author URI: https://jodybdesigns.com
*/

body {
    background: white !important;
    background-size: cover !important;
    border: none !important;
    color: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

.wpcf7-form input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {width:100% !important;}

input, select, textarea {
 	display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* elite dealer video*/

.elite-dealer {
	background:white;
}

.elite-dealer-logo {
	background: url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/elite-bg.jpg) center no-repeat;
	background-size: contain;
}

.elite-dealer-logo img {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	display: block;
}

.elite-dealer-video {
	position: relative;
    padding-bottom: 30.80%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.elite-dealer-video iframe {
	border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********/

@media (max-width: 600px) {
    .elite-dealer-logo img {
		margin: 16px 0 16px 0;
	}
	.elite-dealer-video {
		position: relative;
		padding-bottom: 49.80%;
		height: 0;
		overflow: hidden;
	}
}

.centerthings-inline {
	display:flex; 
	align-items: center; 
	justify-content:center;
	flex-direction: inline;
}

.centerthings {
	display:flex; 
	justify-content:center;
	flex-direction: column;
}

.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-family: 'Montserrat',sans-serif;
}

.btn-coral {
    background: <?php the_field('coral_color', 'option');?>;
    font-size: large;
    color:white;
}

.btn-comfort {
    background: <?php the_field('teal_color', 'option');?>;
    color: white;
    font-size: large;
}

.btn-grean {
    background: <?php the_field('green_color', 'option');?>;
    font-size: large;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat',sans-serif;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: <?php the_field('green_color', 'option');?>;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
  }

  /* Icon Grow Rotate */
.hvr-icon-grow-rotate {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-icon-grow-rotate .hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
    -webkit-transform: scale(1.5) rotate(12deg);
    transform: scale(1.5) rotate(12deg);
  }

  /* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /* Curl Top Left */
.hvr-curl-top-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
  }
  .hvr-curl-top-left:before {
    pointer-events: none;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    top: 0;
    left: 0;
    background: white;
    /* IE9 */
    background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');
    /*For IE7-8-9*/
    z-index: 1000;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
  }
  .hvr-curl-top-left:hover:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:active:before {
    width: 75px;
    height: 75px;
  }

.topbar {
    min-height:10px;
    max-height:10px;
    height:10px;
}

.bluebg {
    background: <?php the_field('teal_color', 'option');?>;
    min-height:10px;
}

.orangebg {
    background: <?php the_field('coral_color', 'option');?>;
    min-height:10px;
}

/*************/

.header {
    min-height: 750px; 
    background: url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/headerbg.jpg) center no-repeat; 
    background-size: cover;
}

.headbar {
    background: rgba(255,255,255, 0.7);
}

.logo img {
    max-width: 250px;
    margin-top:8px;
}

.phone {
    padding-top: 20px;
    padding-left: 30px;
}

.phone i {
    color: <?php the_field('coral_color', 'option');?>;
    font-size: xx-large;
}

.phone h5 {
    font-size: xx-large;
    font-weight: 500;
    color: <?php the_field('teal_color', 'option');?>;
    margin-bottom: 0;
}

.phone p {
    font-size: inherit;
    padding-left:40px;
}

.email {
    padding-top: 20px;
    padding-left: 30px;
}

.email i {
    color: <?php the_field('coral_color', 'option');?>;
    font-size: xx-large;
}

.email h5 {
    font-size: xx-large;
    font-weight: 500;
    color: <?php the_field('teal_color', 'option');?>;
    margin-bottom: 0;
}

.email p {
    font-size: inherit;
    padding-left:40px;
}

.time {
    padding-top: 20px;
    padding-left:30px;
}

.time h5 {
    font-size: xx-large;
    font-weight: 500;
    color: <?php the_field('teal_color', 'option');?>;
    margin-bottom: 0;
}

.time p {
    font-size: inherit;
    padding-left:40px;
}

.time i {
    color: <?php the_field('coral_color', 'option');?>;
    font-size: xx-large;
}

/* navbar */

.navbg {
    background: <?php the_field('teal_color','option');?>;
}

.navbar {
    width: 100%;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 5;
    box-shadow: none;
    text-align: center;
}

.navbar-toggler {
    background: <?php the_field('coral_color','option');?>;
    color: white;
    border-width: 2px !important;
    border-color: white;
    border-radius: 0;
}

.active {
    background: rgba(255, 255, 255, 0.3);
}

.navbar-nav {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.nav-item {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-item a {
    color: white;
    font-weight: 500;
    font-size: 18px;
    padding: 10px;
    flex-grow: 1;
    text-align: center;
}

.nav-item a:hover {
    background: <?php the_field('coral_color','option');?>;
    color: white;
}

.nav-item:first-child {
    padding-left: 0;
}

  .headline {
      padding-top: 100px;
  }

  .headline h2 {
    font-size: 3rem;
    background: <?php the_field('teal_color', 'option');?>;
    color: white;
    padding:10px;
    margin-bottom: 0;
  }

  .headline p {
    font-size: x-large;
    background: rgba(255,255,255, 0.7);
    padding: 10px;
    margin-bottom: 0;
  }

  .headline .btn {
      margin: 0;
  }

  /*********/

  .bigdeals {
      background: <?php the_field('teal_color', 'option');?>;
  }

  .bigdeals h2 {
      color: white;
  }

  .coupon {
      max-height: 390px;
      border: 5px dashed gray;
  }
  
  .couplogo img {
      max-width:100%;
  }

  .c-section1 {
      min-height: 125px;
      background: <?php the_field('teal_color', 'option');?>;
  }

  .c-section1 h4 {
      color: white;
      font-size: large;
  }

  .c-section1 h2 {
      font-size: 2.8rem;
      font-weight: 600;
      color: white;
      margin: 0;
  }

  .c-section2 {
      min-height: 125px;
      background: <?php the_field('coral_color', 'option');?>;
  }

  .c-section2 h2 {
    font-size: 4.4rem;
    font-weight: 600;
    color: white;
    margin: 0;
  }

  .c-section2 p {
      color: white;
      letter-spacing: 2px;
      font-size: 0.8rem;
  }

  .c-section3 {
      min-height: 100px;
      background: <?php the_field('green_color', 'option');?>;
  }

  .terms p {
      margin: 0;
      color: gray;
      letter-spacing: 2px;
      font-size: 0.8rem;
  }

  .who h2 {
      font-size: 4rem;
  }

  .who i {
      color: <?php the_field('teal_color', 'option');?>;
  }

  .who p {
      font-size: 1.6rem;
  }

  /*******/

  .topform {
      background: <?php the_field('coral_color', 'option');?>;
  }

  .topform h2 {
      color: white;
  }


  /*******/

  .theunit {
      max-height: 1500px;
  }

  .theunit i {
      color: <?php the_field('teal_color', 'option');?>;
  }

  .theunit h2 {
    font-size:3.8rem;
  }

  .theunit p {
      font-size: 1.6rem;
  }

  /* ac units */

  .acsection {
      background: url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/acbg.jpg) center center no-repeat lightgray;
      background-size: cover;
  }

.ac-cont-dt1 {
	margin: 20px 0;
}

.ac-cont-dt1:first-child {
	padding-top: 10px;
}

.ac-cont-dt1:last-child {
	margin-bottom: 30px;
}

.ac-dt4-title {
	width:100%;
	order: 1;
}

.ac-dt4-title h1 {
    font-size: 28px;
    padding: 20px;
    border-bottom: 3px solid <?php the_field('teal_color', 'option');?>;
    color:<?php the_field('teal_color', 'option');?>;
}

.ac-dt4-picture {
	width:33%;
	order: 2;
	display: flex;
	align-items: center;
	padding: 5px;
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);*/
}

.cooling-main .container:nth-child(even) .ac-dt4-picture {
	order: 3;
}

.ac-dt4-picture img {
    width: 100%;
    display: block;
	margin: 0 auto;
}

.ac-dt4-description {
	width:67%;
	order: 3;
}

.cooling-main .container:nth-child(even) .ac-dt4-description {
	order: 2;
}

.ac-dt4-description .list-group {
	padding: 0px 30px 0px 45px;
}

.ac-dt4-description .list-group-item {
    position: relative;
    display: list-item;
	background-color: transparent;
    border: none;
	list-style-position: outside !important;
	list-style-type: none;
	content: "\f00c";
	line-height: 18px;
	font-weight: 400;
	padding: 0.25rem 0.25rem;
	margin-left:10px;
}

.ac-dt4-description .list-group-item:before {
	font-family: "Font Awesome 5 Free";
    content: '\f00c';
    margin:5px 5px 0 -35px;
	color: <?php the_field('coral_color', 'option');?>;
	list-style-position: outside;
	font-weight: 600;
	
}

.ac-dt4-description .list-group-item p {
	display: inline;
	font-size: 16px;
}

@media (max-width: 1080px) {
	.ac-dt4-title {
		width: 100%;
		order:1;
	}

	.ac-dt4-picture {
		width:100%;
		order: 2;
	}

	.ac-dt4-description {
		width:100%;
		order: 3;
	}

    .ac-dt1-title h1 {
        font-size: 1.5rem;
	}
	
	.cooling-main .container:nth-child(even) .ac-dt4-picture {
		order: 2;
	}

	.cooling-main .container:nth-child(even) .ac-dt4-description {
		order: 3;
	}
}

@media (max-width: 810px) {
    .ac-cont-dt1 {

        padding: 20px;
    }
}

/*********/

.hpsection {
    background: url() center center no-repeat white;
    background-size: cover;
}

.hp-cont-dt1 {

}

.hp-dt4-title {
	width:100%;
    order: 1;
    text-align: center;
}

.hp-dt4-title h1 {
	font-size: 28px;
    padding: 20px;
    border-bottom: 3px solid <?php the_field('teal_color', 'option');?>;
    color:<?php the_field('teal_color', 'option');?>;

}

.hp-dt4-picture {
	width:100%;
	order: 2;
	display: flex;
	align-items: center;
	padding: 5px;
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);*/
}

.heating-main .container:nth-child(even) .hp-dt4-picture {
	order: 2;
}

.hp-dt4-picture img {
    width: 100%;
    max-width: 350px;
    display: block;
	margin: 0 auto;
}

.hp-dt4-description {
	width:100%;
	order: 3;
}

.heating-main .container:nth-child(even) .hp-dt4-description {
	order: 3;
}

.hp-dt4-description .list-group {
	padding: 0px 30px 20px 45px;
}

.hp-dt4-description .list-group-item {
    position: relative;
    display: list-item;
	background-color: transparent;
    border: none;
	list-style-position: outside !important;
	list-style-type: none;
	content: "\f00c";
	line-height: 19px;
	font-weight: 400;
	padding: 0.25rem 0.25rem;
	margin-left:10px;
}

.hp-dt4-description .list-group-item:before {
	font-family: "Font Awesome 5 Free";
    content: '\f00c';
    margin:5px 5px 0 -35px;
	color: <?php the_field('green_color', 'option');?>;
	list-style-position: outside;
	font-weight: 600;
	
}

.hp-dt4-description .list-group-item p {
	display: inline;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.hp-dt4-title {
		width: 100%;
		order:1;
	}

	.hp-dt4-picture {
		width:100%;
		order: 2;
	}

	.hp-dt4-description {
		width:100%;
		order: 3;
	}

    .hp-dt1-title h1 {
        font-size: 1.5rem;
	}
	
	.heating-main .container:nth-child(even) .hp-dt4-picture {
		order: 2;
	}

	.heating-main .container:nth-child(even) .hp-dt4-description {
		order: 3;
	}
}

@media (max-width: 800px) {
    .hp-cont-dt1 {
        padding: 20px;
    }
}

/*********/

/* wifi */

.wifi {
	background: linear-gradient(rgba(255,255,255, 0.5), rgba(255,255,255,0.5)), url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/ionbg.jpg) center center no-repeat;
	padding: 0 0 20px 0 !important;
	background-size: cover;
  }
  
  .wifi-left {
	  text-align: right;
  }

  .wifi-left h3:before {
	font-family: "Font Awesome 5 Free";
    content: '\f058';
    margin:0 5px 0 -35px;
	color: <?php the_field('green_color', 'option');?>;
	list-style-position: outside;
	font-weight: 600;
  }

  .wifi-right h3:after {
	font-family: "Font Awesome 5 Free";
    content: '\f058';
    margin:0 5px 0 5px;
	color: <?php the_field('green_color', 'option');?>;
	list-style-position: outside;
	font-weight: 600;
  }
  
  .wifi h2 {
	  padding: 0px 20px 0 20px;
	  font-size: 3.2rem;
      color: <?php the_field('teal_color', 'option');?>;
      border-bottom: 3px solid <?php the_field('teal_color', 'option');?>;
	  padding: 10px 20px;
  }
  
  .wifi h4 {
	  color: black;
	  margin-bottom:20px !important;
  }

  .wifi h3 {
	  color: <?php the_field('teal_color', 'option');?>;
  }
  
  .wifi p {
	  color: black;
  }

  /*******/

  .fnsection {
    background: url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/fnbg.jpg) center center no-repeat lightgray;
    background-size: cover;
}

.fn-cont-dt1 {
  margin: 20px 0;
}

.fn-cont-dt1:first-child {
  padding-top: 10px;
}

.fn-cont-dt1:last-child {
  margin-bottom: 30px;
}

.fn-dt4-title {
  width:100%;
  order: 1;
}

.fn-dt4-title h1 {
  font-size: 28px;
  padding: 20px;
  border-bottom: 3px solid <?php the_field('teal_color', 'option');?>;
  color:<?php the_field('teal_color', 'option');?>;
}

.fn-dt4-picture {
  width:33%;
  order: 2;
  display: flex;
  align-items: center;
  padding: 5px;
  /*bfnkground: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(205,205,205,1) 100%);*/
}

.cooling-main .container:nth-child(even) .fn-dt4-picture {
  order: 3;
}

.fn-dt4-picture img {
  width: 100%;
  max-width: 216px;
  display: block;
  margin: 0 auto;
}

.fn-dt4-description {
  width:67%;
  order: 3;
}

.cooling-main .container:nth-child(even) .fn-dt4-description {
  order: 2;
}

.fn-dt4-description .list-group {
  padding: 0px 30px 0px 45px;
}

.fn-dt4-description .list-group-item {
  position: relative;
  display: list-item;
  background-color: transparent;
  border: none;
  list-style-position: outside !important;
  list-style-type: none;
  content: "\f00c";
  line-height: 18px;
  font-weight: 400;
  padding: 0.25rem 0.25rem;
  margin-left:10px;
}

.fn-dt4-description .list-group-item:before {
  font-family: "Font Awesome 5 Free";
  content: '\f00c';
  margin:5px 5px 0 -35px;
  color: <?php the_field('coral_color', 'option');?>;
  list-style-position: outside;
  font-weight: 600;
  
}

.fn-dt4-description .list-group-item p {
  display: inline;
  font-size: 16px;
}

@media (max-width: 1080px) {
  .fn-dt4-title {
      width: 100%;
      order:1;
  }

  .fn-dt4-picture {
      width:100%;
      order: 2;
  }

  .fn-dt4-description {
      width:100%;
      order: 3;
  }

  .fn-dt1-title h1 {
      font-size: 1.5rem;
  }
  
  .cooling-main .container:nth-child(even) .fn-dt4-picture {
      order: 2;
  }

  .cooling-main .container:nth-child(even) .fn-dt4-description {
      order: 3;
  }
}

@media (max-width: 810px) {
  .fn-cont-dt1 {

      padding: 20px;
  }
}

/*********/

.pksection {
    background: url(https://icreate-solutions.net/wp-content/uploads/sites/90/2023/07/acbg.jpg) center center no-repeat lightgray;
    background-size: cover;
}

.pk-cont-dt5 {
	max-width: 100%;
}

.pk-dt5-title {
	min-height:100px;
    width: 100%;
	order: 1;
	text-align: center;
}

.pk-dt5-title h1 {
	font-size: 28px;
	padding: 20px;
    color: <?php the_field('teal_color', 'option');?>;
    border-bottom: 3px solid <?php the_field('teal_color', 'option');?>;
}

.pk-dt5-picture {
	/*border-radius: 48% 52% 50% 50% / 68% 66% 34% 32%;*/
	width: 100%;
	order: 2;
}

.pk-dt5-picture img {
    width: 100%;
    max-width: 525px;
    display: block;
	margin: 0 auto;
	padding: 16px 0;
}

.pk-dt5-description {
    padding: 1rem;
    width: 100%;
	order: 3;
	color: black;
}

.pk-dt4-description .list-group {
	padding: 10px 10px 10px 10px;
}

.pk-dt4-description .list-group-item {
    position: relative;
    display: list-item;
	background-color: transparent;
    border: none;
	list-style-position: outside !important;
	list-style-type: none;
	content: "\f00c";
	line-height: 20px;
	font-weight: 400;
	padding: 0.25rem 0.25rem;
	margin-left: 10px;
	font-size: 1.1rem;
}

.pk-dt4-description .list-group-item p:before {
	font-family: "Font Awesome 5 Free";
    content: '\f00c';
    margin: 0 5px 0 -22px;
	color: <?php the_field('coral_color', 'option');?>;
	list-style-position: outside;
	font-weight: 600;
	
}

.pk-dt4-description .list-group-item p {
    display: inline;
    font-size: 16px;
}

@media (max-width: 1080px) {
    .pk-dt5-title h1 {
        font-size: 1rem;
    }
}

@media (max-width: 810px) {
    .pk-cont-dt5 {
		padding: 20px;
		margin-top: 20px;
    }
}

/********/

.testimon {
    background: <?php the_field('coral_color', 'option');?>;
}

.testimon h2 {
    color: <?php the_field('teal_color', 'option');?>;
    border-bottom: <?php the_field('teal_color', 'option');?> 3px solid;
    max-width: 650px;
    display:block;
    margin: 0 auto;
    font-size: 52px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-inner {
    min-height:225px;
}

.info-box h3 {
    font-size: 36px;
}

.info-box h5 {
    background: <?php the_field('green_color', 'option');?>;
    font-size: 16px;
    max-width:150px;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
}

.info-box i {
    color: yellow;
    padding-top: 10px;
}

.info-box p {
    font-size: 18px;
    padding-top: 10px;
}

/******/

.warranty h2 {
    color: <?php the_field('teal_color', 'option');?>;
    border-bottom: <?php the_field('teal_color', 'option');?> 3px solid;
    padding: 10px 0;
}

.warranty p {
    font-size: 18px;
}

.warranty p:last-child {
    font-size: 20px;
}

/*******/

.contact {
    background: <?php the_field('green_color', 'option');?>;
}

.contactinfo a {
    color: <?php the_field('coral_color', 'option');?>;
}

.contactinfo h2 {
    color: <?php the_field('teal_color', 'option');?>;
    border-bottom: <?php the_field('teal_color', 'option');?> 3px solid;
    padding:10px 0;
}

.contactinfo i {
    color: <?php the_field('coral_color', 'option');?>;
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
    margin-top:10px;
}

.contactinfo p {
    font-size: 20px;
}

.contactinfo h3 {
    font-size: 42px;
    color:<?php the_field('teal_color', 'option');?>;
}

.footer {
    background: <?php the_field('teal_color', 'option');?>;
}

.footer a {
    color: <?php the_field('green_color', 'option');?>;
}

.footer p {
    color: white;
}