body, html {
  margin: 0;
  padding: 0;
  color: white;
  font-family: arial, sans-serif;
  /* height: 100%; */
}

.text {
  font-size: 20px;
  line-height: 1.3em;
}


.bigtext {
  font-size: 30px;
  line-height: 1.3em;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.topbarcontainer {
  position: fixed;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px auto;
  height: auto;
  width: 100%;
}

.tempbar {
  box-sizing: border-box;
  padding: 5px;
  margin: 0px auto;
  text-align: center;
  background-color: #b71c1c;
  color: white;
  font-size: 25px;
}

.tempbar p a, .tempcta a {
  color: white;
  text-decoration: none;
}

.tempcta {
  color: white;
  font-size: 25px;
  border:4px solid white;
  box-sizing: border-box;
  padding: 8px;
  margin: 10px auto;
  width:250px;
  display: block;
}



a[href^="tel:"] {
  color: #ffffff;
  text-decoration: none;
}

.whitelink {
  color: #ffffff;
  text-decoration: none;
}


.round200 {
  border-radius: 50%;
  width: 200px;
  margin: 0px auto;
  display: block;
  border: 1px solid #000;
}

.centertext {
  text-align: center;
}

.fa-1x {
  font-size: 1.2em !important;
  font-weight: normal;
}

.greencolor {
  color: #33cc99;
}

.topbar {
  position: relative;
  background-color: #191e1d;
  /* position:fixed; */
  width:100%;
  /* z-index:100; */
}


.topbar2 {
  background-color: #191e1d;
  /* position:fixed; */
  width:100%;
  /* z-index:100; */
}

.topbar img, .topbar2 img {
  max-width: 300px;
  height: auto;
  /* opacity: .5; */
}


.menu {
  position: absolute;
  background-color: inherit;
  display: inline-block;
  right: 50px;
  top: 20px;
  }

.menu ul {
  padding: 5px;
  text-align: center;
  margin: 0px auto;
  }

.menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
  }

  .menu a {
  text-decoration:none;
  font-family:'Century Gothic', Arial, sans-serif;
  font-size:1.3em;
  color: #fff;
  /*color:#6699cc;*/
  }

  .menu a:hover {
    color: #33cc99;
  }

.menu a:active {
  color: #33cc99;
}

.container100 {
  max-width: 100%;
  text-align: center;
}

header {
  background-image: url(images/camera-glass-building-bw2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 800px;
  /* height: 100vh; /*this makes the image 100% of the viewport height*/ */
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


a.btn-green {
  display: block;
  text-transform: uppercase;
  background-color: #1976D2;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 1.0em;
  text-align: center;
  margin: 20px auto;
  width: 300px;
  min-width: 300px;
  text-shadow: 0px 1px 0px #666;
}



.container100 h1 {
  text-shadow: 2px 2px 15px #333;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2em;
}

header span {
  text-shadow: 1px 1px 10px #333;
  font-size: 1.25em;
  text-align: center;
}

#productsSection {
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.child1 {
  background-color: #fff;
  color: #000;
  margin: 10px;
  width: 30%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid grey;
  border-right: 1px solid grey;
  line-height: 1.5;
}

/* .child1:nth-child(3) {
  border-right: 1px;
} */

h1.dark-title-h1 {
  font-family: 'Bevan', arial, sans-serif;
  font-size: 2em;
  color: #333;
}

h1.white-title-h1 {
  font-family: 'Bevan', arial, sans-serif;
  font-size: 2em;
  color: #fff;
}

.whiteh1 {
  text-shadow: 2px 2px 15px #000;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2em;
}

h2 {
  text-shadow: 1px 1px 10px #000;
  font-size: 1.25em;
  text-align: center;
}

.sect {
  /*height: 100%;*/
  background-color: #333;
  box-sizing: border-box;
  padding: 80px;
  /*position: relative;*/
}

.subsect {
  background-color: GhostWhite;
  color: #333;
  box-sizing: border-box;
  padding: 80px;
  /* border: 1px solid red; */
  /*min-height: 100%;
  position: relative;*/
}

.contentholder {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  margin: 0px auto;
  border: 0px solid black;
  width: 80%;
}

p.medtext {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
}

p.medtextwhite {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.3em;
  color: #ffffff;
}

.footer {
  text-align: center;
  background-color: #191e1d;
  color: grey;
  box-sizing: border-box;
  padding: 0px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer p {
  margin: 5px auto;
}

.footer a {
  color: grey;
  text-decoration: none;
}

.footer a {
  margin: 5px;
}


.supportbutton {
  border: 4px solid white;
  margin:0px auto;
  width: 400px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  font-size: 25px;
  display: block;
}


.downloadlink {
  color:red;
  display: inline-block;
  margin: 5px;
  padding: 0px;
}

.downloadlink i {
  margin-right: 8px;
}


/*FIRST MEDIA QUERY*/

@media screen and (max-width:915px) {


.supportbutton {
  font-size: 21px;
  width: 275px;
}


.topbar {
  text-align: center;
}

.topbar2 {
  text-align: center;
}

.menu {
position: static;
}

#productsSection {
  flex-direction: column;
}

.sect {
  padding: 10px;
}

.subsect {
  padding: 10px;
}

.child1 {
  margin: 10px 0px;
  width: 100%;
  min-height: 200px;
  border-right: 1;
  border-bottom: 1px solid grey;
}

.child1:nth-child(3) {
  border-bottom: 0px;
}

}


/*START SMALL MEDIA QUERY*/

@media screen and (max-width:550px) {

.menu a {
  font-size: 1em;
}


}





/*START SMALLEST MEDIA QUERY*/

@media screen and (max-width:400px) {

.menu a {
  font-size: 1.2em;
}

}
