/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@100;400&display=swap');

@font-face {
  font-family:"gotham-book";
  src:url("../fonts/gotham-book-regular.otf") format("opentype");
  font-style:normal;font-weight:600;
  }

  .alegreya-sans sc-thin {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .alegreya-sans sc-regular {
    font-family: "Alegreya Sans SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

/* HTML ELEMENTS */

body {
	height: 100%;
	color: #79726c;
	background: #fff;
	font: 17px/1.65 "Alegreya Sans SC", "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h4 {
  color: #79726c;
  font: 21px/1.5 "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
  text-transform: uppercase;
}

h6 {
  color: #79726c;
  font: 14px/1.5 "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
  text-transform: uppercase;
}

.hr-about {
  max-width: 100%;
  border-bottom: 1px solid #333333;
  margin: 0;
}

.hr-services {
  max-width: 100%;
  border-bottom: 1px solid #D7B32B;
  margin: 0;
}

.hr-contact {
  max-width: 100%;
  border-bottom: 1px solid #99AB9B;
  margin: 0;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  color: #79726c;
}

select {
  color: #79726c;
}

ul li {
  padding-left: 1rem;
  padding-right: 1rem;
}

a {
	color: #79726c;
	outline: none;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear, border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear, border-color .2s linear;
}

.nav-link {
  font-size: 14pt;
  font-family: "Alegreya Sans SC", "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

label {
  color: #79726c;
}

textarea {
  min-height: 140px;
}

/* PAGE CONTAINER CLASSES */

.nav {
	font: 14px/1.5 "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.content-container {
  margin-top: 40px;
}

.about-content-outer {
  background: url('../images/junior-cookery-school-3b.jpg') #A09987;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 400px;
  padding-top: 200px;
}

.services-content-outer {
  background: url('../images/junior-cookery-school-5b.jpg') #D7B32B;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 400px;
  padding-top: 160px;
}

.contact-content-outer {
  background: url('../images/junior-cookery-school-4b.jpg') #99AB9B;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-top: 20px;
}

.page-content {
  border: solid 10px rgba(255,255,255,0.9);
}

.page-content-inner {
  background-color: rgba(255,255,255,0.9);
  margin: 2px;
}

.text-area {
  min-height: 100px;
}

.footer {
  width: 100%;
  min-height: 150px;
}

/* OTHER HELPER CLASSES */

hr.padded {
  margin-top: 15px;
  margin-bottom: 15px;
}

.button {
  background-color: #99AB9B;
}

[data-whatinput='mouse'] .button {
  outline: 0; }
.button:hover, .button:focus {
  background-color: #667768;
  color: #fefefe;
}

.title-bar {
  display:none;
  background: #79726c;
}

.title-bar-title {
  padding-top: 7px;
}

.title {
  font-size: 22pt;
  margin-top: 15px;
}

.title-text {
  font-family: "Alegreya Sans SC", "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.subtitle-text {
  font-size: 14pt;
  font-family: "Alegreya Sans SC", "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.title-language {
  font: 12px/1.5 "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 2px;
}

.subheader {
  font-family: "Alegreya Sans SC", "gotham-book", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}


.padding-12 {
  padding: 12px;
}

.padding-8 {
  padding: 8px;
}

.padding-6 {
  padding: 6px;
}

.padding-4 {
  padding: 4px;
}

.padding-2 {
  padding: 2px;
}

.margin-top {
  margin-top: 20px;
}

.pricing-table {
  background-color: #fefefe;
  width: 100%;
  text-align: center;
  list-style-type: none;
}

.pricing-table li {
  border-bottom: dotted 1px #cacaca;
  padding: 0.875rem 1.125rem;
}

.pricing-table li:last-child {
  border-bottom: 0;
}

.pricing-table .title {
  background-color: #ffffff;
  color: #79726c;
  border-bottom: 0;
}

.pricing-table .price {
  background-color: #e6e6e6;
  font-size: 1.5rem;
  border-bottom: 0;
}

.pricing-table .description {
  color: #79726c;
  font-size: 90%;
}

.pricing-table :last-child {
  margin-bottom: 0;
}

