* { margin: 0; padding: 0; }
body { background-color: #fff;
  scroll-behavior: smooth;

}
a { color: inherit; text-decoration: none; }
a:hover {}

h1 {
  font-family: 'Inconsolata', monospace, Arial, Sans-serif;
  font-weight: 700;
  font-size: 3.2vw;
  text-align: left;
  color: #ffc100;
}

p {
  font-family: 'Inconsolata', monospace, Arial, Sans-serif;
  font-size: 1.4em;
  color: #fff;
  font-weight: 700;
}

.wrapper {
  max-width: 90%;
  background: #fff;
  margin: 0 auto;
}

iframe {
  width: 100%;
  height: 90%;

}

@media screen and (max-width: 768px) {

  h1 {
    font-size: 1em;
  }

  p {
    font-size: 1em;
  }

  .wrapper {
    width: 100%;
  }
} 

.yellow-bg { background-color: #ffc100; }
.red-bg { background-color: #f00; }
.black-bg { background-color: #000; }
.white-bg { background-color: #fff; }
.orange-bg { background-color: #ff6100; }
.blue-bg { background-color: #000cff; }

header {
  display: block;
  margin-left: 29%;
  margin-top: 30px;
}

.topRow p {
  text-align: center;
  color: #000;
}

.row p {
  padding: 1%;
}

@media screen and (max-width: 468px) {
  header {
    margin-left: 0%;
  }
  .topRow p {
    font-size: 3vw;
  }
}

.mainrow {
    float:left;
    position: relative;
    width: 100%;
    margin: 1% 0 0 0;
    background-color: #f00;
}

.mainrow h1 {
    color: #fff;
    text-align: center;
}

/* --------------------------------------------------------- SQUARES ------------ 
row        = Full rad. Styla mer efter om du vill. Inehållet bestämmer height.
square-1-2 = Två sånna när du ska ha två större fyrkanter på en rad.
square-1-3 = Tre sånna här när du ska ha tre mindre fyrkanter på en rad.
square-2-3 = För en rektangel. Lägg till en 1-3 för full rad.
*/

.row {
    float:left;
    position: relative;
    width: 100%;
    margin: 0 0 1% 0;
} 


.square-1-2 {
    float:left;
    position: relative;
    width: 50%;
    padding-bottom : 50%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    overflow:hidden;
}

.square-1-2-half {
    float:left;
    position: relative;
    width: 50%;
    padding-bottom : 25%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    overflow:hidden;
}

.square-1-3 {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 33.33%; /* = width for a 1:1 aspect ratio */
    margin: 0%;
    overflow:hidden;
}

.square-2-3 {
  float:left;
  position: relative;
  width: 66.66%;
  padding-bottom : 33.33%; /* = width for a 1:1 aspect ratio */
  margin: 0%;
  overflow:hidden;
}

.square-2-6 {
    float:left;
    position: relative;
    width: 33.33%;
    padding-bottom : 16.66%; /* = width for a 1:1 aspect ratio */
    margin: 1% 0 0 0;
    overflow:hidden; 
}

@media screen and (max-width: 468px) {
  .mobile-cut {
    width: 100%;
    padding-bottom: 100%;
    margin: 1% 0 0 0;
  }
}

.content {
  position:absolute;
  height:90%; /* = 100% - 2*5% padding */
  width:90%; /* = 100% - 2*5% padding */
  padding: 5%;
}

figcaption {
  position: absolute;
  background: #f00;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
     -moz-transition: opacity 0.4s ease-in-out;
      -ms-transition: opacity 0.4s ease-in-out;
       -o-transition: opacity 0.4s ease-in-out;
          transition: opacity 0.4s ease-in-out;
}

figcaption:hover {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
}

figcaption h1 {
  text-align: right;
  position: absolute;
  top: 0;
  right: 5%;
  color: #fff;
}

figcaption p {
  position: absolute;
  bottom: 5%;
  right: 5%;
  margin-left: 5%;
  text-align: right;
  font-size: 3vw;
}

.content .table .table-cell h1 {
  position: absolute;
  top: 0;
  right: 5%;
}

.table{
  display:table;
  width:100%;
  height:100%;
}

.table-cell{
  display:table-cell;
  vertical-align:top;
}

/*  For responsive images */
.content .rs{
  width:auto;
  height:auto;
  max-height:90%;
  max-width:100%;
}

/*  For responsive images as background */
.bg {
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
  color:#fff;
}

/* Grid Background Images */
.img-thedive {background-image: url('../img/thedive/The_Dive-2016_EP-500x500dpi-72dpi.jpg'); }
.img-teneriffa {background-image: url('../img/teneriffa/Teneriffa-2016_EP-500x500dpi-72dpi.jpg'); }
.img-marbleheads {background-image: url('../img/marbleheads/Marble_Heads-2016_EP-500x500dpi-72dpi.jpg'); }
.img-ivanna {background-image: url('../img/ivanna/Ivanna_Leaving-Town_CoverArt_500x500px_72dpi.jpg'); }
.img-wrstlng { background-image: url('../img/wrstlng/Wrstlng-Hoarse_Bear-Cover_500x500px_72dpi.jpg'); }
.img-cirkuslivet { background-image: url('../img/cirkuslivet/Cirkus_Livet-Picture_01_500x500px_72dpi.jpg'); }
.img-janina { background-image: url('../img/janinafrank/Janina_Frank_Picture_04_500x500px_72dpi.jpg'); }
.img-friction { background-image: url('../img/friction/friction01.jpg'); }
.img-badconfidence { background-image: url('../img/ivanna/ivanna.jpg'); }

.img-teneriffa, .img-thedive, .img-ivanna, .img-wrstlng, .img-cirkuslivet, .img-janina, .img-friction, .img-badconfidence, .img-marbleheads {
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover; /* you change this to "contain" if you don't want the images to be cropped */
}











/* --------------------------------------------------------- ARTISTS ------------ */











/* --------------------------------------------------------- End ------------ */
.end {
  margin: 0 0 50px;
}

.end h1 {
  font-family: 'Playfair Display', serif;
  color: #ffc100;
  font-weight: 999;
  font-style: italic;
  font-size: 5vw;
  text-align: center;
}

.end h1 span {
  color: #000;
}

.end p {
  color: #000;
  text-align: center;
}

/* --------------------------------------------------------- BA Logo ------------ */
.menu-logo {
  float: left;
  height: 8.5vw;
  width: 8.5vw;
  background: #ffc100;
  border-radius: 50%;
  margin-right: 1vw;
  -webkit-transition: 0.4s ease-in-out;
     -moz-transition: 0.4s ease-in-out;
      -ms-transition: 0.4s ease-in-out;
       -o-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
}

.menu-logo:hover {
  background: #f00;
}

.menu-logo h3 {
  font-family: 'Playfair Display', serif;
  font-size: 4.6vw;
  font-weight: 900;
  font-style: italic;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 7.5vw; 
}

.menu-logo h3 span {
  color: #fff;
}

@media screen and (max-width: 768px) {


}

/* --------------------------------------------------------- Menu - Social Media ------------ */
#menu-social {
  display: inline-block;
  height: 3.8vw;
  color: #ffc100;
  border: 2px solid #ffc100;
  border-radius: 4vw;
  padding: .6vw .6vw;
}

#menu-social a {
  text-align: center;
  color: #000;
  font-size: 1.9vw;
  font-weight: 100;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#menu-social a:hover {
  color: #f00;
}

#menu-social a i {
  width: 3.5vw;
  line-height: 3.5vw;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 0vw 0.4vw;
}

.menu-bakery {
  display: inline-block;
  margin: 0.3vw 0 0.7vw 1vw;
}
.menu-bakery p {
  color: #000;
  font-size: 1.65vw;
  text-align: left;
}

@media screen and (max-width: 468px) {

  .menu-logo {
    height: 14.5vw;
    width: 14.5vw;
    margin-right: 2vw;
  }
  .menu-logo h3 {
    font-size: 7.6vw;
    line-height: 13.5vw; 
  }



  #menu-social {
    height: 12vw;
    border-radius: 7vw;
    padding: .7vw .7vw;
  }

  #menu-social a i {
    width: 9.8vw;
    line-height: 9.8vw;
    margin: 0.7vw 0.3vw 0;
    font-size: 7vw;
  }

}



.menu-menu {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

.menu-menu p {
  color: #000;
  text-align: center;
}

.menu-menu p a {
  border: 2px 0 0 0 solid #ffc100;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu-menu p a:hover {
  color: #f00;
}

