
    /*  Common Styles */
    header img {
        display: inline-block;
    }
    header  {width: 100%;
	max-width:1160px;
    text-align: center;
	background-image: linear-gradient(to right, rgba(0,67,48,1) 5%, #B6FD99 5.1%, #B6FD99 94.9%, rgba(0,67,48,1) 95%  );
	margin:auto;
	}
    
    header > div {width: 100%; 
        background-image: url(images/OperaMint210Cut-Out3.png); 
        background-position: right bottom ; 
        background-repeat: no-repeat;
        min-height: 250px; 
        line-height: 40px;}    

@media   screen and (max-width: 560px)
{
    header  {
	background-image: linear-gradient(to right, #B6FD99 , #B6FD99 ); }
    header > div > div    {background-color:  rgba(255,255,255, 0.4);  
        min-height: 250px; }
    
    }
    
body	{margin:0;
	background-color: #004330;
    font-family: sans-serif;
	}
    
.content {width: 100%;
	max-width:1044px;
	background-color:  #cfffbb;
	margin:auto;
    margin-top: 20px;
	} 


    .content  > div  {
    width: 96%;
        margin: auto;
        
    } 



.content a {text-decoration: none;
    color: rgba(39, 134, 39, 1) ;
    font-weight: bold;
}

.content a:hover {text-decoration: none;
    color: rgba(39, 134, 39, 0.6) ;
}
    
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
    
    /*  Navigation Styles */
    
    
    
a {
  color: #000;
  text-decoration: none;
}


nav {
  background-color: #B6FD99;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
	max-width:1044px;
	height:40px;
margin: auto;
    margin-top: 20px;
  z-index: 1;
    font-size: 1em;
	font-family: "Times New Roman", Times, serif;
    font-weight: bold;
  position: relative;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: left;
    position: relative;
}

nav li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  background-color:  #cfffbb;

}

nav li a:hover,
nav .menu-btn:hover {
  background-color: #a3d58f;
}


/* menu */

nav .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

nav .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 20px 20px;
  position: relative;
  user-select: none;
}

nav .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

nav .menu-icon .navicon:before,
nav .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

nav .menu-icon .navicon:before {
  top: 5px;
}

nav .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

nav .menu-btn {
  display: none;
}

nav .menu-btn:checked ~ .menu {
  max-height: 310px;
}

nav .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

nav .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

nav .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 560px) {
    nav,  .content {
  width: 90%;
    }
    }

/* 48em = 768px */

@media (min-width: 48em) {
    
  nav li {
display: inline-block;
      font-weight: normal;
  }
  nav li a {
    padding: 11px 18px;
  }
  nav .menu {
    clear: none;
    max-height: 40px;
  }
  nav .menu-icon {
    display: none;
  }
nav ul {
  text-align: center;
}
}


@media (min-width: 58em) {

  nav li a {
    padding: 11px 27px;
  }
}
    
@media (min-width: 66.5em) {

  nav li a {
    padding: 11px 32px;
  }
    
@media (min-width: 1160px) {

  nav li a {
    padding: 11px 40px;
  }
}
    