@font-face {
    font-family: 'loki_colaregular';
    src: url('assets/webfontkit-loki_cola/lokicola-webfont.woff2') format('woff2'),
         url('assets/webfontkit-loki_cola/lokicola-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'matura_mt_script_capitalsRg';
    src: url('assets/webfontkit-maturasc/maturasc-webfont.woff2') format('woff2'),
         url('assets/webfontkit-maturasc/maturasc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.container
{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/Adam\'s\ Fountain\ Mural\ Image.png');
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
}
.navbar
{
    height: 12%;
    display: flex;
    align-items: center;
}
.logo
{
    width: 500px;
    cursor: pointer;
}
.logo h2,
.logo span
{
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 30px;
}
.menu-icon
{
    width: 30px;
    cursor: pointer;
    margin-left: 40px;
}
nav
{
    flex: 1;
    text-align: right;
}
nav ul li
{
    list-style: none;
    display: inline-block;
    margin-left: 60px;
}
nav ul li a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.row
{
    display: flex;
    height: 88%;
    align-items: center;
}
.col
{
    flex-basis: 50%;
}
h1
{
    font-family: 'loki_colaregular';
    color: #ffffff;
    font-size: 170px;
    font-weight: 100;
}
p
{
    color: #ffffff;
    font-size: 16px;
   /* line-height: 15px; */
   font-family: 'Poppins', sans-serif;
}
button
{
    width: 180px;
    color: #000000;
    font-size: 12px;
    padding: 12px 0;
    background: #ffffff;
    border: 0;
    border-radius: 20px;
    outline: none;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
}
button:hover
{
    color: #ffffff;
    background-color: #000baa;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card
{
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;
}
.card1
{
    background-image: url('images/500-removebg-preview.png');
}
.card2
{
    background-image: url('images/5-removebg-preview.png');
}
.card3
{
    background-image: url('images/10-removebg-preview.png');
}
.card4
{
    background-image: url('images/20-removebg-preview.png');
}
.card:hover
{
    transform: translateY(-10px);
}
h3
{
    color: #ffffff;
    text-shadow: 0 0 5px #999;
    font-family: 'Poppins', sans-serif;
}
.services
{
    padding: 20px;
}
.services h1
{
    color: #000000;
    text-align: center;
    font-size: 50px;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}
.grid
{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
.sect-2 p
{
    color: #000000;
    font-family: 'Poppins', sans-serif;
}
table
{
    width: 100%;
}
td,
th
{
    border: 1px solid #ddd;
    padding: 8px;
    font-family: 'Poppins', sans-serif;
}
tr:nth-child(even)
{
    background-color: #f2f2f2;
}
tr:hover 
{
    background-color: #ddd;
}
th 
{
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #000baa;
  color: white;
}

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.sect-2 h2
{
    text-align: center;
}
footer
{
  background-color: #051f34;
  color: #f4f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0 10px 0;
  margin-top: -10px;
}
footer a
{
  color: #01a9c1;
  text-decoration: none;
}
.contact h1
{
    color: #ffffff;
    text-align: center;
    font-size: 50px;
    padding: 20px;
    font-family: 'Poppins', sans-serif;

}
.contact button
{
  margin-left: 35%;
}
.container2 
{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }

  .contact 
  {
    background: #027495;
    padding: 55px;
    margin: 0 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  }
  #contact input[type="text"],
  #contact input[type="email"],
  #contact input[type="tel"],
  #contact input[type="url"],
  #contact textarea 
  {
    width: 100%;
    border: 1px solid #ccc;
    background: #f4f5f5;
    margin: 0 0 5px;
    padding: 10px;
  }
  
  #contact input[type="text"]:hover,
  #contact input[type="email"]:hover,
  #contact input[type="tel"]:hover,
  #contact input[type="url"]:hover,
  #contact textarea:hover 
  {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
  }
  
  #contact textarea 
  {
    height: 100px;
    max-width: 100%;
    resize: none;
  }
  .small
  {
    display: none;
  }
 .medium
 {
  display: none;
 }

 .container3
 {
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('images/Adam\'s\ Fountain\ Mural\ Image.png');
    background-position: center;
    background-size: cover;
    padding: 20%;
    box-sizing: border-box;
    
 }
 .container3 h1
 {
  font-size: 50px;
  font-family: 'Poppins', sans-serif;
  text-align: center;

 }
 .container3 p
 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
 }
 .container3 a
 {
  text-decoration: none;
  color: #01a9c1;
 }
 .container3 a:hover
 {
  color: #000baa;
 }
 .socials
 {
  width: 100%;
  padding-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .socials ul li
 {
    list-style: none;
    display: inline-block;
    margin-left: 60px;
 }
 .socials ul li a
 {
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
 }
 .socials ul li a:hover
 {
  color: #000baa;
 }
  @media (max-width: 700px)
  {
    .logo h2,
    .logo span
    {
      font-size: 15px;
    }
    .rowres
    {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .col h1
    {
      font-size: 50px;
      align-items: center;
    }
    .col p
    {
      font-size: 10px;
    }
    .colres
    {
      display: none;
    }
    .colcol
    {
      flex-basis: 100%;
    }
    .grid
    {
      grid-template-columns: repeat(1,1fr);
    }
    .large
    {
      display: none;
    }
    .small
    {
      display: contents;
    }
    .medium
    {
      display: none;
    }
    footer
    {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    footer a
    {
      color: #01a9c1;
      text-decoration: none;
    }
    footer p
    {
      font-size: 7px;
    }
   .contact h1
   {
    padding: 0;
    font-size: 30px;
   }
   .services h1
   {
    padding: 0;
    font-size: 30px;
   }
   .container
   {
       
       padding-left: 5%;
       padding-right: 5%;
   }
    nav ul li
    {
        display: none;
    }
    .navbar
    {
      padding: 0;
      margin: 0;
    }
    .contact button
    {
      margin-left: 25%;
    }
    .container3 h1
    {
     font-size: 20px;
     font-family: 'Poppins', sans-serif;
     text-align: center;
   
    }
    .container3 p
    {
     font-size: 10px;
     font-family: 'Poppins', sans-serif;
     text-align: center;
    }
    .socials ul li a
    {
      font-size: 15px;
    }
  }
  @media (min-width: 701px) and (max-width:1040px)
  {
    .logo h2,
    .logo span
    {
      font-size: 20px;
    }
    .col
    {
      flex-basis: 50%;
    }
    .col h1
    {
      font-size: 100px;
    }
    .row
    {
        display: flex;
        height: 88%;
        align-items: center;
    }
    .card
    {
        width: 150px;
        height: 230px;
        display: inline-block;
        border-radius: 10px;
        padding: 15px 25px;
        box-sizing: border-box;
        cursor: pointer;
        margin: 10px 15px;
        background-position: center;
        background-size: cover;
        transition: transform 0.5s;
    }
    .large
    {
      display: none;
    }
    .medium
    {
      display: contents;
    }
    .grid
    {
      grid-template-columns: repeat(1,1fr);
    }
    .container
    {
        
        padding-left: 8%;
        padding-right: 0;
    }
  nav ul li
  {
      list-style: none;
      display: inline-block;
      margin-left: 30px;
  }
  }