h1,
h2,
h3,
h4,
footer {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
  color: #1d72aa;
}

.button {
  background-color: #1d72aa;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 6px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: calc(1.25rem + 0.1vw);
}

.language-selection ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-basis: auto;
}
.language-selection li {
  padding: 5px;
}
.language-selection a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
}

.navbar {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  min-width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
  display: block;
}
.navbar .navbar-brand {
  padding: 0px 5px;
  justify-self: start;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  display: inline-block;
}
.navbar .navbar-brand a {
  padding: 0px;
}
.navbar ul {
  align-self: end;
  background-color: #1d72aa;
  display: block;
  height: 0;
  list-style-type: none;
  opacity: 0;
  text-align: center;
  transition: all 1s ease;
  width: 100%;
  visibility: hidden;
}
.navbar ul li {
  border-bottom: 2px solid #53354a;
  color: #53354a;
  display: block;
  font-size: 1.5em;
  padding: 2em 0;
  height: 30px;
}
.navbar ul li a {
  color: white;
}
.navbar #menu-toggle:checked ~ ul {
  opacity: 1;
  height: 100vh;
  visibility: visible;
}
.navbar #menu-toggle {
  display: none;
}
.navbar .label-toggle {
  background: linear-gradient(
    to bottom,
    #1d72aa 0%,
    #1d72aa 20%,
    transparent 20%,
    transparent 40%,
    #1d72aa 40%,
    #1d72aa 60%,
    transparent 60%,
    transparent 80%,
    #1d72aa 80%,
    #1d72aa 100%
  );
  cursor: pointer;
  display: block;
  float: right;
  height: 35px;
  margin-top: 1em;
  width: 35px;
  margin-right: 1rem;
}
@media screen and (min-width: 1024px) {
  .navbar {
    display: flex;
  }
  .navbar ul {
    flex-basis: auto;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    width: 50%;
  }
  .navbar ul li {
    display: inline-block;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 10px;
  }
  .navbar ul a {
    font-weight: bold;
    font-size: 1.5rem;
    transition: all 0.5s ease;
  }
  .navbar ul a:hover {
    color: #903749;
  }
  .navbar .label-toggle {
    display: none;
  }
}

.vpad {
  height: 2rem;
}

.hero-full {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  /*
  	:after {
  		content: "";
  		position: absolute;
  		left: 0;
  		top: 0;
  		z-index: -1;
  		width: 100%;
  		height: 100%;
  		background: rgba(0, 0, 0, 0.1);
  	}
  */
  min-width: 100vw;
  min-height: 100vh;
}
.hero-full img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-full > div {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: rgba(74, 74, 74, 0.6666666667);
  padding: 2rem;
  margin: auto;
  color: white;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hero-full > div h1,
.hero-full > div h2,
.hero-full > div p {
  word-break: break-word;
}
.hero-full > div h1,
.hero-full > div p:nth-child(1) {
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
}
.hero-full > div h2,
.hero-full > div p:nth-child(2) {
  font-size: calc(1.5rem + 0.7vw);
  margin-bottom: 1rem;
}
.hero-full .video-container {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.hero-full .video-container .hero-video {
  object-fit: contain;
}

.columns,
.cards {
  display: flex;
  flex-flow: row wrap;
  min-height: 25vh;
  background-color: #1d72aa;
}

article.columns:nth-of-type(even) {
  flex-flow: row-reverse wrap;
}

.column,
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
  margin: 0px;
}

.column.paragraph {
  flex-basis: 40ch;
  flex-grow: 2;
  background-color: white;
  color: #4a4a4a;
  padding: calc(10px + 0.1vw);
  margin: calc(5px + 0.7vw);
  border-radius: 6px;
}
.column.paragraph p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.column.image-with-caption,
.card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #999;
  flex-basis: 440px;
  flex-grow: 1;
  flex-shrink: 1;
}
.column.image-with-caption div,
.card div {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background-color: rgba(74, 74, 74, 0.6666666667);
  padding: 2rem;
  margin: auto;
  color: white;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.image-with-caption div h1,
.column.image-with-caption div h2,
.column.image-with-caption div p,
.card div h1,
.card div h2,
.card div p {
  word-break: break-word;
}
.column.image-with-caption div h1,
.column.image-with-caption div p:nth-child(1),
.card div h1,
.card div p:nth-child(1) {
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
}
.column.image-with-caption div h2,
.column.image-with-caption div p:nth-child(2),
.card div h2,
.card div p:nth-child(2) {
  font-size: calc(1.5rem + 0.7vw);
  margin-bottom: 1rem;
}

.cards {
  background-color: #1d72aa;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 33vh;
}

.figure-level {
  display: flex;
  flex-direction: column;
  flex-wrap: none;
  justify-content: space-around;
  min-width: 100%;
  min-height: 25vh;
}
.figure-level > p.title {
  display: block;
  margin: 2rem;
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
}
.figure-level > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: space-around;
}
.figure-level .figure-item {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.figure-level .figure-item img {
  margin-bottom: 1rem;
  max-width: 64px;
  max-height: 64px;
}
@media (min-width: 768px) {
  .figure-level .figure-item img {
    max-width: 128px;
    max-height: 128px;
  }
}
.figure-level .figure-item p.heading {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: calc(11px + 0.1vw);
}
.figure-level .figure-item p.caption {
  font-size: calc(1.5rem + 0.7vw);
  margin-bottom: 1rem;
  margin-bottom: 2rem;
}

footer.page-footer {
  width: 100%;
  padding-top: 0.5rem;
}
footer.page-footer footer.contact-info {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  margin: 1rem 1rem;
}
footer.page-footer footer.contact-info .contact-item {
  margin: 0.5rem 0.5rem;
  flex-basis: auto;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
}
footer.page-footer footer.contact-info .contact-item .icon-sizer {
  display: inline-block;
  width: 32px;
  text-align: center;
}
footer.page-footer footer.contact-info .contact-item .icon-sizer img {
  height: 1rem;
}
footer.page-footer footer.contact-info .contact-item:nth-child(3) {
  display: flex;
}
footer.page-footer footer.contact-info .contact-item:nth-child(3) img {
  margin-right: 1rem;
  height: 3rem;
}
footer.page-footer footer.copyright {
  width: 100%;
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
  background-color: #1d72aa;
  color: white;
}
footer.page-footer footer.copyright p {
  text-align: center;
}

body.template-peopleindexpage section.teachers .title,
body.template-peopleindexpage section.staff .title {
  text-align: center;
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
  margin: 1rem;
}

.people-grid {
  display: grid;
  grid-template-columns: 1fr minmax(414px, 5fr) 1fr;
  grid-gap: 1rem;
}
.people-grid .person-teaser {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 5px #888888;
}
.people-grid .person-teaser .person-image {
  flex-basis: auto;
  margin: auto;
  align-self: center;
}
.people-grid .person-teaser .person-image img {
  border: 1px solid #000;
}
.people-grid .person-teaser .name {
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
  font-size: 1.5rem;
  padding-bottom: 0.5rem;
}
.people-grid .person-teaser .job-description {
  font-size: calc(1.5rem + 0.7vw);
  margin-bottom: 1rem;
}
.people-grid .person-teaser .projects .project {
  border: none;
  background-color: #1d72aa;
  color: white;
  margin: 2px 2px;
  padding: 5px 5px;
  display: inline-block;
}
.people-grid .person-teaser .short-bio {
  padding-bottom: 0.5rem;
  text-indent: 4ch;
}
@media screen and (min-width: 768px) {
  .people-grid {
    display: block;
    max-width: 1024px;
    margin: auto;
    padding: 30px;
  }
  .people-grid .person-teaser {
    display: grid;
    grid-template-columns: max-content minmax(240px, 1fr);
    grid-template-rows: repeat(7, max-content);
  }
  .people-grid .person-teaser * {
    grid-column: 2;
  }
  .people-grid .person-teaser .person-image {
    grid-column: 1;
    grid-row: 1/-1;
    margin-top: 0px;
    padding-right: 0.4rem;
  }
}

section.person-full {
  max-width: 1440px;
  margin: auto;
  padding: 2rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(4, max-content);
}
section.person-full img {
  grid-column: 1/2;
  grid-row: 1/4;
}
section.person-full .name {
  align-self: center;
  font-weight: 600;
  line-height: 1.125;
  font-size: calc(2.5rem + 0.7vw);
}
section.person-full .subtitle {
  font-size: calc(1.5rem + 0.7vw);
  margin-bottom: 1rem;
}
section.person-full .bio {
  grid-column: 1/3;
  grid-row: 4/5;
  text-indent: 4ch;
}

.block-gallery,
.gallery {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 5px;
  align-items: center;
}
.block-gallery .image,
.gallery .image {
  width: auto;
  overflow: hidden;
}
.block-gallery .image img,
.gallery .image img {
  margin: auto;
  display: block;
  object-fit: contain;
}

.gallery {
  max-width: 1024px;
}

.block-gallery {
  max-height: 70vh;
  overflow-y: hidden;
  width: 100%;
  background-color: black;
}

.block-gallery-with-title {
  background-color: #1d72aa;
  padding-top: 0.5rem;
}
.block-gallery-with-title .gallery-title {
  margin: auto;
  padding: 3rem;
  text-align: center;
  max-width: max-content;
  background-color: white;
  border-radius: 6px;
}
/* until here */
/*
.hero-image, .background-image {
	background-position: center center;
	background-repeat:  no-repeat;
	background-size:  cover;
	background-color: #999;
}

.myhero-body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
    min-height: inherit;
    min-width: inherit;
}

.myhero-body > .mytitle {
    margin: 1rem;
}

.mylevel {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
    min-height: 25vh;

    .mylevel-item {
        flex-basis: auto;
    }
}

.level.home-quick-facts img {
    max-width: 64px;
    max-height: 64px;
    @media(min-width: 768px) {
        max-width: 128px;
	    max-height: 128px;
    }
}

p.mytitle, p.mysubtitle {
    word-break: break-word;
}

p.mytitle {
    align-self: center;
    font-weight: 600;
    line-height: 1.125;
    font-size: calc(2.5rem + 0.7vw);
}

p.mysubtitle {
    font-size: calc(1.5rem + 0.7vw);
    margin-bottom: 1rem;
}

.text-overlay {
    background-color: #4a4a4aaa;
    padding: 2rem;
    margin: auto;
    color: white;
    text-align: center;
}

.two-columns, .two-columns-reversed {
    display: flex;
    flex-wrap: wrap;
    min-height: 25vh;

    .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem;

        .textbox {
            background-color: white;
            font-size: 1.25rem;
            color: #4a4a4a;
            padding: 2rem;
            border-radius: 6px;

            >p:not(:last-child) {
                margin-bottom: 1.5rem;
            }
        }
    }

    .col:nth-child(1) {
        flex-basis: auto;
        flex-grow: 1.5;
    }

    .col:nth-child(2) {
        flex-basis: 65ch;
        flex-grow: 2;
        padding: 2rem;
    }
}

.two-columns-reversed {
    flex-flow: row-reverse wrap;
}

.two-columns {
    flex-flow: row wrap;
}


*/

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