
/* changes dropdown text color */
.navbar-default .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
  background-color: #3344ff;
  color:#ffffff;
}

#dropdown-color {
  background-color: #2b2b2b;
}
/* end dropdown text color */

/* changes dropdown hover color */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image:none !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #575757;
}
/* end hover color */

/* changes toggle nav dropdown hover color */
#white-background-dropdown > li > a:hover, #white-background-dropdown > li > a:focus {
  background-image:none !important;
}

#white-background-dropdown > li > a:hover, #white-background-dropdown > li > a:focus {
  background-color: #ededed;
}
/* end toggle nav hover color */

/* Navbar styling */
#navbar-brand {
      color: #f0f0f0;
      margin-right: 40px;
    }

.navbar-brand {
  white-space: nowrap; 
  font-size: 16px;
}


.navbar li{
  padding: 0px 20px;
  font-size: 20px;
}

      .navbar-wrapper {
  margin-left: auto; 
  margin-right: auto; 
  left: 0; 
  right: 0;
}

.navbar {
  border-radius: 7px;
}

#navbar a {
  color: #f0f0f0; 
}
/* end navbar styling */


      .modal-body {
        text-align: center;
        margin: 0;
      }

      .modal-body h2, h3:not(p) {
         font-family: 'Poppins', sans-serif;
      }

      .modal-body h3 {
        color: #006dcc;
        margin-bottom: 0;
      }

      .modal-body p {
        font-size: 18px;
      }

      #modal-text-container {
        border-left: 3px solid #006dcc;
        border-right: 3px solid #006dcc;
        margin: auto;
        width: 80%; 
      }

#modal-text-container a {
  font-size: 18px;
}


.modal-dialog {           /*for adding a scroll bar to modal window so it doesn't shift on closing */
    margin-bottom: 600px;
  }      
p.video-load-disc {
  text-align: left;
  color: gray;
}

/* footer */ 
.contact-info {
  /*display: flex; */
  flex-direction: column;
}

.footer p {
  font-size: 12px;
  white-space: nowrap;
}

#footer-facebook-box {
  display: inline-block;
  background-color: white;
 /* border-color: rgba(199, 199, 199, 0);
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;*/
}

.footer p {
  font-size: 12px;
  white-space: nowrap;
}

.copyright {
  text-align: right;
}

#toggle-nav {
  margin-right: 14px;
}

/* Changes navbar collapse length.*/
@media (max-width: 1199px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    width: 97%;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-text {
    float: none;
    margin: 15px 0;
}
/* since 3.1.0 */
.navbar-collapse.collapse.in { 
    display: block!important;
}
.collapsing {
    overflow: hidden!important;
}
  }
/* END NAVBAR COLLAPSE LENGTH. */

/*For direction page*/
#tutorial {
  background: url("pics/newsitepics/repair-page.JPG");
  background-size: 100%;
  background-position: 50% 40%;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}

#feature {
  background: url("pics/newsitepics/feature-page.JPG");
  padding: 5em inherit;
  background-size: 100%;
  background-position: 50% 30%;
  height: 300px;
  overflow: hidden;
  border-radius: 15px;
}

#anchor {
  text-decoration: none; 
  width: 700px;
  display: block; 
  height: 300px; 
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border-radius: 15px;
  color: white;
}

#anchor:hover {
  background-color: #878787;
  opacity: 0.82;
}

h1 {
  font-family: 'Poppins', sans-serif;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}

hr {
  margin: 80px 0;
}
/*end direction page*/      


#docs-jumbotron {
  background-image: url("pics/newsitepics/anoter-test.JPG");
  background-position: 55% 41%;
  overflow: hidden;
}

.docs-overlay {
   background-color: rgba(0, 0, 0, 0.4);
   border-radius: 5px;
   padding: 30px;
}

#vids-jumbotron {
  background-image: url("pics/newsitepics/anoter-test.JPG");
  background-position: 55% 39%;
  overflow: hidden;
}

#support-jumbotron {
  background-image: url("pics/newsitepics/instruction-section.JPG");
  background-position: center;
  overflow: hidden;
}

.jumbotron h1 {
  font-family: 'Poppins', sans-serif; 
  color: white; 
  font-size: 60px;
}

.jumbotron p {
  color: white; 
  font-weight: bold;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}

hr {
  margin: 80px 0;
}

.size-button {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 6px;
  padding: 5px;
}

.button-size-container {
  position: absolute; 
  transform: translate(10%,-170%); 
}

.size-button:hover {
  background-color:  rgba(100, 100, 100, 0.1);
}

.size-button:active {
  background-color:  rgba(0, 0, 0, 0.1);
}

/*sidebar menu*/
#sidebar {
  position: fixed; 
  width: 300px; 
  margin-left: 880px;
  padding: 3px;
  background-color: rgba(0,0,0,0.2);
  border-radius: 5px;
  font-size: 14px;
}

.list-group {
  margin: 0px;
}



/* Responsive video embed https://www.youtube.com/watch?v=PL_R3zEjqEc&t=126s */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end responsive video */      

#dropdown-menu-padding {
  padding: 0px;
  position: absolute;
  transform: translate(-70%, -2%);
}
/*END sidebar menu*/

.content-block {
  margin-bottom: 80px;
}

#catalog-button {
    display: none;
  }

#doc-button {
   display: none;
  }

#vids-display-message {
  font-size: 20px;
  text-align: left;
}

/*Media Queries for screen size, sidebar and jumbotron text*/
@media screen and (max-width: 1199px) {
  #sidebar {
    margin-left: 730px;
    width: 250px;
  }   
  #navbar-brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 991px) {
  #sidebar {
    margin-left: 575px;
  }     
  .jumbotron h1 {
    font-size: 50px;
  }

  #anchor {
    width: 500px;
    height: 250px;
  }

  #feature {
    height: 250px;
  }

  #tutorial {
    height: 250px;
  }
  
  #navbar-brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  #sidebar {
    display: none;
  }    
  .jumbotron h1 {
    font-size: 40px;
  }

  .jumbotron p {
    font-size: 20px;
    font-weight: bold;
  } 

  #dropdown-color {
    background-color: inherit;
  }
  
  #navbar-brand {
    margin-right: 0px;
  }
}
@media screen and (max-width: 550px) {
   #anchor {
    width: 350px;
    height: 200px;
 }
   #feature {
    height: 200px;
  }

  #tutorial {
    height: 200px;
  }
  
  #navbar-brand {
    margin-right: 0px;
  }
}

@media screen and (max-width: 470px) {
        #modal-text-container {
          width: 100%; 
        }
      }  

@media screen and (max-width: 443px) {
  button {
    display: block;
  }
  .btn-default {
    margin-right: 190px;
  }
}



/*
@media screen and (max-width: 460px) {


  #video-button {
    margin-left: 0;
  }
}
}*/
/*END Media Queries for screen size, sidebar and jumbotron text*/