/*
Theme Name: Delonnay Holystics
Author: ekspresyon
Text Domain:: delonnayholystics
*/

body{
        font-family: "Open Sans", Arial, sans-serif;
      }

      h3{
        font-size: 20px;
        font-weight: 400;
      }

      p{
        font-size: 15px;
        font-weight: 400;
      }

      /* HEADER */
      .nav-link, .randevou{
        font-size: 13px;
        font-weight: 400;
        font-family: "Open Sans", Arial, sans-serif;
      }
      .nav-link{
        padding: 1rem;
      }
      .nav-item{
        padding: 0 1rem;
      }
      .randevou{
        margin-top: 0.5rem;
      }
      #carouselExampleCaptions{
        z-index: -1;
      }
      .carousel-image{
        width: 100%;
        height: 700px;
      }

      .operation-info{
        max-width: 1110px;
        margin-top: -100px;
        color: #ffffff;
      }
      .openinghours{
        width: 100%;
        
      }

      .openinghours span{
        font-size: 14px;
        font-weight: 400;
        width: 50%;
      }
      .green-1{
        background: #2cbcbc;
      }
      .green-2{
        background: #21aac4;
      }
      .gradient-1{
        background: linear-gradient(135deg, #2f89fc 0%, #2cbcbc 100%);
      }

      /* FOOTER */
      footer{
        background: #3c312e;
        /*background: #191919;*/
        padding: 1em;
        margin-top: 2em;
      }
      .copyright, .copyright a{
        text-decoration: none;
      }