/*stylesheet for purple rock*/

header {background-color: #663399; margin:0;
    color: #ffffff;
    
    font-optical-sizing: auto;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: initial;
    }

header .logo {
    padding: 0;
    margin-bottom:0;
}

nav{
    padding:0 !important;
}

/* main */
.topnav {
  overflow: hidden;
  /*background-color: #333;*/
  display:inline-flex;
      margin-bottom:0;
}

.fbfollow {
    display: inline-block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}


.topnav a.active {
  background-color: none;
  color: white;
}

.topnav .icon {
  display: none;
}

main.main-content, aside.left-sidebar, aside.right-sidebar {
background: white;}

main.main-content {
    width: 60% !important;
}

aside.left-sidebar, aside.right-sidebar {width:20%!important;}


.current-a {display:flex;}
.current {display:block;}
div#rapunzel, div#snowmaiden {width:50%;margin:20px;}

content {
background-color:#ffffff;}

@media screen and (max-width: 600px) {
  .topnav {display:block;}
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .singleprod {width:100%;}
  
  
div#rapunzel, div#snowmaiden {width:100%;margin:20px;}
}

div {
    clear: both;
    margin-bottom: 40px;
}

.leftimage {
    float: left;
    margin-right: 40px;
}

.rightimage {
    float: right;
    margin-right: 40px;
}