/*
Orange color: #e67e22

*/


/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
     background-color:#005500;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

.row {
    max-width: 1000px;
    margin: 0 auto;

    background-color: #FFFFFF;
    border-color: red;
   
     border: 8px solid #FFFFFF;
}
.textHeader
{
    color:#FFF;
    background-color: #009900;  
    height:80px;
    width:90%;
    padding: 5;
    font-size: 120%;
  
    font-weight: 400;
     padding: 3%;
    border-radius: 20px;
}
.textHeaderfit
{
    color:#FFF;
    background-color: #009900;  
    
    width:90%;
   
    padding-left:20px;
    padding-top:8px;
     padding-bottom:8px;
    font-size: 120%;
  
    font-weight: 400;
     
    border-radius: 20px;
}
.textSubHeaderfit
{
      
    color: #009900;
    background-color:#FFFFFF;  
    width:90%;   
    padding-left:0px;
    padding-top:5px;
    padding-bottom:3px;
    font-size: 120%;
  
    font-weight: 400;
     
    border-radius: 20px;
}
section {
    padding: 20px 0;
    
}

.box {
    padding: 1%;
}

/* ----- HEADINGS ----- */
h1,
h2,
h3 {
    font-weight: 300;
   
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 180%;
    word-spacing: 4px;
    letter-spacing: 1px;
    font-weight: 500;
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    color: #000;
    text-align: left;
    letter-spacing: 1px;
}
h2WithLine {
    font-size: 180%;
    word-spacing: 2px;
     color: #000;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
h3Bold {
    font-size: 120%;
    margin-bottom: 15px;
    font-weight: 500;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
}

h2WithLine:after {
    display: block;
    height: 2px;
    background-color: #f00;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}
.wrapperIframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.wrapperIframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----- PARAGRAPHS ----- */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}
p {
    margin-bottom: 15px;
   
}
.box p {
    font-size: 90%;
    line-height: 145%;
}


/* ----- ICONS ----- */
.icon-big {
    font-size: 350%;
    display: block;
    color: #009900;
    margin-bottom: 10px;
}
.landing-wrapper {
    height: 120px;
}
.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #009900;
    font-size: 120%;
    margin-right: 10px;
    
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

/* ----- LINKS ----- */

a:link,
a:visited {
    color: #009900;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #009900;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;
    border-bottom: 1px solid transparent;
}

/* ----- BUTTONS ----- */
.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 5px 15px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited,
input[type=submit] {
    background-color: #009900;
    border: 1px solid #009900;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 1px solid #009900;
    color: #009900;
}



.btn-full:hover,
.btn-full:active {
    border: 1px solid #009900;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 1px solid #009900;
    color: #fff;
      background-color: #009900;
}


.btn-buy:link,
.btn-buy:visited {
    border: 1px solid darkorange;
    color: #000000;
       background-color:darkorange;
}
.btn-buy:hover,
.btn-buy:active {
    border: 1px solid #000099;
    color: #fff;
      background-color: #000099;
}

.btn-checkout:link,
.btn-checkout:visited {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.btn-checkout:hover,
.btn-checkout:active {
     border: 1px solid #FFFFFF;
    color: #FFFFFF;
}


/* -----



btn-checkout:link,
btn-checkout:visited {
    border: 5px solid #000099;
    color: #000099;
}
btn-checkout:hover,
btn-checkout:active {
    border: 1px solid #000099;
    color: #fff;
    background-color: #000099;
}
/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

header {
  
}
/* Sticky navi */
.mainNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height=100px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 2px #efefef;
    z-index: 9999;
}

.logoText
{
    float: left;
     font-weight: 400;
    font-size: 180%;
    color:#009900;
    margin-top: 45px;
    margin-left: 20px;
}
.mainNav .main-nav { margin-top: 30px; }



.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.logo {
    height: 80px;
    width: auto;
    float: left;
    margin-top: 10px;
    margin-left: 30px;
}


/* Main navi */
.main-nav {
    float: right;
    list-style: none;
    margin-right: 30px;
    font-size: 90%;
    font-weight: 400;
}

.main-nav li {
    display: inline-block;
    margin-left: 20px;
}

.main-nav li a:link,
.main-nav li a:visited {
    padding: 8px 0;
    color: #555;
    text-decoration: none;
    text-transform: uppercase;
  
    border-bottom: 2px solid transparent;
   
}

.main-nav li a:hover,
.main-nav li a:active {
 
   color:#009900;
    
}







/* ----------------------------------------------- */
/* Product Opening */
/* ----------------------------------------------- */

.section-opening {
  
    color: #000;
   
}
.section-opening .row
{ 
    border-radius: 20px;
}




/* ----------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------- */


.gsw-footer {
    
    
    max-width: 1140px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-color: red;
   
     border: 8px solid #FFFFFF;
    padding 0,20px;
    font-size: 80%;
    border-radius: 20px; 

}


.gsw-footer li {
    display: inline-block;
    margin-left: 20px;
}

.gsw-footer a:link,
.gsw-footer  a:visited {
   
    color: #009900;
    text-decoration: none;
    border-bottom: 2px solid transparent;
   
}

.gsw-footer a:hover,
.gsw-footer a:active {
 
   color:#000000;
    
}




/* ----------------------------------------------- */
/* slideshow*/
/* ----------------------------------------------- */
.gallery {
  width:    400px;
  height:   560px;
  padding:  0px;
  margin:   0px auto;
  border:   1px solid #000;
  background-color: white;
  -webkit-box-shadow:   10px 10px 15px 2px #BBB;
  -moz-box-shadow:      10px 10px 15px 2px #BBB;
  box-shadow:           10px 10px 15px 2px #BBB;
}
