body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  /* line-height: 1.5px; */
}

#index {
  background-color: #ffffff !important;
}

/* #contact {
      background-color: tomato;
  }
   */

/* Flex direction reversed so navigation buttons aren't preceeding one another */
.navbar {
  background-color: #262626;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  /* flex-direction: row-reverse; */
}

.navbar * {
  box-sizing: border-box;
}

#navbarLeft {
  flex-direction: row-reverse;
}

/* For progressive element ordering */
#navbarRight {
  flex-direction: row;
}

#section1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  z-index: 5;
}

#section2 {
  flex: 1;
  display: flex;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  z-index: 5;
}

.navbar a {
  flex: 1;
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 23.6665px 30px;
  text-decoration: none;
  /* border-right: solid #333 1px; */
  transition: 0.3s;
}

#spaceFiller {
  flex: 1
}

#items {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  margin-left: 210px;
}

#itemsGallery, #itemsContact {
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  /* flex-direction: row-reverse; */
  margin-left: 210px;
}

.gallerynav {
  background-color: #262626;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 2;
  display: flex;
}

.gallerynav a {
  padding: 19.6665px 30px !important;
  flex: 1;
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}

.gallerynav a:hover+.break {
  background-color: #ddd;
}

.gallerynav a:hover {
  background-color: #ddd;
  color: rgb(190, 34, 34);
}


#vrcontainer {
  width: 1.5px;
  padding: 5px 0;
  height: 70px;
  margin: 0;
  color: transparent;
  transition: 0.3s !important;
}

#vrcontainer2 {
  width: 1.5px;
  padding: 5px 0;
  height: 70px;
  margin: 0;
  color: transparent;
  transition: 0.3s !important;
}


/* Index page bug avoidance */
#vrindex {
  width: 1.4px;
  height: 100%;
  background-color: #262626;
}

#vrindex2 {
  width: 0.1px;
  height: 100%;
  background-color: #ddd;
}

/* Index page bug avoidance */


#vrcontact {
  width: 1.3px;
  height: 100%;
  background-color: #262626;
}


#vr {
  width: 1.4px;
  height: 100%;
  background-color: #262626;
}

#vr2 {
  width: 1.4px;
  height: 100%;
  background-color: #262626;
}

/* Tilde/Plus to encompass following element */
#nextPage:hover~#vrcontainer {
  background-color: #ddd;
}

#previousPage:hover~#vrcontainer2 {
  background-color: #ddd;
}

.navbar a:hover {
  background-color: #ddd;
  color: rgb(190, 34, 34);
}

#thisPage {
  background-color: #ddd;
  color: rgb(190, 34, 34);
  cursor: default;
}

.firstPage {
  margin-left: 210px !important;
}

.break {
  width: 1.5px;
  height: 70px !important;
  margin: 0;
  padding: 0;
  color: transparent;
  transition: 0.3s !important;
}

#breakCenter {
  width: 1.5px;
  height: 70px !important;
  margin: 0;
  padding: 0;
  background-color: #ddd;
  transition: 0.3s !important;
}

.navbar a:hover+.break {
  background-color: #ddd;
}

#hr {
  position: fixed;
  width: 100%;
  height: 7px;
  background-color: tomato;
  top: 70px;
  left: 0;
  box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
  z-index: 5;
}

/* #content {
  margin: 84px 10px 20px;
} */

p {
  margin: 8px;
}

#copyClick {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}

#copyClick:hover {
  text-decoration-color: #ddd;
}


/* Page Content */
/* Page Content */
/* Page Content */



#logo {
  width: 35%;
  margin: auto;
  /* float: center; */
  transform: translate(94%, 0%);
}

  #navbarGap {
    height:  77px;
    display: block;
  }







#hr2 {
  /* position: relative; */
  width: 100%;
  height: 8px;
  background-color: tomato;
  bottom: 150px;
  left: 0;
  box-shadow: 0 0 8px 1px rgba(72, 94, 116, 0.7);
}

#medialink1 {
  font-size: 25px;
  margin-right: 50px;
  color: #ddd;
}

#medialink2 {
  font-size: 25px;
  color: #ddd;
}

#footer {
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  background-color: #262626;
  position: relative;
  text-align: center;
  color: #ddd;
  font-size: 80%;
}

.footertext {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.footertext p {
  margin: 8px;
}

#abouttext {
  text-align: center;
  margin: 0 70px;
  color: #404040;
  /* width: 200px; */
}



/* About Page Styling */
/* About Page Styling */
/* About Page Styling */

.aboutcontent {
  padding-top: 84px;
}

.offColourSection {
  background-color: #f0f0f0;
  /* width: 100%; */
  height: 206px;
  margin: 10px -10px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 8px 40px;
  /* display: flex; */
}

#headerQuote {
  margin-top: 4px;
  margin-bottom: 18px;
}

.quote {
  display: flex;
}

.quote div {
 flex: 1;
 border: solid #dbdbdb 1.5px;
 margin: 0 20px;
 background-color: #f9f9f9;
 color: #636363 !important;
 font-size: 110%;
}


@media only screen and (max-width: 850px) {
  .quote {
    display: block;
  }

  .quote div {
    margin-top: 20px;
  }

  #headerQuote {
    margin-top: 4px;
    margin-bottom: -8px;
  }

  .offColourSection {
    height: 286px;
  }
}


#aboutImage1 {
  width: 300px;
  border: solid #333 2px;
  /* margin-bottom: 900px; */
  display: none;
}

#picturebox {
  margin-top: 10px;
  margin-left: 20px;
  /* width: 19%; */
  float: right;
}

#image1text {
  display: block;
  margin: 180px 20px;
}


/* Home Page Styling */
/* Home Page Styling */
/* Home Page Styling */




#indexhalf {
  display: flex;
  width: 100%;
  height: 246px;
}

#indexhalf div {
  flex: 1;
  /* width: 100%; */
  height: 100%;
}

#contactlinkbox {
  text-align: center;
  width: 50% !important;
  margin-left: 30px;
  margin-right: 30px;
}

#contactlinkbox2 {
  text-align: center;
  width: 50%;
  /* margin-left: 30px;
  margin-right: 30px; */
  margin: auto;
  display: none;
  margin-top: 30px;

}

#toContactText {
  margin-top: 16%;
  /* width: 100%; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

#clickLink {
  text-decoration: none;
  color: tomato;
}

#clickLink:hover {
  cursor: pointer;
}

#indexList {
  margin-left: 80px;
  /* width: 100%; */
  width: 80%;
}

#finalli {
  margin-bottom: 40px;
}

#indexList2 {
  margin-top: 60px;
  margin-left: 38%;
  width: 50%;
}

@media screen and (max-width: 960px) {
  #contactlinkbox {
    display: none;
  }

  #contactlinkbox2 {
    display: block;
  }

  #indexList {
    width: 60%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 870px) {
  #indexList2 {
    margin-left: 32%;
  }
}

@media screen and (max-width: 664px) {
  #contactlinkbox2 {
    margin-top: 60px;
  }

  #indexList2 {
    margin-left: 29%;
  }

}

@media screen and (max-width: 650px) {
  #logo {
    width: 60%;
    transform: translate(40%, 0%)
  }

  #indexList2 {
    width: 62%;
  }
}


@media screen and (max-width: 600px) {
#indexList {
  margin-left: 5%;
  width: 90%;
}

#abouttext {
  margin: 0 20px;
}
}

@media screen and (max-width: 550px) {
  #indexList {
    margin-left: 5%;
    width: 90%;
  }
  
  #indexList2 {
    margin-left: 21%;
    width: 84%;
  }

  #contactlinkbox2 {
    width: 80%;
  }

  /* .offColourSection {
    padding: 8px 10px 15px;
  } */

  /* .offColourSection {
    padding: 8px 10px;
  } */
  }

@media screen and (max-width: 450px) {
  #contactlinkbox2 {
    margin-top: 80px;
  }

  #indexList2 {
    margin-left: 15%;
    width: 94%;
  }
}

@media screen and (max-width: 400px) {
  #contactlinkbox2 {
    margin-top: 120px;
  }

  #logo {
    width: 80%;
    transform: translate(6%, 0%);
  }

  #indexList2 {
    margin-left: 9%;
  }
}

@media screen and (max-width: 375px) {
  #contactlinkbox2 {
    margin-top: 160px;
    width: 90%;
  }

  #indexList2 {
    margin-left: -1%;
    width: 105%;
  }
}

@media screen and (max-width: 340px) {
  #contactlinkbox2 {
    margin-top: 180px;
  }
}





/*
@media screen and (max-width: 1430px) {
  #indexList2 {
    margin-left: 140px;
    width: 50%;
  }
}

@media screen and (max-width: 1150px) {
  #indexList2 {
    margin-left: 140px;
    width: 60%;
  }
}


@media screen and (max-width: 850px) {
  #indexhalf {
    display: block;
  }

  #indexList2 {
    display: block;
    float: center;
    text-align: center;
  }

  #indexList {
    display: block;
    float: center;
    text-align: center;

  }
} */


/* #contactlink {
  width: 60%;
  margin: auto;
  top: 50%;
  bottom: 50%;
} */

#indexContent {
  /* text-align: center; */
  margin: 0 30px;
  /* text-align: justify; */
}

.centredText {
  text-align: center;
  /* font-size: 120%; */
}

#indexImage1 {
  float: right;
  margin: 0 10px;
  height: 300px;
}

.slide-box {
  width: 100%;
  /* margin-top: 77px; */
  position: relative;
  /* z-index: -1; */
  margin-bottom: 20px;
  background-color: #3b3b3b;
  /* opacity: 40%; */
  padding: 35px 0 20px;
}

.mySlides {
  display: none;
  margin: auto;
}

.slideshow-container img {
  vertical-align: middle;
}

.slideshow-container * {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  width: 50%;
  /* border: 2px solid tomato; */
  /* opacity: 100% !important; */
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

.thisSlide {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

@media screen and (max-width: 600px) {
  .slideshow-container {
    width: 80%;
  }
}


@media screen and (min-width: 751px) {
  #mobileNavigation {
    display: none;
  }

  #fullNavigation {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  #mobileNavigation {
    display: block;
  }

  #fullNavigation {
    display: none;
  }

  .prev:hover,
  .next:hover {
    background-color: transparent;
  }

  .prev:active,
  .next:active {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .offColourSection {
    padding: 8px 10px;
  }

  #navbarGap {
    height: 7px;
  }

  .aboutcontent {
    padding-top: 16px;
  }

}

@media screen and (max-width: 550px) {
  .offColourSection {
    padding: 8px 10px 15px;
  }
}

@media screen and (max-width: 500px) {
  .offColourSection {
    padding: 8px 10px 30px;
  }
}

@media screen and (max-width: 420px) {
  .slideshow-container {
    width: 90%;
  }

  .offColourSection {
    padding: 8px 10px 50px;
  }
}

@media screen and (max-width: 400px) {
  .offColourSection {
    padding: 8px 10px 80px;
  }
}

@media screen and (max-width: 350px) {
  .offColourSection {
    padding: 8px 10px 100px;
  }
}