html {
  overflow-y: scroll;
  height: 100%;
  font-family: "Garmond EB", "Times New Roman", "serif";
  background: white; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Garmond EB", "Times New Roman", "serif"; }

nav {
  position: fixed !important;
  width: 100%;
  font-size: 1.2rem;
  color: black;
  z-index: 100;
  font-family: "Garmond EB", "Times New Roman", "serif";
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7); }
  nav a {
    color: black;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
    font-family: "Oswald", Helvetica, Arial, "sans serif"; }
  nav .navbar-brand {
    font-size: 2rem;
    font-family: "Garmond EB", "Times New Roman", "serif"; }
  nav .nav-link:hover {
    border-bottom: 3px solid #EB4A29;
    color: #EB4A29; }

body {
  background-color: #FFFFFF;
  color: #111111;
  font-family: "Garmond EB", "Times New Roman", "serif";
  height: 100%;
  font-size: 1.2rem; }

.square {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%; }
  .square img {
    position: absolute; }

.hero-image {
  background-image: url("../images/hero.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }

.bg_transparentWhite {
  background: rgba(255, 255, 255, 0.7) !important;
  border-bottom: 0rem; }

.smallMenu {
  background: white !important; }

.hero-text {
  position: absolute;
  top: 40%;
  padding-left: 3rem; }
  .hero-text h1 {
    font-size: 5rem; }

.gallery .col-md-3 {
  padding-bottom: 1rem; }

section {
  margin-top: 3rem; }

a.anchor {
  display: block;
  position: relative;
  top: -5rem;
  visibility: hidden; }

.galleryImage {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }
  .galleryImage p {
    content: "EDWW";
    position: absolute;
    right: 10px;
    bottom: -15px;
    color: white; }

footer {
  color: white;
  padding: 3rem 0;
  margin-top: 3rem;
  background: #112E51; }
  footer a {
    color: white; }
    footer a i {
      margin-right: 1rem; }
    footer a:hover {
      color: #F9E54D; }

.contacts {
  border-left: 3px solid #112E51; }

i {
  margin-right: 1rem; }
  i:before {
    font-size: 1.5rem; }

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