.col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

footer {
    background-color: #7b7d7e;
    color: white;
    padding: 5px;
    font-size: 14px;
    padding-top: 15px;
    margin-top: 30px;
}

h1, h2, h3 {
    font-family: "Open Sans", serif;
    color: #83bd58;
}

h2 {
    font-size: 20px;
}
td h2 {
    margin-bottom: 0;
}
td.discountRow {
    padding: 8px;    
}
a {
    color: #83bd58;
}
a:hover, a:visited, a:active, a:focus {
    color: #83bd58;
    text-decoration: underline;
}
.priceTable {
    width: 90%;
}
.largeText {
    font-size: 30px;
    font-weight: 400;
    color: #83bd58;
    margin: 0;
}
.largerText {
    font-size: 40px;
    font-weight: 400;
    color: #83bd58;
    margin-top: 20px;    
}
.largeGrey {
    font-size: 28px;
    margin-top: 60px;
}
.smallText {font-size:13px;}
.intro {
    color: #7b7d7e;
    line-height: 1.3;
    font-size: 45px;
    letter-spacing: -2px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.green-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #83bd58;
    margin: 1em 0;
    padding: 0;
    width: 85%;
}
.margin20 {
    margin-left:20px;
}
.nav a {
    font-family: "Open Sans", serif;
}

.navbar {
    min-height: 180px;
    border-bottom: 3px solid#83bd58;
    padding-bottom: 10px;
}

.navbar-brand img {height: 140px;}

.mainCont {min-height:540px;}
.row.content {
    height: unset;
    margin-top: 30px;
    font-family: "Open Sans", serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #7b7d7e;
}

.col2 {
    margin-top: 60px;
}
.col2b {
    margin-top: 70px;
}

@media screen and (min-width: 767.99px) {
.navbar-header {
    float: right;
}
.navbar-collapse.collapse {
    display: inline-block!important;
    margin-top: 120px;
    padding-left: 0!important;
}
.nav>li>a {
    font-size: 18px;
    color: #7b7d7e;
    font-weight: 500;
    padding: 10px 30px 10px 0;
}
.nav>li>a:hover, .nav>li>a.active {    
    color: #83bd58;
    background: none;
}

}

@media screen and (max-width: 767px) {

    .row.content {height:auto;} 
    .navbar-brand img {height: 100px;}
    .navbar, .navbar-header {
        min-height: 130px;
    }
    .nav a {color: #7b7d7e;}
    .nav a:hover {color: #83bd58;}
    .navbar-toggle {
        margin-top: 35px;
    }
    .navbar-toggle .icon-bar {
        background-color: #83bd58;    
        width: 28px;
        height: 3px;    
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px;
    }
    .col2 {
        margin-top: 25px;
    }
    .col2b {
        margin-top: 10px;
    } 
    .largerText {
        font-size: 28px;
        margin-top: 10px;    
    }   
    .largeGrey {        
        margin-top: 20px;
    }
    .green-line {
        width: 100%;
    }
    .priceTable {
        width: 100%;
    }
    h2.mobMargin {
        margin-top:0px;
    }
    .intro {
        font-size: 30px;
    }
    .mainCont {
        min-height: unset;
    }
    td.discountRow {        
        padding: 10px 30px 10px 10px;
    }
    .margin20 {
        margin-left:0px;
    }
  }