@charset "UTF-8";
/*
* Debut Debut V1.0
* Copyright 2017, Max Frischknecht
* www.debutdebut.com
* 11/02/2017
*/
/* Font Face
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'Favorit-Regular';
  src: url("../fonts/Favorit-Regular.eot");
  src: url("../fonts/Favorit-Regular.eot") format("embedded-opentype"), url("../fonts/Favorit-Regular.woff2") format("woff2"), url("../fonts/Favorit-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* HTML
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/*  html is set to 62.5%  –– REM based on 10px –– 1.5rem = 15px */
html {
  font-size: 62.5%; 
  cursor: url(https://publishinginarchitecture.com/assets/cursor.png), auto; 
}


body {
  cursor: url(https://publishinginarchitecture.com/assets/cursor.png), auto; }

/* Variables
* –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  font-family: "Favorit-Regular", Helvetica, Arial, sans-serif;
  color: black; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, p, li {
  font-weight: 400;
  font-size: 2.9rem;
  line-height: 1;
  font-family: "Favorit-Regular", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0; }

.favorit-s p {
  font-size: 1.5rem;
  line-height: 1.3; }
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: black;
  text-decoration: none;
  transition: 0.3s; }
  a:hover {
    color: blue;
    cursor: url(https://publishinginarchitecture.com/assets/pointer.png), auto; }

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.img-fluid {
  width: 100%; }

video {
  width: 100% !important;
  height: auto !important;
}  

#instafeed img {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-bottom: 1rem;
  padding-top: 1rem; }

@media (min-width: 768px) {
  #instafeed img {
    position: relative;
    min-height: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
/* Lists & Boxes
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.topBox {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .topBox p {
    font-size: 1.5rem; }

.blackLine {
  display: block;
  background-color: black;
  height: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.blackLineMobile {
  display: block;
  background-color: black;
  height: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.blackLineMobile img{
  float: right;
  height: 14px;
  width: 14px;
  margin-right: -11px;
  padding-top: 6px;
 } 

.blackBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: black;
  color: white;
  border-bottom: 2px solid white; }

.whiteBox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid black; }

.openContent {
  padding-top: 2rem;
  padding-bottom: 2rem; }

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  line-height: 1; }

  table, td {
    border-collapse: collapse;
    padding: 0px;
    margin-left: 0px;
  }
  
  td {
    vertical-align: top;
    padding-right: 30px;
  }



/* Jquery Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
div.data div.data-img {
  display: none; }

div.row .openContent {
  border-bottom: 2px solid black; }
div.button {
  z-index: 2;
  cursor: url(https://publishinginarchitecture.com/assets/pointer.png), auto; }

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#burger {
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#burger:hover {
  cursor: url(https://publishinginarchitecture.com/assets/pointer.png), pointer; 
}

.overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: white;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: 0.5s;
  }

.overlay-content {
  font-size: 13.2vw;
  position: relative;
  margin: 15px 15px;
  }

.overlay a, .overlay li {
  width: 0;
  cursor: url(https://publishinginarchitecture.com/assets/pointer.png), auto;
  text-decoration: none;
  font-size: 13.2vw;
  color: black;
  line-height: 1;
  display: block;
  transition: 0.3s;
}

@media (min-width: 575.98px) {
  .overlay-content, .overlay a, .overlay li{
    font-size: 14.5vw;
  }
}

.overlay a:hover, .overlay a:focus {
  color: blue; 
}

.overlay .closebtn {
  width: 100%;
  margin: 15px 15px;
  text-decoration: none;
  cursor: url(https://publishinginarchitecture.com/assets/close-cloud-2.png), auto; }


*:focus {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*# sourceMappingURL=master.css.map */
