/* bg images */

body,
html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

body {
  font-family: "Lato", sans-serif;
}

.bgimg-1,
.bgimg-2,
.bgimg-3,
.bgimg-4,
.bgimg-5,
.bgimg-6,
.bgimg-7,
.bgimg-8 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("typesofvr.jpg");
  min-height: 100%;
}

.bgimg-2 {
  background-image: url("oculus-rift-s-1-1.jpg");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("Oculus-Quest-2.jpg");
  min-height: 500px;
}

.bgimg-4 {
  background-image: url("htc-vive-hero.jpg");
  min-height: 500px;
}

.bgimg-5 {
  background-image: url("watch-playstation-vr-3d-movies.jpg");
  min-height: 500px;
}

.bgimg-6 {
  background-image: url("5980201cv14d.jpg");
  min-height: 500px;
}

.bgimg-7 {
  background-image: url("daydream-view-pic-100737838-large.jpg");
  min-height: 500px;
}

.bgimg-8 {
  background-image: url("11-06-googlecardboard-01.jpg");
  min-height: 500px;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {
  .bgimg-1,
  .bgimg-2,
  .bgimg-3 {
    background-attachment: scroll;
  }
}

/*end bg images*/

.bold {
  font-weight: bold;
}

.middle {
  text-align: center;
}

/* Tables*/

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

td,
th {
  border: 1.5px solid #6c6969;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* End Tables*/

h1 {
  color: black;
}

.black {
  color: black;
}

ul {
  text-align: center;
  list-style-position: inside;
}

/*Cards start*/

.card {
  cursor: pointer;
  width: 90%;
  margin: 0 5%;
  background-color: lightgrey;
  min-height: 200px;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}

.riftpic {
  background: url("rifts.jpg") no-repeat center center/cover;
  min-height: 600px;
}

.questpic {
  background: url("questpic.jpg") no-repeat center center/cover;
  min-height: 600px;
}

.htcvivepic {
  background: url("htc_99haln002_00_vive_vr_system_1337110.jpg") no-repeat
    center center/cover;
  min-height: 600px;
}

.ps4pic {
  background: url("ps-vr-zvr2-model-product-shots-screen-02-ps4-eu-17nov17.jpg")
    no-repeat center center/cover;
  min-height: 600px;
}

.gearpic {
  background: url("samsung-gear-vr-headset-63892166.jpg") no-repeat center
    center/cover;
  min-height: 600px;
}

.daydreampic {
  background: url("daydream-view-2017.png") no-repeat center center/cover;
  min-height: 600px;
}

.cardboardpic {
  background: url("cardboard.png") no-repeat center center/cover;
  min-height: 600px;
}

.info {
  position: relative;
  padding: 0 20px 20px 20px;
  background-color: #fff;
}

.badge {
  position: relative;
  top: -20px;
  border-radius: 50px;
  padding: 15px 25px;
  background-color: #fff;
  color: grey;
  text-transform: uppercase;
  -webkit-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.15);
}

/*Cards End*/

/*Good Tables*/

.goodtable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
}

.goodtable td,
.goodtable th {
  border: 1px solid #ddd;
  padding: 8px;
}

.goodtable tr:nth-child(even) {
  background-color: #f2f2f2;
}

.goodtable tr:hover {
  background-color: #ddd;
}

.goodtable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgb(98, 144, 182);
  color: white;
}

/*End Good tables*/

.blue {
  color: mediumblue;
}

.myfooter2 {
  color: cyan;
  background-color: #323232;
  padding: 10px;
  text-align: center;
}

/*Home Slideshow*/
* {
  box-sizing: border-box;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* 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 {
  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: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
/*Home Slideshow End*/
