@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400&display=swap');
@font-face {
    font-family: 'fha_condensed_french_shadedRg';
    src: url('../includes/fhacondfrenchshadednc-webfont.woff2') format('woff2'),
         url('../includes/fhacondfrenchshadednc-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;;
}
html {
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Roboto Condensed', sans-serif;
}

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

::selection {
  background: #fcbc49;
  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;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

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

.hero {
	background: url('../img/phil-hero.jpg') center center no-repeat;
	background-size: cover;
}
.logo img {
	height: 25vh;
	max-height: 500px;
	margin: 5vh 0px;
	transform: translate( 30vw, 0% );
}
.bottomlogo img {
	height: clamp( 150px, 15vh, 300px );
	transform: translate( 0, -2vh );
}
.container {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto;
}
section {
	padding: 2vw 0px;
}
.center {
	text-align: center;
}
.banner {
	background-color: #fcbc49;
	color: white;
	text-align: center;
	padding: 4px 0px;
}
h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: 100;
}
h1 {
	font-size: clamp( 2em, 7vw, 3em );
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.2em;
}
h2 {
	font-size: 2.0em;
	font-weight: normal;
}
.hours {
	font-size: 0.9em;
}
.banner h3 {
	font-family: 'fha_condensed_french_shadedRg', serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0 0 -0.3em;
	font-optical-sizing: none;
}
h4 {
	font-family: 'fha_condensed_french_shadedRg', serif;
	font-size: 1.5em;
	font-weight: normal;
}
.body {
	max-width: 320px;
	margin: auto;
}
.address {
	font-size: 16px;
}
.icons img {
	text-align: center;
	width: 100%;
}
.tel {
	font-size: 1.5em;
	white-space: nowrap;
	font-weight: bold;
}
.phone {
	font-size: 1.5em;
}
a {
	text-decoration: none;
	color: inherit;
	font-size: 1.7em;
}
.column {
	margin: 0 7vw;
	column-width: 80%;
}
.item {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #fcbc49;
	padding-bottom: 15px;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
}
.item h4 {
	font-family: 'fha_condensed_french_shadedRg', serif;
	font-size: 2em;
}
.inline {
	display: inline-block;
	float: right;
	vertical-align: bottom;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
.product {
	margin: 0px;
}
.description {
	font-style: italic;
}
.small {
	font-size: 0.9em;
	margin-bottom: 15px;
}
.product .name {
	width: 70%;
	display: inline-block;
}
.product .price {
	display: inline-block;
	float: right;
}
.spacer {
	height: 1em;
	display: block;
}
.separator {
	border-bottom: 1px solid #fcbc49;
	padding-bottom: 15px;
}
.review {
	margin-bottom: 15px;
	-webkit-column-break-inside: avoid;
			  page-break-inside: avoid;
				   break-inside: avoid;
	font-size: 1rem;
	text-align: left;
}
.customer {
	font-weight: bold;
}
footer div {
	margin-top: 50px;
	background: #fcbc49;
	padding: 15px 0px;
	text-align: center;
	font-size: 0.8rem;
}

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

/*
 * Hide visually and from screen readers
 */

.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:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.column {
		column-count: 2;
		column-gap: 7vw;
		column-rule: 1px solid #fcbc49;
	}
	.col3 {
		column-count: 3;
		column-gap: 2vw;
		column-rule: 1px solid #fcbc49;
	}
	.tel {
		font-size: 2.8rem;
		white-space: nowrap;
		font-weight: bold;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
	
    
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@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: transparent !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;
  }
}

