#banner {
  background: #314250;
}

#bannerdata {
  color: white;
  height: 120px;
  width: 100%;
  margin: auto;
  width: 70%;
}

#logo {
  background-image: url('../media/talixa.png');
  width: 223px;
  height: 90px;
  background-size:cover;
  margin-top: 20px;
  position: absolute;
}

#company {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  margin-top:40px;
  margin-left:30px;
  opacity: .8;
  width: 100%;
  text-align: center;
}

#imageBanner {
  background-image: url("../media/stock/computer.jpg");
  background-size: cover;
  height: 394px;
  width:100%;
}

#slogan {
  position: relative;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 55px;
  color: white;
  float:left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#slogan p {
  text-shadow: 4px 4px #565656;
}

#vosbImage {
  background-image: url('../media/vosb.png');
  background-size: cover;
  margin: 5px;
  height: 120px;
  border-radius: 4px;
  width: 120px;
  float:left;
}

.headers {
  font-family: 'Roboto',sans-serif;
  font-size: 24px;
  font-weight: 500;
  color:#353535;
}

.pageText {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:#353535;
}

.page-footer {
  background-color: #314250;
  text-align:center;
  margin-top:20px;
}

.smallHeader {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color:#353535;
  margin: 10px;
}

.bold {
  font-weight: bold;
}

.headerIcon {
  position: relative;
  top: 5px;
}

.contact .pageText {
  text-align: center;
}

.no-padding {
  padding:none;
}

.card-image {
  height: 60%;
}

#headerPhone {
  position: absolute;
  top: 20px;
  color: white;
  width: 70%;
  text-align: right;
  left: 15%;
}

#headerPhoneSmall {
  position: absolute;
  top: 30px;
  color: white;
  text-align: right;
  right:25px
}

#headerPhoneSmall i {
  font-size:xxx-large;
}

#headerPhone a, #headerPhoneSmall a {
  color: white;
  opacity: .8;
}

.techIcon {
  width:100%;
  max-width:100px;
}

.certIcon {
  width: 100%;
  max-width: 150px;
}

.contactBar {
  margin-top:10px;
  font-size:12px;
}

.hidden {
  display: none;
}


@media screen and (max-width: 320px) {
  .techIcon {
    max-width:75px;
  }
}

@media screen and (max-width: 375px) {
  .techIcon {
    max-width:85px;
  }
}

@media screen and (max-width: 600px) {
  #bannerdata {
    display: flex;
    justify-content: center;
  }

  #logo {
    float: none;
    margin-left: 0px;
  }

  #vosb {
    height: 120px;
    align-content: center;
  }
}

@media screen and (min-width: 601px) {
  #vosb {
    padding-top: 50px;
    align-content: center;
  }
}

@media screen and (max-width: 992px) {
  #bannerdata {
    display: flex;
    justify-content: center;
  }

  #logo {
    float: none;
    margin-left: 0px;
    position: relative;
  }
}

@media screen and (max-width: 1100px) {
  #company {
    font-size: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #company {
    font-size: 25px;
  }
}



