*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
    'Lucida Sans', Arial, sans-serif;

}
body, html{
  text-align: center;
  overflow-x:hidden;

}
body{
  background-color: #E7E7E7;
}
.AboutUsContainer{
  top: -210px;
}
nav {
  position: relative;
  height: 200px;
  background: #E7E7E7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem calc((100vw - 1300px) / 2);
  width: 1632.1px;
  left: 225px;
  top: -205px;
}

nav a {
  position: flex;
  text-decoration: none;
  color: #000;
  margin-left: 75px;
  font-size: 35px;
}

nav a:hover {
  transition: 1s;
  color: #fff;
  border-radius: 75%;
  border: solid red;
  background-color: red;
  
}

.column-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #000;
  padding: 0rem 2rem;
}

.column-left h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
}

.column-left p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.5;
}

button {
  padding: 1rem 3rem;
  font-size: 1rem;
  border: none;
  color: #fdcc04;
  background: #000;
  cursor: pointer;
  border-radius: 50px;
}

button:hover {
  background: #fff;
  color: #000;
}

.column-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem 2rem;
}
.logo{
  float: left;
}
.logo img{
  position: relative;
  padding-left: 0px;
  width: 225px;
  height: 200px;
  left: 0;
  
}
.introImg{
  position: relative;
  width: 100%;
}
.AboutUsContainer{
  width: 982px;
  bottom: 187px;
  position: relative;
}
 
.aboutUsText{
  position: absolute;
  display: flex;
  height: 650px;
  width: 875px;
  margin-left: 982px;
  margin-top: -654px;
  background-color: #B90125;
  color:#fff;
  font-size: 50px;
  
}
.aboutustext2{
  position: relative;
  top: 50px;
  left: 150px;
  text-align: center;
}
.aboutusmobile{
  display: none;
}
.book{
  
  position: absolute;
  text-decoration: none;
  color: #fff;
  top: 420px;
  right: 350px;
  text-decoration: underline;
}
.product{
  position: flex;
  margin-top: -200px;
  font-size: 50px;
  padding-top: 20px;
}
.openingtimes{
  padding-top: 20px;
  font-size: 30px;
}
.location{
  position: flex;
  margin-top: 40px;
  font-size: 50px;
}
.map{
  width:1850px; 
  height: 450px;
}
  .column {
    float: left;
    width: 33.33%;
    padding: 50px;
    border: 2px solid #000000;
  }
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .footer {
    position: relative;
    width: 100%;
    background: #B90125;
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
  }
  
  .social-icon,
  .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  
  .social-icon__item,
  .menu__item {
    list-style: none;
  }
  
  .social-icon__link {
    font-size: 2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  .social-icon__link:hover {
    transform: translateY(-10px);
  }
  
  .menu__link {
    font-size: 1.2rem;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
    font-weight: 300;
  }
  
  .menu__link:hover {
    opacity: 1;
  }
  
  .footer p {
    color: #fff;
    margin: 15px 0 10px 0;
    font-size: 1rem;
    font-weight: 300;
  }
  
  .moreproducts{
    font-size:25px;
  }
  
  @keyframes animateWaves {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
  
  @keyframes animate {
    0% {
      background-position-x: -1000px;
    }
    100% {
      background-positon-x: 0px;
    }
  }
@media screen and (max-width: 483px) {
 
  .book{
    display: none;
  }
  .navbar { 
    position: flex;
    text-align: center;
  }
  .map{
    width:458px; 
    height: 450px;
  }
  
  .introImg{
    display: none;
  }
  .AboutUsContainer{
    position: flex;
    padding-top: 20px;
  }
  .navbar{
    max-width: 100px;
    text-align: center;
    left: 20px;
    
  }
  .nav{
    width:100px;
    
  }
  .aboutusmobile{
    padding-right:500px;
    font-size: large;
    display:block;
  }
  .logo img{
    width: 100%;
  }
  
}
@media (min-width: 2000px) and (max-width: 2560px){

}