* {
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 500px) { /* -------------- Screen Size ---------------*/  
  body {
    background-color: red;
  }
}

@media screen and (max-width: 700px) { /* -------------- Screen Size ---------------*/
  body {
    background-color: green;
  }
}

@media screen and (max-width: 900px) { /* -------------- Screen Size ---------------*/
  body {
    background-color: blue;
  }
}

@media screen and (max-width: 1100px) { /* -------------- Screen Size ---------------*/
  body {
    background-color: yellow;
    border: 1px solid black;
    margin: 0px;
  }

.WebsiteLogo {
  width: 125px;
  height: 125px;
  /*margin-top: 0px;*/
}

.WebsiteLogo img {
  width: 125px;
  height: 125px;
}
}

@media screen and (max-width: 1300px) { /* -------------- Screen Size ---------------*/
  body {
    background-color: lavander;
  }
}

@media screen and (min-width: 1301px) {
body {
  width: 1000px;
  height: 1500px;
  margin: 0 auto;
  background-color: #8BA582;
  border: 1px solid black;
}

.Navigation {
  margin: 0;
  width: 1000px;
  height: 300px;
  margin-bottom: 25px;
}

.WebsiteLogo {
  float: left;
  width: 300px;
  height: 300px;
}

.WebsiteLogo img {
  width: 300px;
  height: 300px;
}

.NavigationBar {
  margin-top: 75px;
  margin-left: 25px;
  float: left;
  height: 95px;
}

.NavigationBar ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}

.NavigationBar ul li {
  float: left;
  background-color: #7ba177;
}

.NavigationBar ul li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.NavigationBar ul li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.NavigationBar ul li a {
  display: block;
  color: #787373;
  text-align: center;
  text-decoration: none;
  font-size: 35px;
  width: 150px;
  height: 75px;
  padding-top: 20px;
  font-family: Brush Script MT;
}

.NavigationBar ul li a:hover {
  background-color: #abea90;
}

.NavigationBar ul li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.NavigationBar ul li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 25px;
}

.OpeningTimes {
  margin-top: 10px; 
  margin-right: 200px;
  float: right;
  width: 400px;
  height: 100px;
}

.OpeningTimes p {
  margin-left:30px;
}

.TwoCentreBoxes {
  border-top: 1px white solid;
  border-top-right-radius: 50px;
  margin: 0;
  width: 1000px;
  height: 600px;
}

.PictureFrame {
  width: 500px;
  height: 500px;
  border-top: 1px white solid;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.PictureFrame img {
  width: 300px;
  height: 300px;
}

.PromotionalImage {
  float: left;
  width: 400px;
  height: 600px;
}

.PromotionalImage img {
  width: 400px;
  height: 600px;
}

.PromotionalText {
  float: left;
  width: 600px;
  height: 600px;
}

.TextBoxPromotional {
  margin-left: 30px;
}

.TextBoxPromotional p {
  margin-top: 20px;
  font-size: 20px;
}

.TextBoxPromotional h3 {
  margin-left: 25px;
}

.PictureFrame {
  margin-top: 20px;
  width: 1000px;
  height: 1000px;
}

.PictureFrame h1 {
  text-align: center;
}

.PictureFrame table {
  margin: 0 auto;
}

.Promotions {
  margin: 0;
  margin-top: 25px;
  width: 1000px;
  height: 500px;
}

.Promotions h1 {
  text-align: center;
  margin-bottom: 5px;
}

.PromotionalOfferOne {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 10px;
}

.PromotionalOfferOne img {
  width: 300px;
}

.PromotionalOfferTwo {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 240px;
}

.PromotionalOfferTwo img {
  width: 300px;
}

.PromotionalOfferThree {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 240px;
}

.PromotionalOfferThree img {
  width: 300px;
}
}