@import url("reset.css");

.bevan-regular {
  font-family: "Bevan", serif;
  font-weight: 400;
  font-style: normal;
}

.bevan-regular-italic {
  font-family: "Bevan", serif;
  font-weight: 400;
  font-style: italic;
}

.epunda-slab-regular {
  font-family: "Epunda Slab", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.234), rgba(0, 0, 0, 0.5)), url("Images/main4.jpg");
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}

body {
  margin: 0;
  padding: 0;
}

h2, p {
  margin: 10px;
  font-family: Epunda Slab;
}
h1{
    font-family: bevan;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  height: 50px;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}

.nav {
  background-color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  position: fixed;
  top: 0;
  z-index: 15;
}
.navlogo{
  display: inline flex;
  font-size: 30px;
  font-family: bevan;
  color: white;
  gap: 20px;
  align-items: inline;
}
h3{
  margin-top: 5px;
}
li{
  font-family: epunda slab;
}
p{
  font-family: epunda slab;
}
.mainContainer {
    display:flex;
    flex-direction:column;
}

.HomeImg {
    display:flex;
    flex-direction:column;
    width:100%;
}

.HomeTitle {
    text-align:center;
    margin:20px;
    font-size:50px;
    margin-top: 70px;
}
.whoops {
    text-align:center;
    margin:20px;
    font-size:50px;
    margin-top: 70px;
    margin-bottom: 35%;
}

.HomeText {
    text-align:center;
    background-color: #3d3d3d;
    padding: 20px;
    color: white;
    border-radius:10px;
    font-size: 40px;
}

.homeBody {
    display:flex;
    flex-direction:row;
    justify-content:center;
    width:100%;
}

.logo{
  height: 45px;
}

.leftImg {
    width:700px;
    margin:20px;
    border-radius: 10px;
}

.homeButtons {
    margin-top:20px;
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:center;
}

.leftB {
    width:200px;
    text-decoration:none;
    border: 3px black solid;
    background-color:#3d3d3d;
    border-radius:25px;
    margin:20px;
    padding:20px;
    color:white;
    font-size:x-large;
    text-align:center;
    font-family: epunda slab;
}
.leftB:hover {
    background-color:#282828;
}

.rightB {
    width:200px;
    text-decoration:none;
    border: 3px black solid;
    background-color:#3d3d3d;
    border-radius:25px;
    margin:20px;
    padding:20px;
    color:white;
    font-size:x-large;
    text-align:center;
    font-family: epunda slab;
}
.rightB:hover {
    background-color:#282828;
}
.bg {
  animation:slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, rgb(98, 98, 78) 50%, #F6EC23 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:fixed;
  right:-50%;
  top:0;
  z-index:-1;
}

.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:10s;
}

.bg3 {
  animation-duration:10s;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.homeFooter {
  display: inline flex;
  justify-content: center;
}
footer{
     background-color: #333;
    color: white;
    padding: 10px;
    text-align: center;
}

.Schedule{
  font-family: epunda slab;
  border-radius: 5px;
  height: 50px;
  width: 140px;
}

/* About Section */ 

* {
  box-sizing: border-box;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
}



div.gallery-item img {
  width: 100%;
  height: 400px;
    border-radius: 10px;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
  font-size: 20px;
  color: white;
  font-family: epunda slab;
}

  div.gallery-item {
    width: calc(50% - 20px);
    border-radius: 10px;
    background-color: #b2ac3e;
  }
  div.gallery-item:hover {
  background-color: #847f27;
}

@media only screen and (max-width: 480px) {
  div.gallery-item {
    width: calc(100% - 20px);
  }
}

.featuredCon {
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:center
}

.Featuredtext{
  font-size: 30px;
}

.contactB {
    width:200px;
    text-decoration:none;
    border: 3px black solid;
    background-color:#3d3d3d;
    border-radius:25px;
    margin:20px;
    padding:20px;
    color:white;
    font-size:x-large;
    text-align:center;
    font-family: epunda slab;
}
.contactB:hover {
    background-color:#282828;
}

.aboutCont {
    justify-content:center;
    display:flex;
    flex-direction:row;
    width:100%;
}
.contract{
  display: flex;
  justify-content: column;
}