*,
*::after,
*::before {
  box-sizing: border-box; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
blockquote,
pre,
abbr,
address,
cite,
em,
img,
small,
strong,
sub,
sup,
var,
b,
i,
ul,
li,
form,
label,
article,
aside,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0; }

html,
body {
  min-height: 100%; }

body {
  font-family: 'Roboto', serif;
  font-size: 16px;
  line-height: 1;
  margin: 0 auto;
  min-height: 100vh; }

article,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

img {
  height: auto;
  max-width: 100%; }

a {
  color: black;
  text-decoration: none; }

@media only screen and (max-width: 600px) {
  .col-1-xs {
    width: calc(100% / 12); }

  .col-2-xs {
    width: calc(100% / 12 * 2); }

  .col-3-xs {
    width: calc(100% / 12 * 3); }

  .col-4-xs {
    width: calc(100% / 12 * 4); }

  .col-5-xs {
    width: calc(100% / 12 * 5); }

  .col-6-xs {
    width: calc(100% / 12 * 6); }

  .col-7-xs {
    width: calc(100% / 12 * 7); }

  .col-8-xs {
    width: calc(100% / 12 * 8); }

  .col-9-xs {
    width: calc(100% / 12 * 9); }

  .col-10-xs {
    width: calc(100% / 12 * 10); }

  .col-11-xs {
    width: calc(100% / 12 * 11); }

  .col-12-xs {
    width: 100%; } }
@media only screen and (min-width: 600px) {
  .col-1-s {
    width: calc(100% / 12); }

  .col-2-s {
    width: calc(100% / 12 * 2); }

  .col-3-s {
    width: calc(100% / 12 * 3); }

  .col-4-s {
    width: calc(100% / 12 * 4); }

  .col-5-s {
    width: calc(100% / 12 * 5); }

  .col-6-s {
    width: calc(100% / 12 * 6); }

  .col-7-s {
    width: calc(100% / 12 * 7); }

  .col-8-s {
    width: calc(100% / 12 * 8); }

  .col-9-s {
    width: calc(100% / 12 * 9); }

  .col-10-s {
    width: calc(100% / 12 * 10); }

  .col-11-s {
    width: calc(100% / 12 * 11); }

  .col-12-s {
    width: 100%; } }
@media only screen and (min-width: 800px) {
  .col-1-m {
    width: calc(100% / 12); }

  .col-2-m {
    width: calc(100% / 12 * 2); }

  .col-3-m {
    width: calc(100% / 12 * 3); }

  .col-4-m {
    width: calc(100% / 12 * 4); }

  .col-5-m {
    width: calc(100% / 12 * 5); }

  .col-6-m {
    width: calc(100% / 12 * 6); }

  .col-7-m {
    width: calc(100% / 12 * 7); }

  .col-8-m {
    width: calc(100% / 12 * 8); }

  .col-9-m {
    width: calc(100% / 12 * 9); }

  .col-10-m {
    width: calc(100% / 12 * 10); }

  .col-11-m {
    width: calc(100% / 12 * 11); }

  .col-12-m {
    width: 100%; } }
@media only screen and (min-width: 1000px) {
  .col-1-l {
    width: calc(100% / 12); }

  .col-2-l {
    width: calc(100% / 12 * 2); }

  .col-3-l {
    width: calc(100% / 12 * 3); }

  .col-4-l {
    width: calc(100% / 12 * 4); }

  .col-5-l {
    width: calc(100% / 12 * 5); }

  .col-6-l {
    width: calc(100% / 12 * 6); }

  .col-7-l {
    width: calc(100% / 12 * 7); }

  .col-8-l {
    width: calc(100% / 12 * 8); }

  .col-9-l {
    width: calc(100% / 12 * 9); }

  .col-10-l {
    width: calc(100% / 12 * 10); }

  .col-11-l {
    width: calc(100% / 12 * 11); }

  .col-12-l {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .col-1-xl {
    width: calc(100% / 12); }

  .col-2-xl {
    width: calc(100% / 12 * 2); }

  .col-3-xl {
    width: calc(100% / 12 * 3); }

  .col-4-xl {
    width: calc(100% / 12 * 4); }

  .col-5-xl {
    width: calc(100% / 12 * 5); }

  .col-6-xl {
    width: calc(100% / 12 * 6); }

  .col-7-xl {
    width: calc(100% / 12 * 7); }

  .col-8-xl {
    width: calc(100% / 12 * 8); }

  .col-9-xl {
    width: calc(100% / 12 * 9); }

  .col-10-xl {
    width: calc(100% / 12 * 10); }

  .col-11-xl {
    width: calc(100% / 12 * 11); }

  .col-12-xl {
    width: 100%; } }
@keyframes rotate-out {
  0% {
    transform: rotate(0deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-in {
  0% {
    transform: rotate(360deg); }
  40% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes dash-in {
  0% {
    stroke-dashoffset: 240; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash-out {
  0% {
    stroke-dashoffset: 0; }
  40% {
    stroke-dashoffset: 240; }
  100% {
    stroke-dashoffset: 240; } }
@keyframes bun-top-out {
  0% {
    left: 0;
    top: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    top: 0;
    transform: rotate(15deg); }
  80% {
    left: -5px;
    top: 0;
    transform: rotate(-60deg); }
  100% {
    left: -5px;
    top: 1px;
    transform: rotate(-45deg); } }
@keyframes bun-bot-out {
  0% {
    left: 0;
    transform: rotate(0deg); }
  20% {
    left: 0;
    transform: rotate(-15deg); }
  80% {
    left: -5px;
    transform: rotate(60deg); }
  100% {
    left: -5px;
    transform: rotate(45deg); } }
@keyframes bun-top-in {
  0% {
    bottom: 0;
    left: -5px;
    transform: rotate(-45deg); }
  20% {
    bottom: 0;
    left: -5px;
    transform: rotate(-60deg); }
  80% {
    bottom: 0;
    left: 0;
    transform: rotate(15deg); }
  100% {
    bottom: 1px;
    left: 0;
    transform: rotate(0deg); } }
@keyframes bun-bot-in {
  0% {
    left: -5px;
    transform: rotate(45deg); }
  20% {
    bottom: 0;
    left: -5px;
    transform: rotate(60deg); }
  80% {
    bottom: 0;
    left: 0;
    transform: rotate(-15deg); }
  100% {
    left: 0;
    transform: rotate(0deg); } }
@keyframes burger-fill-in {
  0% {
    left: 36px;
    width: 0; }
  40% {
    left: 40px;
    width: 0; }
  80% {
    left: -6px;
    width: 36px; }
  100% {
    left: 0;
    width: 36px; } }
@keyframes burger-fill-out {
  0% {
    left: 0;
    width: 36px; }
  20% {
    left: -6px;
    width: 42px; }
  40% {
    left: 40px;
    width: 0; }
  100% {
    left: 36px;
    width: 0; } }
@keyframes come-in {
  to {
    transform: translateY(0); } }
@keyframes fadeInAnimation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.come-in {
  animation: come-in 1s ease forwards;
  transform: translateY(150px); }

.come-in:nth-child(odd) {
  animation-duration: 0.9s; }

.already-visible {
  animation: none;
  transform: translateY(0); }

.main-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: 8.1rem calc(100% - (8.1rem + 8rem)) 8rem;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto; }

@media only screen and (min-width: 700px) {
  .main-wrapper {
    grid-template-rows: 8.1rem calc(100% - (8.1rem + 10.6rem)) 10.6rem; } }
.header {
  grid-column: 1 / 5;
  grid-row: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-image: url("../img/header-logo-v1.png");
  background-color: black;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative; }

.main {
  grid-column: 1 / 5;
  grid-row: 2;
  padding: 0 1rem;
  height: 100%; }

.main-site {
  display: grid;
  grid-template-rows: 4.125em 3.125em calc(100% - (4.125em + 3.125em + 8em)) 8em;
  grid-template-columns: repeat(4, calc(100% / 12 * 3));
  min-height: 100%; }

@media only screen and (min-width: 500px) {
  .main-site {
    grid-template-rows: 6.125em 3.625em calc(100% - (6.125em + 3.625em + 9.75em)) 9.75em; } }
@media only screen and (min-width: 1000px) {
  .main-site {
    grid-template-rows: 9em 3.925em calc(100% - (9em + 3.925em + 11.5em)) 11.5em; } }
@media only screen and (min-width: 1200px) {
  .main-site {
    grid-template-rows: 10em 3.925em calc(100% - (10em + 3.925em + 11.5em)) 11.5em; } }
.heading {
  padding: .5rem 0;
  margin: .5rem 0; }
  .heading h1 {
    font-family: 'Pacifico', cursive;
    font-size: 2rem;
    font-weight: 300; }

.price-text p a {
  font-weight: bolder; }
.price-text p a:hover {
  color: green;
  text-decoration: underline; }

@media only screen and (min-width: 600px) {
  .heading h1 {
    font-size: 3.5rem; } }
.footer {
  grid-row: 3;
  grid-column: 1 / 5;
  margin-top: 2px;
  display: grid;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: auto auto auto auto;
  height: auto; }

.contact-info {
  grid-row: 1 / 4;
  grid-column: 1 / 3;
  font-size: 1rem;
  color: white;
  padding-top: .5rem;
  padding-left: .5rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.phone {
  grid-column: 3 / 5;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .phone a {
    color: white; }
  .phone a:hover {
    color: green;
    text-decoration: underline; }

.maps {
  display: none; }

.social {
  grid-row: 2 / 4;
  grid-column: 3 / 5;
  display: flex;
  align-items: center;
  justify-content: space-evenly; }

.logo {
  width: 70%;
  height: auto; }

.copyright {
  grid-row: 5;
  grid-column: 1 / 5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: white; }
  .copyright a {
    color: white; }
  .copyright a:hover {
    color: green;
    text-decoration: underline; }

@media only screen and (min-width: 500px) {
  .contact-info {
    grid-row: 1 / 3;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 1rem; }

  .phone {
    grid-column: 1 / 3;
    grid-row: 3 / 4;
    justify-content: flex-start;
    padding-left: 1rem; }

  .logo {
    width: 100%; }

  .social {
    grid-row: 1 / 4; } }
@media only screen and (min-width: 700px) {
  .footer {
    grid-template-columns: repeat(8, calc(100% / 8)); }

  .contact-info {
    font-size: 1rem;
    align-items: center; }

  .maps {
    grid-row: 1 / 4;
    grid-column: 3 / 7;
    display: flex;
    justify-content: center; }

  .social {
    grid-column: 7 / 9; }

  .copyright {
    grid-column: 1 / 9; } }
.hamburglar {
  cursor: pointer;
  display: block;
  height: 68px;
  margin: .5rem .5rem 0;
  position: relative;
  -webkit-touch-callout: none;
  transform: scale(1);
  user-select: none;
  width: 68px; }

.hamburglar.is-open .path {
  animation: dash-in .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .animate-path {
  animation: rotate-in .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .burger-bun-top {
  animation: bun-top-out .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .burger-bun-bot {
  animation: bun-bot-out .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-open .burger-filling {
  animation: burger-fill-out .6s linear normal;
  animation-fill-mode: forwards; }

.hamburglar.is-closed .path {
  animation: dash-out .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .animate-path {
  animation: rotate-out .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .burger-bun-top {
  animation: bun-top-in .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .burger-bun-bot {
  animation: bun-bot-in .6s linear normal;
  animation-fill-mode: forwards; }
.hamburglar.is-closed .burger-filling {
  animation: burger-fill-in .6s linear normal;
  animation-fill-mode: forwards; }

.path-burger {
  height: 68px;
  left: 0;
  mask: url("#mask");
  -webkit-mask-box-image: url("https://raygun.io/upload/mask.svg");
  position: absolute;
  top: 0;
  width: 68px; }

.animate-path {
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 68px; }

.path-rotation {
  height: 34px;
  margin: 34px 34px 0 0;
  transform: rotate(0deg);
  transform-origin: 100% 0;
  width: 34px; }

.path-rotation::before {
  background: lime;
  content: "";
  display: block;
  height: 34px;
  margin: 0 4px 0 0;
  width: 30px; }

.path {
  stroke-dasharray: 240;
  stroke-dashoffset: 240;
  stroke-linejoin: round; }

.burger-icon {
  height: 68px;
  padding: 20px 16px;
  position: absolute;
  width: 68px; }

.burger-container {
  height: 28px;
  position: relative;
  width: 36px; }

.burger-bun-top,
.burger-bun-bot,
.burger-filling {
  background: lime;
  border-radius: 2px;
  display: block;
  height: 4px;
  position: absolute;
  width: 36px; }

.burger-bun-top {
  top: 0;
  transform-origin: 34px 2px; }

.burger-bun-bot {
  bottom: 0;
  transform-origin: 34px 2px; }

.burger-filling {
  top: 12px; }

.burger-ring {
  height: 68px;
  left: 0;
  position: absolute;
  top: 0;
  width: 68px; }

.svg-ring {
  height: 68px;
  width: 68px; }

.nav-bar {
  display: flex;
  justify-content: center; }

.nav-container {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%; }

.item {
  text-align: center;
  margin: .2rem;
  padding: .2rem;
  background-color: black;
  width: 100%;
  display: flex;
  border-top: 2px solid white;
  border-top-left-radius: 2rem;
  border-bottom: 2px solid white;
  border-bottom-right-radius: 2rem; }

.item:hover {
  background-color: rgba(0, 0, 0, 0.8); }

.nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 8.1rem;
  width: 100%; }

.menu {
  position: relative;
  display: none;
  animation: fadeInAnimation ease-in-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  flex-direction: column;
  z-index: 9;
  width: 100%;
  align-items: center; }

.active {
  display: flex; }

.nav-link {
  cursor: pointer;
  font-size: 1.2rem;
  padding: .5rem;
  text-align: center;
  width: 100%;
  color: green; }

.main .section {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: .6rem 0;
  width: 100%; }
  .main .section h2 {
    padding: 1rem 0; }

.text-box {
  align-items: center;
  background-image: url("../img/workshop/workshop3.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%; }

.box {
  background-color: rgba(0, 0, 0, 0.6);
  border-bottom: 2px solid green;
  border-bottom-right-radius: 2rem;
  border-top: 2px solid green;
  border-top-left-radius: 2rem;
  display: flex;
  flex-direction: column;
  margin: .4rem 0;
  color: white; }

.box:hover {
  background-color: rgba(0, 128, 0, 0.5); }

.box p:nth-child(1) {
  padding-left: 1.5rem; }

.box p:nth-last-child(1) {
  align-self: flex-end;
  padding-right: 1.5rem; }

.box:nth-child(odd) {
  align-self: flex-start; }

.box:nth-child(even) {
  align-self: flex-end; }

.price-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start; }

table {
  border-collapse: collapse;
  margin: 1rem .5rem;
  width: 100%;
  max-width: 19.5rem; }
  table caption {
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: left;
    text-transform: uppercase; }
  table thead tr th {
    text-align: right;
    border: none; }

td, th {
  border: 1px solid black;
  padding: .5rem;
  text-align: left; }

tbody tr:nth-child(even) {
  background-color: rgba(0, 128, 0, 0.2); }

.contact-text {
  line-height: 120%; }
  .contact-text p {
    padding: 1rem 0; }

.form {
  width: 100%; }

.my-form {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto repeat(4, 7.5em) auto 2em;
  border: 2px outset green;
  border-radius: 2px;
  background-color: #798079;
  margin-bottom: 2em; }

.form-row {
  width: 100%;
  margin: 2px 0;
  padding: 2px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between; }

#form-heading {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#first-name {
  grid-column: 1 / 3;
  grid-row: 2 / 3; }

#e-mail {
  grid-column: 1 / 3;
  grid-row: 3 / 4; }

#tel {
  grid-column: 1 / 3;
  grid-row: 4 / 5; }

#msg-subject {
  grid-column: 1 / 3;
  grid-row: 5 / 6; }

#msg-text {
  grid-column: 1 / 3;
  grid-row: 6 / 7; }

#form-submit-btn {
  grid-column: 1 / 3;
  grid-row: 7 / 8; }

input[type=text], input[type=email], input[type=tel], textarea {
  border: 1px solid #798079;
  padding: 0.5em;
  font-size: 1em;
  width: 100%; }

input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover {
  background-color: #c9d0c9; }

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border: 2px solid darkgreen;
  font-size: 1.5em;
  padding: 0.5em; }

button[type=submit] {
  border: 2px solid green;
  border-radius: 5px;
  background-color: green;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  width: 50%;
  align-self: center;
  justify-self: center;
  text-align: center; }

button[type=submit]:hover {
  background-color: chartreuse;
  color: black; }

::placeholder {
  opacity: 1;
  color: black;
  font-size: 0.8em;
  letter-spacing: 2px; }

.my-form > div > label {
  display: flex;
  align-items: center;
  padding: 0.8em 0;
  font-size: 1.2em; }

.maps-large {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.maps-large iframe {
  height: 100%;
  width: 100%; }

.blog-container {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  padding-left: .5em;
  padding-right: .5em;
  margin-right: .5em;
  margin-left: .5em; }

.blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: .5em; }

.btn-img {
  height: 18.75em;
  width: auto;
  padding: .625em; }

.btn-img-txt {
  text-align: center; }

.modal {
  display: none; }

.modalShow {
  position: fixed;
  z-index: 10;
  padding-top: 6.25rem;
  margin: 0 auto;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100vh;
  overflow-y: scroll;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: -moz-scrollbars-none; }

.modalShow::-webkit-scrollbar {
  display: none; }

.modal-content {
  background-color: black;
  margin: 0 auto;
  position: relative;
  border-top: 4px groove white;
  border-bottom: 4px groove white;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: max-content;
  display: grid;
  grid-template-columns: calc(100% - 3.5em) 1.5em;
  grid-auto-rows: auto;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  padding-top: 4.7em;
  padding-left: 1em;
  padding-right: 1em; }

.modalContentImg {
  max-height: 18.75em;
  max-width: 12.5em;
  width: auto;
  border: 0.5em ridge green;
  margin: 0 auto;
  grid-column: 1; }

.close {
  font-size: 4em;
  font-weight: bold;
  position: sticky;
  z-index: 99;
  grid-column: 2;
  grid-row: 1 / 30;
  height: 100%;
  background-color: rgba(139, 0, 0, 0.3); }

.close:hover,
.close:focus {
  cursor: pointer;
  background-color: rgba(139, 0, 0, 0.5); }

/*# sourceMappingURL=styles.css.map */
