
.container {
max-width: 906px;
margin: 0 auto;
}

img {
display: block;
max-width: 100%;
height: auto;
}

aside {
background-color: #414141;
color: #fff;
padding: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px 50px;
}

article {}



footer {
clear: both;
padding-top: 30px;
}

nav ul {
 list-style-type: none;
 margin: 0;
}
nav li {
 display: inline;
}

nav li {
 display: inline;
 padding-right: 20px;
}

nav ul {
 list-style-type: none;
 margin: 0;
 padding-top: 10px;
 padding-left: 20px;
 padding-bottom: 10px;
 padding-right: 0px;
 
}

nav li a {
 font-family: 'Roboto Slab', serif;
 font-weight: 700;
 text-decoration: none;
 color: #552017;

}

nav li a:hover {
 text-decoration: none;
 color: #8ab7ba;
}

.logo {
 padding-top: 10px;
 /*padding-left: 20px;*/
 padding-bottom: 10px;
 padding-right: 20px;
 float: left;
 
}

nav {
  float: right;
  margin-top: 35px;
}

body {
background-color: #10E8AB;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
 font-family: 'Roboto Slab', serif;
 font-weight: 700;
}
p {
  line-height: 1.5;
}

.box1 {
 border-radius: 25px;
 background: #414141;
 color: #fff;
 padding: 20px;
 width: 200px;
 height: 150px;
}



.header {
  background-color: #414141;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: relative;
  width: 100%;
  z-index: 3;
}
 
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}


.header li a {
  display: block;
 color: #414141;
  padding: 20px 20px;
  text-decoration: none;
}
 
.header li a:hover,
.header .menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.10);
}

.header .logo {
      color: #fff;
      display: block;
      float: left;
      font-size: 1.5em;
      padding: 12px 20px;
      text-decoration: none;
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}
 
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
 
.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}
 
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}
 
.header .menu-icon .navicon:before {
  top: 5px;
}
 
.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}
 
.header .menu-btn:checked ~ .menu {
  max-height: 340px;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
 
.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
 
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media only screen and (max-width: 768px){
    .header ul{
        background-color: #fff;
    }  
    .header li a {
    padding: 15px;
    border-bottom: 1px dotted #ddd;
  
  }
}
 
@media only screen and (min-width: 768px) {
    .menu-wrapper{
        background: #10E8AB;
        height: 55px;
        line-height: 55px;
        width: 100%;
    }
  .header li {
    float: left;
  }
    .header .logo{
        line-height: 1;
    }
  .header li a {
color: #4a4a4a;
    padding: 0px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
 
}
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


