
a{
  color: inherit !important;
  text-decoration: none !important;
}
.bg-top {
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/motherboard.jpg')no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
}
#logo-photo{
  width: 71px;
}
#top-heather{
  color: white;
  font-size: 6em;
  text-align: center;
  text-shadow: 5px 5px 5px #000;
  line-height: 600px;
  font-family: 'Montserrat', sans-serif;
}
.m-container{
  max-width: 1000px;
  margin: 100px auto;
  text-align: center;
}
.shop{
  font-family: 'Quantico', sans-serif;
  width: 100%;
  text-align: center;
  height: 80px;
  font-size: 1.7em;
  padding: 20px;
  background-color: #828282;
  color: white;
}
.m-container-offer{
  max-width: 1300px;
  margin: 100px auto;
  text-align: center;
}
.header{
  font-family: 'Quantico', sans-serif;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/background-offer.jpg') center;
  text-align: center;
  margin: 0px auto 40px auto;
  height: 150px;
  line-height: 150px;
  color: white;
  font-size: 2.2em;
}
.header-service{
  font-family: 'Quantico', sans-serif;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/repair-mid.jpg') center;
  text-align: center;
  margin: 0px auto 40px auto;
  height: 150px;
  line-height: 150px;
  color: white;
  font-size: 2.2em;
}
.header-shop{
  font-family: 'Quantico', sans-serif;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/shop.jpg') center;
  text-align: center;
  margin: 0px auto 40px auto;
  height: 150px;
  line-height: 150px;
  color: white;
  font-size: 2.2em;
}
.header-offer{
  font-family: 'Quantico', sans-serif;
  text-align: center;
  margin: 0px auto 0px auto;
  height: 150px;
  line-height: 150px;
  font-size: 2.2em;
}
.m-card{
  margin: 20px auto 20px auto;
  width: 80vw;
  max-width: 100%;
  box-shadow: 2px 2px 8px 5px #888888;
  font-size: 1.2em;
}
.m-card-offer{
  box-shadow: 2px 2px 8px 5px #888888;
  width: 80vw;
  max-width: 100%;
  margin: 20px auto 20px auto;
  border: 2px solid black;
  font-size: 1.2em;
}
.m-card-item{
  box-shadow: 2px 2px 8px 5px #888888;
  display: inline-block;
  border: 2px solid black;
  margin: 20px;
  width: 24vw;
  max-width: 300px;
  padding: 5px;
}
.m-card-item-2{
  box-shadow: 2px 2px 8px 5px #888888;
  display: inline-block;
  border: 2px solid black;
  margin: 20px;
  width: 45vw;
  max-width: 350px;
  padding: 10px;
  height: 400px;
  vertical-align: top;
}
.item-holder{
  text-align: center;
  width: 100%;
}
.item-icon{
  width: 50%;
}
.item-text{
  margin-bottom: 10px;
  font-size: 1.3em;
}
.p{
  padding: 30px;
  text-align: justify;
}
.break-section{
  width: 100%;
  margin: 100px 0 100px 0;
  height: 600px;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/topshot.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.break-section-2{
  width: 100%;
  margin: 100px 0 100px 0;
  height: 600px;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/conversation.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.break-section-3{
  width: 100%;
  margin: 100px 0 100px 0;
  height: 600px;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/repair.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-text{
  padding: 40px;
  font-size: 1.2em;
}
#gmap_canvas{
  width: 100%;
  height: 400px;
}
.scroll{
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  position: fixed;
  float: right;
}
.a-scroll{
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
#ending{
  width: 100%;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  text-align: center;
  background-color: #f0f0f0;
}
#endtext{
  padding: 0;
  margin: 0;
}

@media (max-width: 750px) {
  #top-heather{
    font-size: 3em;
  }
  .shop{
    padding: 15px;
    height: 100px;
    font-size: 1.5em;
  }
  .p{
    padding: 10px;
    text-align: left;
  }
  .m-card{
    font-size: 1em;
    width: 90vw;
  }
  .m-card-item{
    width: 40vw;
    margin: 5px;
  }
  .m-card-item-2{
    margin: 5px;
    width: 90vw;
  }
  .bg-top {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/motherboard.jpg')center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .break-section{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/topshot.jpg')center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .break-section-2{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3) ), url('../images/conversation.jpg')center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
