strong {
  font-family: revolution-gothic, sans-serif;
  font-weight: 800;
  /* extra bold */
  font-style: normal; }

.medStrong {
  font-family: revolution-gothic, sans-serif;
  font-weight: 700;
  /* bold */
  font-style: normal; }

div {
  box-sizing: border-box; }

body {
  max-width: 100%; }

p {
  font-family: revolution-gothic, sans-serif;
  font-weight: 400;
  /* reg */
  font-style: normal;
  line-height: 150%;
  margin: 6px 0; }

.full {
  width: 100%;
  margin-bottom: 1%; }

.fullFlex {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  margin-bottom: 1%; }
  .fullFlex.oppo {
    flex-direction: row-reverse; }

.addressPanel {
  position: absolute;
  top: 0;
  right: 0;
  background: #2F3637;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0 60px 0; }

.imgPanel img {
  max-width: 100%;
  width: 100%; }
.imgPanel.img1 {
  width: 58%;
  margin-left: 1%; }
  .imgPanel.img1 img {
    border-radius: 0 0 0 100px; }
.imgPanel.img2 {
  width: 58%;
  margin-right: 1%;
  background: url(../img/interior_3.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0 100px 0 0; }
  .imgPanel.img2 img {
    display: none;
    border-radius: 0 100px 0 0; }
.imgPanel.img4 {
  width: 58%;
  margin-left: 1%; }
  .imgPanel.img4 img {
    border-radius: 100px 0 0 0; }
.imgPanel.img3 {
  width: 41%;
  background: url(../img/orr3.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0 0 100px 0; }
  .imgPanel.img3 img {
    display: none;
    border-radius: 0 100px 0 0; }

.overlayPanel {
  width: 41%;
  display: flex;
  background: url(../img/orr.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 0 0 0 100px;
  padding: 40px 40px 80px 40px; }
  .overlayPanel p {
    font-size: 26px;
    max-width: 300px;
    margin-top: 20px; }

.logo {
  width: 41%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 40px; }
  .logo img {
    max-width: 400px;
    width: 100%; }
  .logo h1 {
    display: none; }

.mission {
  background: #2F3637;
  padding: 40px 20px; }
  .mission h2 {
    font-family: revolution-gothic, sans-serif;
    font-weight: 400;
    /* reg */
    font-style: normal;
    color: white;
    font-size: 22px;
    line-height: 150%;
    max-width: 740px;
    margin: 0 auto; }
  .mission p {
    text-align: right;
    max-width: 740px;
    width: 100%;
    margin: 10px auto 0 auto; }
    .mission p img {
      max-width: 180px; }

.proj {
  background: #E8E8E8;
  padding: 40px 20px;
  justify-content: center; }
  .proj h4 {
    font-family: revolution-gothic, sans-serif;
    font-weight: 800;
    /* reg */
    font-style: normal;
    text-align: center;
    font-size: 24px; }
  .proj ul {
    display: flex;
    max-width: 958px;
    margin: 0 auto;
    padding: 0;
    justify-content: center; }
    .proj ul li {
      list-style: none;
      box-sizing: border-box;
      padding: 10px;
      text-align: center;
      display: flex;
      flex-direction: column; }
      .proj ul li img {
        max-width: 100%; }
      .proj ul li p {
        font-size: 14px; }
      .proj ul li strong {
        font-size: 16px; }

.footer {
  background: #2F3637;
  padding: 40px 20px;
  color: white; }
  .footer a {
    color: #DD132C; }

@media (max-width: 706px) {
  .fullFlex {
    display: block;
    margin-bottom: 5%; }

  .full {
    margin-bottom: 5%; }

  .addressPanel {
    display: none; }

  .imgPanel, .logo, .overlayPanel {
    width: 100% !important;
    margin: 0 !important; }

  .img2, .img3 {
    background: none; }
    .img2 img, .img3 img {
      display: block !important; }

  .overlayPanel {
    margin-bottom: 5% !important; }

  .img3 {
    margin-bottom: 5% !important; }
    .img3 img {
      border-radius: 0 0 100px 0 !important; }

  .logo img {
    max-width: 300px; }

  .proj ul {
    flex-wrap: wrap; }
  .proj li {
    width: 49%;
    margin-right: 2%; }
    .proj li:nth-child(2n) {
      margin-right: 0; } }

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