@font-face {
   font-family:'Oswald-Regular';
     src: url('./Fonts/Oswald-Regular.woff') format('woff'),
     url('./Fonts/Oswald-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
}

@font-face {
   font-family:'Lato';
     src: url('./Fonts/Lato-Medium.woff') format('woff'),
     url('./Fonts/Lato-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
}

@font-face {
   font-family:'OpenS';
     src: url('./Fonts/OpenSans-SemiBold.woff') format('woff'),
     url('./Fonts/OpenSans-SemiBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-stretch: normal;
}

* {
  box-sizing: border-box;
}

html,body {
  height: 100%;
}

@supports (background-image: url('./Images/MedBowPeak.webp')) {
 body { 
   background-image: url('./Images/MedBowPeak.webp');
 }
}

@supports not (background-image: url('./Images/MedBowPeak.webp')) {
 body {
  background-image: url('./Images/MedBowPeak.jpg');
}
}

body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 360px;
  background-color: #D7D7D7;
  background-size: cover;
  background-attachment: fixed;
  background-position: top left;
}

.img {
  background: url('./Images/MedBowPeak.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 125vh;
  width: 100vw;
}

.content {
  position: absolute;
  left: 50%;
  margin-top: 5rem;
  transform: translateX(-50%);
  width: 80%;
}

#WebsiteUnderConstruction {
  background-color: red;
  width: 100%;
  color: white;
  text-align: center;
  font-size: 1.5em;
  font-family: Oswald-Regular;
}

#MainPage {
  width: 100%;
  margin: 1em auto;
  min-width: 360px;
  font-family: OpenS;
  padding-bottom: 70rem;
}

.NavLogo {
  overflow: hidden;
  width: 100%;
  margin: 0px auto;
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #FFF;
  opacity: 82%;
}

.NavLogo img {
  width: 12em;
  margin: 1em 0px 0px 1em;
  position: relative;
  top: 0px;
  font-size: 1em;
  padding: .1em;
  left: 1%;
}

.NavLogo h1 {
  width: 100%;
  color: #014c6a;
  font-family: Oswald-Regular;
  font-size: 3em;
  position: relative;
  padding: .2em;
  margin: 0px auto;
  text-align: center;
  top: 0px;
  left: 0px;
}

.NavLogo a:link, .NavLogo a:visited {
   text-decoration: none;
   color: #FFF;
}

.NavButton a {
  background-color: #D1D2D3;
  border: none;
  margin: 1em 0px 1em .5em;
  padding: .5em 1em;
  text-decoration: none;
  float: left;
}

#Serving {
  width: 100%;
  font-size: 1em;
  padding: 0px 2em;
  font-family: OpenS;
  font-style: italic;
  color: #665143;
  text-align: center;
  background-color: #FFF;
  opacity: 82%;
}

#Serving p {
  padding: .2em 2em;
}

.SectionTitle {
  width: 100%;
  max-width: 100%;
  color: #FFFFFF;
  font-family: OpenS;
  font-size: 1.75em;
  text-align: center;
  margin: .25em auto 0px auto;
}

.SectionTitle p {
  padding: .25em 0px;
  margin: 0px;
}

.TitleOne {
  border-radius: 4px;
  background-color: #528080;
}

.TitleThree {
  border-radius: 4px;
  background-color: #9f8878;
}

.TitleThree a:link, .TitleThree a:visited {
  background-color: #9f8878;
  text-decoration: none;
  color: #FFFFFF;
}

.TitleThree a:hover, .TitleThree a:active {
  color: #d9d9d4;
  text-decoration: none;
}

.MeetTheTeam {
  width: 99%;
  margin: 0px auto;
  display: block;
}

.SectionOne img {
  padding: .25em 1em 0px 1em;
}

.SectionVicchy, .SectionWayne {
  width: 98%;
  display: block;
  margin: 0px auto .5em;
  border-style: solid;
  border-color: #528080;
  border-width: 0px .2em .2em .2em;
}

.SectionVicchy p, .SectionWayne p {
  font-family: Lato;
  font-size: 1.2em;
  color: #0a3737;
  padding: .1em 1em 1.5em 1em;
  margin: 0px;
}

.SectionVicchy ul {
  margin: 0px .5em 0px 0px;
  padding-bottom: 2em;
}

.SectionVicchy ul li {
  padding: .1em 0px;
}

.SectionOne {
  background-color: #B4E2E2;
}

.SectionThree {
  background-color: #F1D8C7;
}

@media only screen and (min-width: 1200px) {
body {
  background-size: cover;
  background-attachment: fixed;
}

.NavLogo {
}

.NavLogo img {
  float: left;
  left: 23%;
}

.NavLogo h1 {
  padding: 0px 0px;
  margin: 0px 0px;
  position: relative;
  top: .5em;
  left: 25%;
  width: 17em;
}

.SectionTitle {
  width: 70%;
}

.SectionOne img {
  padding: 0px 1em;
}

.MeetTheTeam {
  width: 68%;
  display: flex;
}
.SectionVicchy, .SectionWayne {
  display: flex;
  width: 48%;
  flex-grow: 1;
  margin: 0px .25em;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200.02px){
body {
  background-size: cover;
  background-attachment: fixed;
}

.NavLogo img {
  float: left;
  left: 10%;
}

.NavLogo h1 {
  padding: .5em 0px;
  left: 10%;
}

.MeetTheTeam {
  display: flex;
  width: 96%;
}

.SectionTitle {
  width: 98%;
}

.SectionOne img {
  padding: 0px 1em;
}

.SectionVicchy, .SectionWayne {
  display: flex;
  width: 48%;
  flex-grow: 1;
  margin: 0px .25em;
}
}

@media only screen and (min-width: 768px) and (max-width: 992.02px){
body {
  background-size: cover;
  background-attachment: fixed;
}

.NavLogo img {
  float: left;
}

.NavLogo h1 {
  padding: .5em 0px;
  left: 7%;
}

.MeetTheTeam
{
  width: 96%;
  display: flex;
}

.SectionOne img {
  padding: 0px 1em;
}

 .SectionTitle {
  width: 98%;
}
.SectionVicchy, .SectionWayne {
  display: flex;
  width: 48%;
  flex-grow: 1;
  margin: 0px .25em;
}

}

@media only screen and (min-width: 576px) and (max-width: 768.02px){

.NavLogo h1 {
  left: 2%;
}

.MeetTheTeam {
  width: 96%;
}
}

