*{
    box-sizing: border-box;
    margin: 0;
	padding: 0;
	border: 0;
}

body, html {
    margin: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #777;
    background-color: #E7E6E2;
    letter-spacing: 1px;
    line-height: 1.5;
}

.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;
}
.navbar #item {
    display: none;
    margin-left: 30px;
}
/*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;
}
a:visited {
    text-decoration: none;
    color: black;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 50%;
}*/

.parallax {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.paragraph {
      /*width: 80%;*/
      text-align: justify;
      text-align: left;
      /*margin-left: 20%;
      margin-right: 20%;*/
      background-color: #E7E6E2;
      color: #777;
      padding: 1%;
}
.a {
      width: 60%;
      height: 120px;
      /*border: solid 1px;*/
}
.b {
    width: 60%;
    height: 180px;
    /*border: solid 1px;*/
}
.one {
      background-image: url("ococo_content/rocio_children.jpg");
      min-height: 150%;
}
.two {
      background-image: url("ococo_content/harvest.jpg");
      min-height: 75%;
}
.three {
      background-image: url("ococo_content/rocio_children.jpg");
      min-height: 150%;
}

/* For mobile phones: */

@media only screen and (max-width: 480px) { 	
    /*only CSS that should work when the monitor is 480px-wide goes here*/
    .parallax  {width:100%;}
    .a {width: 100%; /*margin-left: 20%; margin-right: 20%;*/ height: 115px;}
    .b {width: 100%; /*margin-left: 20%; margin-right: 20%;*/ height: 220px;}
}

/* For tablets: */

@media only screen and (max-width: 768px) and (min-width: 480px) {
    .parallax  {width:100%;}
    .a {width: 100%; /*margin-left: 20%; margin-right: 20%;*/ height: 115px;}
    .b {width: 100%; /*margin-left: 20%; margin-right: 20%;*/ height: 250px;}
} 

/* For desktop: */

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    .a {width: 60%; margin-left: 20%; margin-right: 20%; height: 130px;}
    .b {width: 60%; margin-left: 20%; margin-right: 20%; height: 250px;}
}

/* For huge desktop: */

@media only screen and (min-width: 1281px) {
    .a {width: 60%; margin-left: 20%; margin-right: 20%; height: 100px;}
    .b {width: 60%; margin-left: 20%; margin-right: 20%; height: 180px;}
}