*{
    box-sizing: border-box;
}
body, html {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color:  #418F42;
    /*color: black;*/
    color: rgb(254, 254, 254);
    height: 100%;
    letter-spacing: 1px;
    line-height: 1.5;
  }

#container {
    background-image: url("ococo_content/background_one.jpg");
    /*Full height*/
    height: 100%;
    /*position: relative;*/
    /*Center and scale the image nicely*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*border: solid black 1px;*/
}

#wrap {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    /*border: solid black 1px;*/
    display: table;

}

.navbar {
    margin-left: 30px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.navitem {
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
    /*background-color: #333;*/
    background-color: rgb(254, 254, 254);
}
.navbar #item {
    display: none;
    margin-left: 30px;
    color: rgb(254, 254, 254);
}
/*Rotate first bar*/
.change .home {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
/*Fade out the second bar*/
.change .blog {
    opacity: 0;
}
/*Rotate last bar*/
.change .shop {
    -webkit-transform: rotate(45deg) translate(-8px, 8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.home {
    /*margin-left: 0%;
    color: black;*/
}
.blog {
    /*margin-left: 2%;
    color: black;*/
}
.shop {
    /*margin-left: 2%;
    color: black;*/
}
a:hover {
 /*background-color: #E7E6E2;*/
 text-decoration: underline;
    
}

a {
    text-decoration: none;
    /*color: black;*/
    color: rgb(254, 254, 254);
}
a:visited {
    text-decoration: none;
    /*color: black;*/
    color: rgb(254, 254, 254);
}
/*#navbar {
    width: 50%;
    display: table;
    border-bottom: solid #000000 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-left: 1%;
    padding-right: 0.5%;
}
.navitem {
    width: 23%;
    display: table;
    border: solid black 1px;
    float: left;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 35px;
    border-radius: 15px;
    color: rgb(254, 254, 254);
}
.home {
    margin-left: 0%;
}
.blog {
    margin-left: 2%;
}
.shop {
    margin-left: 2%;
}
.about_us {
    margin-left: 2%;
}
.navitem:hover {
    /*background-color:  #418F42;
    background-color: #F2C597;
    /*color: #D1DF9C;
    
}
a {
    text-decoration: none;
    color: black;
}
a:visited {
    text-decoration: none;
    color: black;
}*/
#benefits {
    /*width: 35%;*/
    display: table;
    margin-left: 32.5%;
    margin-right: 32.5%;
    color: rgb(254, 254, 254);
    margin-top: 20px;
    margin-bottom: 0px;
    /*font-size: 250%;*/
    font-family: Chalkduster, fantasy;
}
/* For mobile phones: */

@media only screen and (max-width: 480px) { 	
    /*only CSS that should work when the monitor is 480px-wide goes here*/
    /*#navbar {width: 100%;}
    .navitem {font-size: 80%;} */
    #benefits {width: 100%; font-size: 100%; margin-top: 100px; margin-left: 10%; margin-right: 0%;}
    #wrap {width: 100%;}

}

/* For tablets: */

@media only screen and (max-width: 768px) and (min-width: 480px) {
    /*#navbar {width: 90%;}	 
    .navitem {font-size: 95%;}*/
    #benefits {width: 90%; font-size: 180%; margin-top: 100px; margin-left: 10%; margin-right: 0%;}
    #wrap {width: 100%;}
} 

/* For desktop: */

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    /*#navbar {width: 50%;}	
    .navitem {font-size: 130%;}*/
    #benefits {width: 50%; margin-top: 100px; font-size: 250%;}
    #wrap {width: 100%;}
}

/* For huge desktop: */

@media only screen and (min-width: 1281px) {
    /*#navbar {width: 50%;}	
    .navitem {font-size: 200%;}*/
    #benefits {width: 35%; font-size: 300%;}
    #wrap {width: 1281px;}
}