@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




* {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Poppins', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #707070;
}

header {
    position: relative; 
    padding-bottom: 0;
    text-align: center;
   /* z-index: -1;*/
}

header a {
    color: #eee;
    text-decoration: none;
}

.freshair {
    color: #ba282e;
}

.mini {
    font-size: 82%
}

nav {
    position: fixed; 
    width: 100%; 
    height: 100px;
    z-index: 9;
    margin: 0 0 40px;
    color: white;
    background-color: #ba282e;
    padding: 12px;
    text-align: center;
    font-size: 18px;
}

.container {
    width: 90%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.AGX-logo {
    height: 76px;
    padding: 18px 0;
    float: left;
}

.navtext {
    height: 76px;
    padding: 24px;
    float: right;
}

.Smart-Green-logo {
    height: 76px;
    padding: 0;
    float: right;
}

.freshair-header-logo {
    padding-bottom: 16px;
}

.freshair-header-logo img {
    max-width: 400px;
}

.AGX-footer {
    margin: 80px 0 0;
    color: white;
    background-color: #ba282e;
    padding: 12px;
    text-align: center;
}

.AGX-footer img {
    max-width: 140px;
}

.red-background {
    background-color: #f4e4e4;
}

p {
    font-size: 18px;
    line-height: 24px;
}

a {
    color: #e07317;
}

sub, sup {
    font-size: 60%;
    line-height: 12px; 
}

.fineprint {
    font-size: 60%;
    line-height: 13px;
    padding-top: 8px;
}

.fitpic {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.containpic {
    width: 100%;
    max-width: 500px;
    max-height: 600px;
    object-fit: contain;
}



/* Header styles */

h1, h2, h3, h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

h1 {
    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
    padding-bottom: 16px;
    color: #ba282e;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #555555;
    padding-bottom: 16px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #ba282e;
}

h4 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 4px;
    color: #ba282e;
}

h5 {
    font-size: 18px;
    line-height: 22px;
    color: #ba282e;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 20px;
}


/* Button styles */

button, .button {
    position: relative;
    display: inline-block;
    z-index: 7;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #ba282e;
    background-color: #ba282e;
    color: #fff;
    padding: 8px 24px;
    margin-top: 10px;
    white-space: nowrap;
    transition: 0.3s;
}

.button:hover, a.button:hover {
    background-color: #e90b14;
    transform: scale(1.05);
}



/* Column styles */

.columns2-pic, .product-pic {
    text-align: center;
    margin: 20px 0;
}

.columns2-text, .columns2-pic, .product-text, .product-pic {
    padding: 12px;
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-pic {
    max-height: 340px;
}

.columns2-text .greenbar {
    margin-bottom: 10px;
}

.columns4, .columns2 {
  width: 92%;
  float: left;
}

.product-pic img {
    width: 100%;
    max-width: 600px;
    max-height: 340px;
    object-fit: contain;
}



/* Main styles */

main {
    z-index: 1;
}

main img {
    width: 100%;
}
.newsection {
    display: block !important;
    clear: both;
    float: none;
    margin: 0;
    padding: 30px 0;
}

.narrow {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

main .narrow {
    overflow: auto;
}

.nowrap {
    white-space: nowrap;
}

.visible {
    overflow: visible !important;
}

.pad_below {
    padding-bottom: 26px;
}

.pad_above {
    padding-top: 26px;
}

.clearfloat {
    clear: both;
    float: none;
}


/* Table styles */

table {
    width: 100%; 
    max-width: 600px;
    border: none;
    cellspacing: 0;
    cellpadding: 4;
    border-collapse: collapse;
    margin: 26px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
}

thead tr th {
    background-color: #ba282e;
    color: #fff;
}

tbody tr th {
    background-color: #ba282e;
    color: #fff;
}

tr {
    background-color: #fff;
    color: #555555;
}

td {
    min-width: 50px;
}

th, td {
    padding: 3px;
    border-bottom: 1px solid #000;
}

.alternating-fills tr:nth-child(even) {
    background-color: #f4e4e4;
}







/* Tablet menu */
@media all and (min-width: 600px) {


/* Column styles */
    
    .columns2left {
      float: left;
      width: 50%;
      padding: 12px;
    }
    
    .columns2right {
      float: right;
      width: 50%;
      padding: 12px;
    }
    
    /* 2 columns at this screen size */
    .columns4, .columns2 {
      width: 46%;
    }

    
    /* Clear floats after the columns */
    .columns4:after, .columns2:after {
      content: "";
      display: table;
      clear: both;
    }
    
    h1 {
        font-size: 56px;
        line-height: 66px;
    }
    
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

}






/* Large Tablet menu */
@media all and (min-width: 750px) {

    .newsection {
        padding: 40px 60px;
    }
    
}






/* Desktop menu */
@media all and (min-width: 900px) {

/* Column styles */
    
    .columns2-pic {
        width: 40%;
    }
    
    .tab-pic-left .columns2-pic {
        margin: 0 30px 0 0;
    }

    .tab-pic-right .columns2-pic {
        margin: 0 0 0 30px;
    }

    .product-pic, .product-text {
        width: 50%;
    }
    
    .product-pic img {
        max-width: 500px;
        max-height: 500px;
    }

    .columns2-pic img, .columns2-pic-right img {
        max-height: 400px;
    }
    
    .columns2-text {
        width: 60%;
        margin: 20px 0;
    }
    
    /* 3 columns at this screen size */
    .columns4 {
      width: 30%;
    }

    .tab-pic-left, .tab-pic-right {
      display: flex;
      flex-wrap: nowrap;
    }

    .tab-pic-left .columns2-pic, .tab-pic-left .product-pic {
        order: 1;
    }

    .tab-pic-right .columns2-pic, .tab-pic-right .product-pic {
        order: 3;
    }
    
    .tab-pic-left .columns2-text, .tab-pic-right .columns2-text, .tab-pic-left .product-text, .tab-pic-right .product-text {
        order: 2;
    }


    
/* Image styles */
    
    .fitpic {
        width: 100%;
        height: 300px;
    }

/* Text styles */
    
    h1 {
        font-size: 56px;
        line-height: 60px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }

}






/* Large Desktop menu */
@media all and (min-width: 1280px) {

/* Base styles */
    
    .narrow {
        width: 1200px;
    }
    .narrow-more {
        padding-left: 100px;
        padding-right: 100px;
    }
    
    
/* Column styles */
    
    .columns2-pic {
        padding-left: 10px;
    }
    
    .columns2-text {
        margin-right: 60px;
    }
    
    /* 4 columns at this screen size */
    .columns4 {
      width: 23%;
    }
    
}







