@charset "utf-8";
/* CSS Document */
/*** {
	padding:0px;
	margin:0px;
}**/

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

#background {
  position: fixed;
  height: 100%;
  width: 100%;
  background-image: url("../pictures/background.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

body {
  background-image: url("../pictures/background.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.grid-container {
  display: grid;
  grid-gap: 10px;
  padding: 10px;
  margin-top: 50px;
  /*	grid-template-columns: repeat(12, minmax(0, 1fr));*/
  grid-template-columns: repeat(12, 1fr);
  /*	grid-template-rows: calc(10vh - 70px) 90vh;*/
  min-height: calc(100vh - 50px);
}

.grid-item {
  background-color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#header {
  position: fixed;
  height: 50px;
  width: 100%;
  top: 0px;
  /* background-color: white; */
  display: flex;
  justify-content: space-between;
  align-content: center;
  /* padding:0px 50px; */
  z-index: 2;
}

#header * {
  align-self: center;
  text-align: center;
}

#nav {
  flex-grow: 3;
  height: 100%;
}

#nav li {
  background-color: white;
  text-align: center;
}

#nav li:hover {
  /* opacity: 0.8; */
  background-color: rgba(255, 255, 255, 0.5);
  ;
  transition: 0.2s;
}

#menu-button {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: white;
  font-size: 200%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  margin: 10px;
  display: none;
  opacity: 70%;
  text-decoration: none;
  border: none;
  z-index: 3;
}

#nav ul {
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: nowrap;
}

#nav li {
  height: 100%;
  width: 20%;
}

#nav a {
  color: black;
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

#nav a span {
  display: flex;
  align-content: flex-end;
  justify-content: space-around;
  /* margin-bottom: 5px; */
  /* height: 100%; */
}

#nav a i {
  margin-right: 10px;
}

.grid-item.full-grid {
  grid-column: 1 / 13;
}

.grid-item.page-caption {
  grid-column: 1 / 13;
  font-size: 200%;
  color: #2F3645;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  height: 50px;
  align-self: center;
  /*	opacity: 10%;*/
}

.grid-item.first-half-grid {
  grid-column: 1 / 7;
}

.grid-item.second-half-grid {
  grid-column: 7 / 13;
}

.grid-item.first-third-grid {
  grid-column: 1 / 5;
}

.grid-item.second-third-grid {
  grid-column: 5 / 8;
}

.grid-item.third-third-grid {
  grid-column: 8 / 13;
}

.caption {
  width: 100%;
  text-align: center;
}

.grid-item.half-grid {
  grid-column: span 6;
}

.grid-item.third-grid {
  grid-column: span 4;
}

.grid-item.two-third-grid {
  grid-column: span 8;
}

#logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* width: 100%; */
  background-color: white;
  flex-grow: 0.25;
}

#logo {
  height: 80%;
  border-radius: 50%;
}

#phone-wrapper {
  flex-grow: 0.5;
  background-color: white;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

p {
  text-align: justify;
  padding: 30px;
}

.grid-item > img {
  max-width: 100% !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-8-17 17:24:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-top {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 1s both;
  animation: slide-in-top 1s cubic-bezier(0.770, 0.000, 0.175, 1.000) 1s both;
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes wobble-hor-bottom {

  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

@keyframes wobble-hor-bottom {

  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
    transform: translateX(-30px) rotate(-6deg);
  }

  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
    transform: translateX(15px) rotate(6deg);
  }

  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
    transform: translateX(-15px) rotate(-3.6deg);
  }

  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
    transform: translateX(9px) rotate(2.4deg);
  }

  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
    transform: translateX(-6px) rotate(-1.2deg);
  }
}

.wobble-hor-bottom {
  -webkit-animation: wobble-hor-bottom 1s 3s 2 both;
  animation: wobble-hor-bottom 1s 3s 2 both;
}
/* @media only screen and (max-width: 1300px) {
  .grid-item.half-grid > img {
    max-width: 100% !important;
  }
} */

/*MEDIUM VIEWPORTS*/
@media only screen and (max-width: 1000px) {
  #header {
    padding: 0px;
  }

  #header img,
  #header p {
    display: none;
  }

  #nav {
    width: 100%;
  }

  .grid-item.third-grid {
    grid-column: 1 / 13;
  }

  .grid-item.two-third-grid {
    grid-column: 1 / 13;
  }

  /* .grid-item>img {
    width: 335px !important;
  } */

  /* .grid-item.half-grid > img {
    width: 100% !important;
    height: auto !important;
  } */
}

@media only screen and (max-width: 700px) {
  .grid-container {
    margin: 0px;
  }

  #nav ul {
    display: none;
    position: absolute;
    width: 300px;
    height: 250px;
    flex-wrap: nowrap;
    right: 10px;
    top: 10px;
  }

  #nav li {
    width: 100%;
    background-color: white;
    margin: 0px 0px;
    height: 50px;
  }

  #nav a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  #nav a span {
    margin-left: 30px;
  }

  #menu-button {
    display: flex;
  }

  #menu-button:hover+ul,
  #nav ul:hover {
    display: block;
  }

  #header {
    background-color: transparent;
  }

  .grid-item.half-grid {
    grid-column: 1 / 13;
  }

  #footer {
    flex-wrap: wrap;
    height: auto;
  }

  #footer iframe {
    width: 200px;
    height: 125px;
  }

  .slide-in-blurred-left {
    -webkit-animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-left 1s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
  }

  #background {
    background-image: url("../IMG_6889_lowres.jpeg");
  }
}