*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fffffa;
}

.page-header {
  background: rgba(255, 255, 250, 0.95);
}

.nav-menu {
  background: #72b3ad;
}

.nav-menu a {
  color: #fefacd;
  text-shadow: 1.5px 1px 1px rgba(150, 150, 150, 0.94);
}

.mobile-menu-icon {
  border: 2px solid rgba(0, 0, 0, 0.6);
}

.mobile-menu-icon .bar {
  background: rgba(0, 0, 0, 0.6);
}

hr {
  color: #72b3ad;
  background-color: #72b3ad;
  height: 1px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.25;
  font-size: 1rem;
}

a {
  display: block;
  text-decoration: none;
  color: black;
}

h2,
h3,
a {
  font-weight: 400;
}

div.title {
  height: 0;
}

figcaption {
  display: none;
}

header {
  margin: 0px;
}

.page-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  height: 70px;
  width: 100%;
  z-index: 3;
  transition: transform .3s ease-out;
}

.page-header .page-header-content {
  width: 100%;
  margin: 0 auto;
}

.page-header h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: .85rem;
  padding-left: 15px;
}

.main-nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  width: 90%;
  margin: 0px auto;
  overflow-x: hidden;
  transition: transform .3s ease-out;
}

section {
  text-align: center;
  padding: .5rem;
  margin: 1.5rem auto;
}

.fp-card {
  margin: 0;
}

footer {
  display: flex;
  flex-direction: column;
}

footer section {
  margin: .25rem auto;
}

.main-nav {
  margin-top: 100px;
}

.main-nav li {
  width: 100%;
  text-align: center;
}

.main-nav a {
  padding: .5rem;
}

.nav-menu {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  -ms-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  transition: transform .3s ease-out;
}

.link-title {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: .75rem;
}

.link:hover {
  color: #fbeb37;
}

.nav-divider {
  border: 1px solid #fefacd;
  width: 80%;
  margin: 10px auto;
}

.mobile-menu-icon {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  top: 16px;
  right: 30px;
  z-index: 10;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  padding: 5px;
  transition: border-color .3 ease-out;
}

.bar {
  position: relative;
  width: 100%;
  height: 2px;
  transition: transform .3s ease-out, translate .3s ease-out, opacity .5s ease-out;
}

.bar:first-child {
  top: 0;
}

.bar:nth-child(2) {
  opacity: 1;
}

.bar:last-child {
  bottom: 0;
}

.bar + .bar {
  margin-top: 2px;
}

.show-menu .nav-menu {
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.show-menu .page-header,
.show-menu .hero-wrapper,
.show-menu .wrapper,
.show-menu footer {
  -ms-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}

.show-menu .bar:first-child {
  transform: rotate(45deg) translate(4px, 8px);
  width: 125%;
}

.show-menu .bar:nth-child(2) {
  opacity: 0;
}

.show-menu .bar:last-child {
  -ms-transform: rotate(-45deg) translate(4px, -9px);
  -moz-transform: rotate(-45deg) translate(4px, -9px);
  -webkit-transform: rotate(-45deg) translate(4px, -9px);
  transform: rotate(-45deg) translate(4px, -9px);
  width: 125%;
}

.show-menu .mobile-menu-icon {
  border-color: #fefacd;
}

.show-menu .mobile-menu-icon .bar {
  background-color: #fefacd;
}

.hero-wrapper {
  margin-top: 70px;
  width: 100%;
  height: 200px;
  position: relative;
  height: 200px;
  background: url("../../img/CAD-hero-image.jpg") center no-repeat;
  background-size: cover;
  transition: transform .3s ease-out;
}

.title {
  display: flex;
  justify-content: center;
}

main h2,
section h2 {
  text-align: center;
}

.center {
  display: block;
  text-align: center;
  margin: 1.5rem;
}

.content-a {
  display: inline;
}

.content-a:hover {
  color: #61aaa3;
}

.fp-card img {
  display: block;
  max-width: 100%;
}

.fp-card h3 {
  text-align: center;
}

.fp-card p {
  padding: 0 .75rem;
  text-align: center;
}

.fp-card a {
  padding: .25rem 0;
  margin-bottom: 1.5rem;
}

.fp-card-overlay a:hover {
  color: #559d97;
}

#news {
  margin-top: 0rem;
}

#news h4 {
  margin-top: 3rem;
  text-decoration: underline;
}

#news div {
  text-align: left;
}

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  transition: opacity .5s ease-out;
}

div.show-overlay {
  height: 100%;
  opacity: 1;
}

.gallery-image {
  margin-top: 150px;
  max-width: 85%;
  max-height: 50%;
}

footer {
  background: #9a8254;
  color: #fefacd;
  transition: transform .3s ease-out;
  width: 100%;
}

footer a {
  display: block;
}

.footer-nav {
  margin-bottom: 1rem;
}

.footer-nav li {
  margin: .5rem auto;
}

.insta-icon {
  font-size: 30px;
  margin: auto;
  color: #fefacd;
  vertical-align: center;
}

.insta-div {
  padding: .5rem;
}

.insta-div h4 {
  margin-right: .5rem;
}

#footer-a {
  display: inline-flex;
  flex-direction: row;
}

.insta-div a {
  color: #fefacd;
}

.footer-nav a:hover {
  color: #fefacd;
}

.insta-div:hover i,
.insta-div:hover a {
  color: #fdf59b;
}

@media (min-width: 645px) {
  .hero-wrapper {
    height: 250px;
  }
  footer section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }
  .page-header h1 {
    font-size: 1.25rem;
  }
}

@media (min-width: 800px) {
  .hero-wrapper {
    height: 300px;
  }
}

@media (min-width: 825px) {
  .fp-grid,
  .news-grid {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 15px 20px;
  }
  .fp-card {
    position: relative;
    margin: 0;
  }
  .fp-card figcaption {
    display: block;
    opacity: 1;
    transition: opacity .2s ease-out;
  }
  figcaption span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    margin-top: 0;
    color: black;
    padding-top: 10px;
    font-weight: 400;
    background: rgba(254, 250, 205, 0.9);
  }
  .fp-card-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    opacity: 0;
    font-size: 1rem;
    -moz-transition: opacity .3s ease-in, background .4s ease-in;
    -ms-transition: opacity .3s ease-in, background .4s ease-in;
    -webkit-transition: opacity .3s ease-in, background .4s ease-in;
    -o-transition: opacity .3s ease-in, background .4s ease-in;
    transition: opacity .3s ease-in, background .4s ease-in;
  }
  .fp-card-overlay a {
    color: white;
  }
  .fp-card:hover .fp-card-overlay {
    opacity: .9;
    background: #72b3ad;
    z-index: 3;
  }
  .fp-card:hover .fp-card-overlay h3 {
    opacity: 1;
  }
  .fp-card:hover .fp-card-overlay p {
    opacity: 1;
  }
  .fp-card:hover figcaption {
    opacity: 0;
  }
  .fp-card-overlay a:hover {
    color: #fbeb37;
  }
  .gallery-image {
    max-width: 640px;
  }
}

@media (min-width: 1000px) {
  .hero-wrapper {
    height: 350px;
  }
  #news h4 {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .page-header-content {
    max-width: 90%;
  }
  .mobile-menu-icon {
    top: 16px;
    right: 50px;
  }
  .hero-wrapper {
    height: 400px;
    margin: 80px auto 0px auto;
    max-width: 1800px;
  }
  .wrapper {
    max-width: 1800px;
    margin: 0px auto;
  }
}

@media (min-width: 1300px) {
  main {
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */