/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

        html {
          color: #222;
          font-size: 62.5%;
          height:100%;
          line-height: 1.4;
          background:rgb(54, 47, 23);
        }
        .panel {
            display:flex;
            height: 100%;
        }
        .lhalf, .rhalf {
        width:50%;  
        display: flex;
        align-items: center;
         justify-content: center;
        }
        
        .lhalf h1, .lhalf p{
        margin-left: 10%;
        margin-left: 15%;    
        }
          .rhalf h1, .rhalf p {
        margin-right: 15%;
        margin-left: 10%;      
        }
        
        a:link, a:visited {
            color:#fff;
            text-decoration: none;
            transition: text-decoration 2s;
        }
        a:hover, a:active, a:focus {
            color:#fff;
            text-decoration: underline;
            text-decoration-style:dotted;
            text-decoration-color:rgba(255,255,255,.75);
            transition: text-decoration 2s;
            text-underline-position: under;
        }

        
	/* Style for our header texts
	* --------------------------------------- */
        
       #section0 {
           background-image: url("/img/header.jpg");
           background-repeat: no-repeat;
           background-position: center;
           background-size:cover;
           color:#fff;
        }

        .logo {
margin-bottom: clamp(1.4rem, 2vw, 2rem);
width: clamp(65px, 2vw, 88px);
min-width: 65px;
}
            
        .header{
            margin-top: clamp(200px, 25%,500px);
        }
        
        #section1 .rhalf {
           background-image: url("/img/about.jpg");
           background-repeat: no-repeat;
           background-position: center;
           background-size:cover;
        }
        
        #section2 .lhalf{
           background-image: url("/img/management.jpg");
           background-repeat: no-repeat;
           background-position: center;
           background-size:cover;
        }
        
        #section3 .rhalf{
           background-image: url("/img/catering.jpg");
           background-repeat: no-repeat;
           background-position: center;
           background-size:cover;
        }
        
      #section4 {
           background-image: url("/img/footer.jpg");
           background-repeat: no-repeat;
           background-position: center;
           background-size:cover;
        }    
        
        
	h1{
        font-family: abril-display, serif;
        font-weight: 700;
        font-size: clamp(2.8rem, 3vw, 3.6rem);
        font-style: normal;
		color: #65765A;
		margin:0 0 1rem;
        line-height:clamp(2.6rem, 3vw, 3.8rem);
	}
        
    #section0 h1{
        color: #fff;
        font-size: clamp(3rem, 10vw, 4.4rem);
        letter-spacing: .05em;
        margin-bottom: clamp(1rem, 2vw, 3.6rem);
        line-height: 105%;
        }        
        
    ul{
        list-style: 0;
        margin:0 auto;
        padding:0;
        }
     li{
        display:inline;
        margin:0 1.2rem;
        font-family: abril-text, serif;
        font-size: clamp(1.6rem, 1.25vw, 2rem);
        line-height: clamp(1.8rem, 2vw, 2.4rem);
        color:#fff;
        letter-spacing:.015em;
        font-weight:500;
        } 
    .intro{
        width: 80%;
        text-align:left;
        margin:0 auto;
    }
    .footer{
        width: 80%;
        text-align:center;
        margin:0 auto;
    }        
    
	.intro p{
		color: #65765A;
        font-family: abril-text, serif;
        font-size: clamp(1.4rem, 1.25vw, 1.6rem);
        font-style: normal;
        font-weight: 300;
        line-height: clamp(1.8rem, 2vw, 2.4rem);
        margin-bottom:clamp(1.6rem, 1.8vw, 2.2rem);
        width:75%;
        }
#section4 h1{
		color: #ffffff;
        text-shadow:1px 1px 2px #000;
margin-bottom: 4rem;
margin-top: 8rem;
        }         
#section4 p{
		color: #ffffff;
        font-family: abril-text, serif;
        font-size: clamp(1.7rem, 1.25vw, 2.4rem);
        line-height: 120%;
        font-style: normal;
        font-weight: 500;
        margin-bottom:clamp(1.6rem, 1.8vw, 2.2rem);
        text-shadow:1px 1px 2px #000;
    max-width: 300px;
margin: 3rem auto 5.75rem;
        }  


 a[href^="tel:"]:link::before,  a[href^="tel:"]:visited::before,  a[href^="tel:"]:hover::before,  a[href^="tel:"]:active::before,  a[href^="tel:"]:focus::before {content: url('data:image/svg+xml,<svg height="16px" fill="rgb(255, 255, 255)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M370.43 192.25A64 64 0 0 0 314.86 160H197.14a64 64 0 0 0-55.57 32.25L36.22 376.62A32 32 0 0 0 32 392.5V448a32 32 0 0 0 32 32h384a32 32 0 0 0 32-32v-55.5a32 32 0 0 0-4.22-15.88zM256 384a72 72 0 1 1 72-72 72 72 0 0 1-72 72zm250.18-261C436.76 65 347.38 32 256 32S75.24 65 5.82 123A16.45 16.45 0 0 0 0 135.64V192a16 16 0 0 0 16 16h70.11a16 16 0 0 0 14.31-8.85L128 128c39.9-17.28 83.2-24 128-24 44.77 0 88.07 6.72 128 24l27.58 71.15a16 16 0 0 0 14.31 8.85H496a16 16 0 0 0 16-16v-56.36a16.45 16.45 0 0 0-5.82-12.64z"/></svg>');
    line-height: 1.3rem;
    margin-right: 5px;
    vertical-align: -2px;
    white-space: nowrap;
    text-shadow:1px 1px 2px #000;
     filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 1));
}


 a[href^="mailto:"]:link::before,  a[href^="mailto:"]:visited::before,  a[href^="mailto:"]:hover::before,  a[href^="mailto:"]:active::before,  a[href^="mailto:"]:focus::before {

    content: url('data:image/svg+xml,<svg height="16px" fill="rgb(255, 255, 255)" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!-- Font Awesome Pro 5.15.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --><path d="M502.3 190.8c3.9-3.1 9.7-.2 9.7 4.7V400c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V195.6c0-5 5.7-7.8 9.7-4.7 22.4 17.4 52.1 39.5 154.1 113.6 21.1 15.4 56.7 47.8 92.2 47.6 35.7.3 72-32.8 92.3-47.6 102-74.1 131.6-96.3 154-113.7zM256 320c23.2.4 56.6-29.2 73.4-41.4 132.7-96.3 142.8-104.7 173.4-128.7 5.8-4.5 9.2-11.5 9.2-18.9v-19c0-26.5-21.5-48-48-48H48C21.5 64 0 85.5 0 112v19c0 7.4 3.4 14.3 9.2 18.9 30.6 23.9 40.7 32.4 173.4 128.7 16.8 12.2 50.2 41.8 73.4 41.4z"/></svg>');
    line-height: 1.3rem;
    margin-right: 5px;
    vertical-align: -2px;
    white-space: nowrap;
         filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 1));
}

.footer p:first-child{margin-top:1rem;margin-bottom:1rem;}
.footer p:nth-child(2){margin-top:5rem;margin-bottom:1rem;}
.footer p:last-child{margin-top: -2.75rem !important;
}


	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}

	/* Overwriting styles for control arrows for slides
	* --------------------------------------- */
	.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}


	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 680px) {
     .lhalf, .rhalf {
        min-width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

