
body {
  font-family: 'alte-haas-grotesk.bold';
  font-weight: normal;
  font-style: normal;
  border-color:black;
}

header {
    width:100%;
    z-index:999;
}

header .row {
  justify-content: center;
}
header .col-logo {
  max-width: 480px;
}

@media screen and (max-width: 768px) {
	header .col-logo {
    max-width: 70%;
  }
}

@font-face {
    font-family: 'Zangezi07-Regular';
    src: url('../fonts/Zangezi07-Regular.woff') format('woff'),
         url('../fonts/Zangezi07-Regular.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'alte-haas-grotesk.bold';
    src: url('../fonts/alte-haas-grotesk.bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'alte-haas-grotesk.regular';
    src: url('../fonts/alte-haas-grotesk.regular.ttf') format('truetype');
    font-weight: normal;
}


.text-align-right {
  text-align: right;
}

h1, h2, h3, h4, .page_headline {
    font-family: 'Zangezi07-Regular';
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    text-transform:uppercase
}



h1, .looks_like_h1 {
    margin-top:0px;
    font-size: 90px;
    text-align: center;
}


.page_headline {
    margin-top: 90px;
    font-size: 90px;
    text-align: center;
}


@media screen and (max-width: 768px) {
  h1, .looks_like_h1, .page_headline {
    font-size:42px;
  }
}

h2, .looks_like_h2 {
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 50px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	h2, .looks_like_h2 {
    margin-bottom:15px;
    font-size: 34px;
}
}

h3, .looks_like_h3 {
    margin-bottom: 0px;
    font-size: 21px;
    margin-top:0px;
}

@media screen and (max-width: 768px) {
 h3, .looks_like_h3 {
   text-align:center;
 }

 .small p {
   text-align:center;
 }
}

h4 {
    margin-bottom: 0px;
    font-size: 17px;
}

p, address {
    font-family: 'alte-haas-grotesk.bold';
    font-size: 17px;
    line-height: 1.3em;
    margin-top: 3px;
}

.big p,
footer h3{
    font-family: 'Zangezi07-Regular';
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
}

.big p {
      margin-top: 0;
}

footer h3 {
  margin-bottom: 36px;
  text-transform: unset;
}

footer a {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .big p,
  footer h3{
    font-size:24px;
  }
}

.small p {
  font-size:80%;
  font-family: 'alte-haas-grotesk.regular';
  line-height: 1.1em;
}

ul {
    margin-top: 0px;
    list-style-type:none;
    padding-left: 0px;
}


li {
    font-family: 'alte-haas-grotesk.bold';
    font-size: 22px;
    line-height: 1.3em;
}

footer {
    width:100%;
    font-size: 17px;
    border-top:1px solid;
    padding-top: 70px;
    padding-bottom: 130px;
    text-align: center;

}

footer nav {
    font-size: 17px;
}

footer h3 {

}

.col picture img,
.col figure img{
    width:100%;
}

figure {
  margin:0;
  margin-bottom:15px;
  line-height:1;
}

figure img {
  display:block;
  content-visibility: auto;
  width:100%;
  height: auto;
}

@media screen and (max-width: 768px) {
	.col-logo {
    order:-1;
  }

    .col-meta-nav {
      display:none;
    }
  nav a {
    text-align:center;
  }
}

.logo {
    height:50px;
    max-width: 150px;
}

.fontana-logo {
  fill:inherit;
}

a.logo:link {
    text-decoration: none;
}

nav {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.1em;
    text-transform:uppercase
}

nav a {
  display:block;
}

a:link {
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: inherit;
}

nav a:link {
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

section:first-child {
   padding-top: 5px;
}

section.project_preview picture {
   height: 100%;
}

section.project_preview picture img {
   object-fit: cover;
   height: 350px;
}

section.project_preview picture:first-child {
   padding-right: 25px;
}

section.project_preview .col {
   display: flex;
   justify-content: space-around;
}

section.section-bordered{
    border-top:1px solid black;
    border-bottom:1px solid black;
}
section.section-centered {
    text-align:center;
}

@media (max-width: 468px) {

}



/*table styles*/

table {
    width:100%;
     border-collapse: collapse;
     text-align:center;
}
table, th, td {
    border:1px solid white;
}

td {
    padding: 15px;
}

@media screen and (max-width: 768px) {
  table {
    margin-bottom:20px;
  }
	td {
    padding: 10px;
  }
}

.schedule {
  display:flex;
  flex-direction:row;
  margin-top:40px;
  border-top:1px solid;
  border-left:1px solid;
  border-bottom:1px solid;
}

.day {
  flex-grow:1;
  border-right:1px solid;
  flex: 1 1 0px;
}


.day-title {
  border-bottom: 1px solid;
  font-size:200%;
  text-align:center;
  padding:10px;
}

.course {
  padding:20px;
  font-size:90%;
  border-bottom:1px solid;
}

.course-title {
  text-transform:uppercase;
  line-height:1.1;
  margin-bottom:3px;
}

.day .course:last-child {
  border-bottom:0px;
}

.course-time {
  font-family: 'Zangezi07-Regular';
}

/* .course-time:before {
  content:'◷ '
} */


@media screen and (max-width: 1024px) {
  .schedule {
    flex-direction:row;
    flex-wrap: wrap;
  }
	.day {
    width:50%;
  }

  .course {
    font-size:100%;
  }


  .course,
  .day-title,
  .schedule,
  .day {
    border:0px;
  }

  .course {
        padding-left:0px;
    padding-bottom:0px;
        padding-top:15px;

  }

  .day {
    margin-bottom:40px;
  }


  .day-title {
    text-align:left;
        padding-left:0px;

  }
}




.menu-checkbox {
  display: none;
}

.menu-toggle {
  padding: 0.5em 1rem;
  background-color: #333;
  color: white;
  cursor: pointer;
  position: fixed;
  right: 50px;
  top:20px;
  z-index: 99999;
  border-radius: 100vh;
  border:1px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size:1.7rem;
}

.menu-toggle svg {
  width: 30px;
  height: 30px;
}

.menu-toggle span {
  margin-top:-2px;
  margin-left: 10px;

}

.menu-toggle #menuClose {
  display:none;
}


.menu-checkbox:checked + .menu-toggle {
  background-color:black!important;
  color:white!important;
  border-color:white;
}

.menu-checkbox:checked + .menu-toggle #menuClose {
  display:inline-block;
}

.menu-checkbox:checked + .menu-toggle #menuHamburger {
  display:none;
}

#sidePanel {
  transform: translateX(110vw) translateY(-20vh);
  background: black;
  color:white;
  box-shadow: -10px 0px 15px #111;
  width: 50vw;
  position: fixed;
  top:0;
  right:0;
  height:120vh;
  z-index:999;
  min-width: 500px;
  padding: min(6vw,80px);
  padding-top: 20vh;
  transition: transform 240ms ease-in-out;
  overflow: scroll;
}

.menu-checkbox:checked + .menu-toggle + #sidePanel {
  transform: translateX(0);
}
.sidepanel-content {
  max-width: 600px;
  width: 100%;
  height: auto;
  column-count: 2;
  column-gap: 2.4rem;
}





.nav-group {
  margin-bottom: 3rem;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
          page-break-inside: avoid; /* Firefox */
               break-inside: avoid; /* IE 10+ */
}

.nav-group__title {
  font-family: 'Zangezi07-Regular';
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-wrap:pretty;
}

.nav-group__items {
  display: flex;
  flex-direction: column;

}

.nav-group__items a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.7rem;
  text-align: left;
  text-wrap: balance;
  line-height:1.1;

}

@media screen and (max-width: 1020px) {
  #sidePanel {
    width: 90vw;
    min-width: auto;
  }
}

@media screen and (max-width: 500px) {
  #sidePanel {
  width: 100%;
  }
  .sidepanel-content {
    max-width: 100%;
    column-count: 1;
    text-align: center;
  }
  .nav-group__items a {
    text-align: center;

  }
}
@media screen and (max-width: 468px) {
  .menu-toggle {
    right: 20px;
    top: 25px;
    width: 50px;
    height: 50px;
    padding:10px;
    align-items: center;
  }


  .menu-toggle span {
    display:none
  }
  }

.block-buttons { display:flex;gap: 0.5rem;   margin-bottom: 1rem;
}
.block-buttons.buttons-column { flex-direction: column; }
.block-buttons.buttons-column.buttons-start { align-items: flex-start; }
.block-buttons.buttons-column.buttons-center { align-items: center; }
.block-buttons.buttons-column.buttons-end { align-items: flex-end; }
.block-buttons .buttons-row { flex-direction: row; }
.block-buttons.buttons-row.buttons-start { justify-content: flex-start; }
.block-buttons.buttons-row.buttons-center { justify-content: center; }
.block-buttons.buttons-row.buttons-end { justify-content: flex-end; }


.block-buttons a {
  border: 1px solid black;
  padding: 0.8rem 1.4rem;
  border-radius: 99999px;
  text-decoration: none;
  font-size: 1.3rem;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.blocks-button a svg.external-link-icon {
  min-width: 1rem;
  min-height: 1rem;

}
