@charset "utf-8";
html, body {
  background-color: #333333 !important;
  /*height: 100%;*/
} 

div {
  margin-right: 0;
}

ul {
  list-style-type: square;
}

hr {
  background-color: black;
  padding-top: 0;
  margin-top: 0;
  height: 2px;
}

a {
  color: yellow !important;
}

/* Navbar css */

.menu-button {
  width: 90%;
  /*font-size: 3vw !important;*/
  font-size: 32px !important;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 8px;
 
}

.row-attributes {
  background-color: #333333 !important;
}

#menu-background {
  background-color: #000348;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* End Navbar css */

/* Home Page css */

video {
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -6px;
  z-index: 4;
}

.abspos {
  position: fixed;
 
  z-index: 3;
}

.relpos {
  position: relative;
  top: 90px !important;
  height: 30%;
  z-index: 2;

}

.fixed-menu {
  position: fixed;
    width: 100%;
    height: 100px;
    background-color: #f00;
    padding: 10px;
    z-index: 1;
}

/* End Home Page css */

/* Services Page css */

/* Service choices - hover turns blue */
div div div a:hover {
    background-color: #006dcc;
}

.service-heading {
  font-size: 4vw;
  font-weight: bold;
}

.service-list {
    color: yellow;
    font-size: 2vmax;
    margin-left: 4%;
    margin-right: 3%;
}

#services-title {
    color: yellow;
    font-size: 3vw;
    margin-top: 115px;
    top: 100px;
    left: 40%;   
}

.service-grid-item {
    border-bottom: 2px solid yellow;
    border-left: 2px solid yellow;
    border-right: 2px solid yellow;
    color: yellow;
    font-size: 2vw;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.service-grid-item-top-row {
    border-top: 2px solid yellow;
}

/* End Services Page css */

/* Computer Hardware css */

.descript-image {
  /*list-style-image: url('download6.jpg');*/
  margin-top: 2vw;
  padding-right: 15px;
  /*width: 20vw;*/
  width: 20%;
}

/* End Computer Hardware css */

/* About css */

#about-img {
  float: left;
  margin-right: 15px;
}

/* End About css */

/* Contact Page css */

#contact-page h2 {
  color: yellow;
}

#contact-page hr {
  margin: 0;
  padding: 0;
}

a[href^="mailto:"] { 
  color: yellow !important;
}

a[href^="mailto:"]:hover {
  color: #999900 !important;
} 

.tenpercent {
  margin-left: 10%;
}

.contact-img {
  width: 30%;
  margin-left: 10%;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  display: block;
}

.responsive-font {
        font-size: 4vw;
}

/*end contact page css*/

h2 {
  color: yellow;
  margin: 20px;
}

@media only screen and (max-width: 2500px) and (min-width: 768px) {

    .push-row-right {
        padding-left: 1%;
    }

}

@media only screen and (max-width:2200px) and (min-width: 2000px) {
  
}

@media only screen and (max-width:1999px) and (min-width: 1800px) {
  
}

@media only screen and (max-width:1799px) and (min-width: 1600px) {
  
}

@media only screen and (max-width:1599px) and (min-width: 1400px) {
  
}

@media only screen and (max-width:1399px) and (min-width: 1200px) {
  .contact-img {
      width: 30%;
      margin-left: 9% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  } 
}

@media only screen and (max-width:1199px) and (min-width: 1000px) {
  .contact-img {
      width: 30%;
      margin-left: 9% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

.push-row-right {
      padding-right: 1%;
    }

}

@media only screen and (max-width:999px) and (min-width: 800px) {
  .contact-img {
      width: 30%;
      margin-left: 9% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  } 

  .push-row-right {
        padding-right: 1%;
  }

}

@media only screen and (max-width:799px) and (min-width: 750px) {
  .contact-img {
      width: 30%;
      margin-left: 9% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  } 
.push-row-right {
        padding-right: 1%;
    }

}

@media only screen and (max-width:749px) and (min-width: 600px) {
  .contact-img {
      width: 30%;
      margin-left: 9% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  } 

.push-row-right {
        padding-left: 3%;
    }



.fixed-menu {
  position: fixed;
    width: 100%;
    height: 90px !important;
    background-color: #f00;
    padding: 10px;
    z-index: -1 !important;
  }

.relpos {
  position: relative;
  top: 70px !important;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -6px;
  z-index: 2 !important;
}

}

@media only screen and (max-width:599px) and (min-width: 500px) {
  .contact-img {
      width: 30%;
      margin-left: 8% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

.push-row-right {
        padding-left: 5%;
    }


.fixed-menu {
  position: fixed;
    width: 100%;
    height: 100px !important;
    background-color: #f00;
    padding: 10px;
    z-index: -1 !important;
  }

.relpos {
  position: relative;
  top: 50px !important;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -6px;
  z-index: 2 !important;
}

}

@media only screen and (max-width:499px) and (min-width: 400px) {
  .contact-img {
      width: 30%;
      margin-left: 8% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

  .fixed-menu {
    position: fixed;
    width: 100%;
    height: 100px !important;
    background-color: #f00;
    padding: 10px;
    z-index: -1 !important;
  }

  .relpos {
    position: relative;
    top: 30px !important;
    height: 600px !important;
    z-index: 1 !important;
  }

  .abspos {
    position: fixed;
    z-index: 3 !important;
  }

  .home-page-text {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0;
    background-color: #333333;
    color: yellow;
    position: relative;
    top: -120px;
    z-index: 2 !important;
  }

  .service-heading {
    font-size: 5vw;
    font-weight: bold;
  }

}

@media only screen and (max-width:399px) and (min-width: 350px) {
  .contact-img {
      width: 30%;
      margin-left: 7% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

  .fixed-menu {
  position: fixed;
    width: 100%;
    height: 100px !important;
    background-color: #f00;
    padding: 10px;
    z-index: -1 !important;
  }

.relpos {
  position: relative;
  top: 10px !important;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -200px !important;
  z-index: 2 !important;
}

  .service-heading {
    font-size: 5vw;
    font-weight: bold;
  }

}

@media only screen and (max-width:349px) and (min-width: 275px) {
  .contact-img {
      width: 30%;
      margin-left: 7% !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

.push-row-right {
        padding-left: 2%;
    }

.fixed-menu {
  position: fixed;
  width: 100%;
  height: 100px !important;
  background-color: #f00;
  padding: 10px;
  z-index: -1 !important;
  }

.relpos {
  position: relative;
  top: 1px !important;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -220px !important;
  z-index: 2 !important;
}

.service-heading {
    font-size: 5vw;
    font-weight: bold;
  }

}

@media only screen and (max-width:274px) and (min-width: 250px) {
  .contact-img {
      width: 30%;
      margin-left: 0 !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

  .service-heading {
    font-size: 5vw;
    font-weight: bold;
  }

}

@media only screen and (max-width:249px) and (min-width: 200px) {
  .contact-img {
      width: 30%;
      margin-left: 0 !important;
      margin-right: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 10px;
      padding-bottom: 5px;
      display: block;
  }

  .service-heading {
    font-size: 5vw;
    font-weight: bold;
  }

}

/* bootstrap sizes for medium screen */
@media only screen and (max-width: 768px) and (min-width: 576px) {
  #services-title {
      color: yellow;
      font-size: 3vw;
      margin-top: 185px;
      top: 100px;
      left: 40%;
  }

  /*pushes left column of buttons over to make spacing more even */
  .push-right {
      margin-right: -5px;
  }

  /*pushes right column of buttons over to make spacing more even */
  .push-left{
      margin-right: 5px;
      margin-left: -5px;
  }

  #about-img {
      float: left;
      margin-right: 10px;
      width: 200px;
  }

  .fixed-menu {
  position: fixed;
    width: 100%;
    height: 100px !important;
    background-color: #f00;
    padding: 10px;
    z-index: -1 !important;
  }

.relpos {
  position: relative;
  top: 70px !important;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -6px;
  z-index: 2 !important;
}

}

/*bootstrap sizes for small screens */
@media only screen and (max-width: 575px) {

  video {
    margin: 0 auto;
    padding: 5%;
  }

  .service-grid {
      width: 90% !important
  }

  .service-grid-item {
      border: 2px solid yellow;
      color: yellow;
      font-size: 16px !important;
      padding-top: 3px;
      padding-bottom: 3px;
      text-align: center !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
  }

  #services-title {
      color: yellow;
      font-size: 3vw;
      margin-top: 215px !important;
      top: 100px;
      left: 40%;
  }

  div {
      margin-left: 5%;
      margin-right: 3%;
  }  
    
  p {
      padding-top: 5px !important;
      padding-left: 5px !important;
      padding-right: 5px !important;
      font-size: 19px;
  } 

  h1 {
      font-size: 23px !important;
      padding-top: 0 !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
  }

  h3 {
      font-size: 19px !important;
      padding-top: 0px !important;
      padding-left: 0px !important;
      padding-right: 0px !important;
      float: left;
  }


  .menu-button {
        font-size: 20px !important;
        margin: 4px !important;  
        padding-top: 0 !important;          
  }

  .about-container-attributes {
        margin-left: 3px;
        margin-right: 3px;
        padding: 0 !important;
  }
        
  #about-img {
        float: left;
        margin-right: 15px;
        width: 100px;
  }

  .relpos {
  position: relative;
  top: 10px;
  height: 600px !important;
  z-index: 1 !important;

}

.abspos {
  position: fixed;
 
  z-index: 3 !important;
}

.home-page-text {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #333333;
  color: yellow;
  position: relative;
  top: -150px;
  z-index: 2 !important;
}


} 

.services {
  float: left;
}
.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

.description {

  font-size: 4vmin;

}