*{
    box-sizing: border-box;
}

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

#container {
    background-image: url("ococo_content/jumperlaptop.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#wrap {
 display: table;
}

.navbar {
    margin-top: 0px;
    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);
}
#row_one {
      border: solid black 1px;
      display: table;
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      border-radius: 12px;
}
#box {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    /*color: black;*/
    color: rgb(254, 254, 254);
    text-align: justify;

}
#box img{
    width: 100%;
    height: auto;
}

.slide .par{
    display: block;
}

.hidden {
    display: none;
}
/* For mobile phones: */

@media only screen and (max-width: 480px) { 	
    /*only CSS that should work when the monitor is 480px-wide goes here*/
    #box{width: 65%; height: 600px;}
    .par {font-size: 100%;}
    #row_one {width: 70%;}

}

/* For tablets: */

@media only screen and (max-width: 768px) and (min-width: 480px) { 	 
    #box{width: 60%; height: 600px;}
    .par {font-size: 100%;}
    #row_one {width: 68%;}

} 

/* For desktop: */

@media only screen and (min-width: 769px) and (max-width: 1280px) {
    #box{width: 70%; height:600px;}
    .par {font-size: 100%} 
    #row_one {width: 30%;}

}

/* For huge desktop: */

@media only screen and (min-width: 1281px) {
    #box{width: 80%; height: 600px;}
    .par {font-size: 100%;}
    #row_one {width: 30%;}

}