/* menu */
body, html {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  font: 400 14px/1.8 "Lato", sans-serif;
  color: #777;
}

.content {
  font-family: 'Source Serif Pro', serif;
  font-size: 17px;
  color: black;
}

.navbar {
  overflow: hidden;
  background-color: black;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 12px 18px;
  text-decoration: none;
  font-size: 14px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: black;
    color: white;
}

a:link {color: blue;text-decoration:none;}
a:visited {color: blue;text-decoration:none;}
a:hover {color: red;text-decoration:none;}
a:active {color: #00FF00;text-decoration:none;}

a.one:link {color:#E4E4E4;text-decoration:none;}
a.one:visited {color:#E4E4E4;text-decoration:none;}
a.one:hover {color:black;text-decoration:underline;}

a.menu:link {color:white;}
a.menu:visited {color:white;}
a.menu:hover {color:red;text-decoration:none;}


.main {
  padding: 16px;
  margin-top: 30px;
  height: 1000px; /* Used in this example to enable scrolling */
}

/* parallax MAIN-page imaging */


.bgimg-1 {
  background-image: url('images-page/main-image.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%
}

.bgimg-1-text {
  width: 100%;
  height: 100%;
  top: 15%;
  bottom: 35%;
  text-align: center;
  position: absolute;
}

.bgimg-2 {
  background-image: url('images-page/table-display.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px
}

.bgimg-3 {
  background-image: url('images-page/parking-lot-accidents.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px
}

.bgimg-4 {
  background-image: url('images-page/tank01.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px
}

.bgimg-5 {
  background-image: url('images-page/img_parallax5.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px
}

.bgimg-6 {
  background-image: url('images-page/design.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px
}

.bgimg-7 {
  background-image: url('images-page/mint-car.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px
}

.bgimg-8 {
  background-image: url('images-page/compass.jpg');
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 99%;
  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, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8 {
        background-attachment: scroll;
    }
}



div.socialmedia {
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 50px;
    height: 50px;
}
.text-bottom-div {
  width: 100%;
  height: 100%;
  top: 90%;
  bottom: 100%;
  text-align: center;
  position: absolute;
  color: yellow;
  font-size: 34px;
}

div.pagelinks {
    position: fixed;
    bottom: 50px;
    right: 0;
}