/*
Theme Name: ByteStudio Theme
Author: ByteStudio
Description: A very basic sample WordPress theme
Version: 0.0.1
*/
/*$base-color: #FEFEFE;*/
/*$accent-color1:#F58D70;*/
body {
  overflow-x: hidden;
}

.basecolor-text {
  color: #B9D2C8;
}

.accent1-text {
  color: #D11;
}

.accent2-text {
  color: #222;
}

.content-text {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
}

.section-title {
  font-size: 2rem;
}

.subTitle {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0px;
}

.smallerMenu {
  font-family: "Orbitron", sans-serif;
  font-size: 1rem;
}

.smallerText {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.25rem;
}

body {
  background-color: #B9D2C8;
}

.navbar {
  margin: 0px 20px;
}
.navbar .dropdown-menu {
  border: 0px;
  background-color: #B9D2C8;
}
.navbar .navbar-brand {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
}
.navbar .navbar-brand .site-title {
  /*font-family: 'Press Start 2P', cursive;*/
  font-family: "Orbitron", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
}
.navbar .navbar-brand .main-logo {
  max-width: 200px;
}
.navbar .nav-item {
  margin: 0px 20px;
}
.navbar .nav-link {
  font-family: "Orbitron", sans-serif;
  font-size: 1.5rem;
}

.header {
  display: flex;
  flex-flow: row;
}
.header .header-logo {
  margin: 40px;
  width: 35%;
}
.header .header-text {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.header .header-text h2 {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  font-style: italic;
}

.about-us {
  display: flex;
  flex-flow: row;
  background-color: #222;
  padding: 40px;
}
.about-us div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.about-us h2 {
  font-family: "Orbitron", sans-serif;
  text-align: center;
}
.about-us .aboutus-logo {
  margin: 40px;
}
.about-us .aboutus-img {
  border: 10px #DDD solid;
  width: 50%;
  box-shadow: -5px 5px #B9D2C8;
  margin: 10px;
}

.services {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.services h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
}
.services .block_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px 10vw;
  max-width: 100%;
  width: 100%;
}
.services .block_container .block {
  flex-basis: 50%;
  min-height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 80px;
}
.services .block_container .block .fas {
  font-size: 3rem;
}
.services .block_container .block img {
  width: auto;
  height: 48px;
}
.services .process-flow {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 20px 10vw;
  max-width: 100%;
  width: 100%;
}
.services .process-flow .left {
  border-right: 3px solid #D11;
  display: flex;
  flex-flow: row !important;
  justify-content: flex-end !important;
  align-items: center !important;
  text-align: right;
}
.services .process-flow .right {
  display: flex;
  flex-flow: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.services .process-flow .process-block {
  flex-basis: 50%;
  min-height: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  position: relative;
}
.services .process-flow .process-block .alt-number-block {
  display: none;
}
.services .process-flow .process-block .number-block {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(100% - 18px);
  width: 40px;
  height: 40px;
  background-color: #222;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #D11;
}

.contact {
  background-color: #222;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 0px 40px;
}
.contact h2 {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
}
.contact .contact-form {
  width: 100%;
  flex-grow: 1;
  margin: 20px 40px;
}
.contact .contact-form > fieldset {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  margin: 0px 0px;
}
.contact .contact-form > fieldset .form-group {
  margin: 40px;
  color: #B9D2C8;
}
.contact .contact-form > fieldset .left {
  width: 50%;
}
.contact .contact-form > fieldset .right {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.contact .contact-form > fieldset .right .msgBox {
  flex-grow: 1;
  height: 100%;
  margin: 40px 40px 0px 40px;
}
.contact .contact-form > fieldset .right .msgBox div {
  height: 100%;
}
.contact .contact-form > fieldset .right .msgBox textarea {
  height: 100%;
}
.contact .contact-form > fieldset .right .btn-success {
  color: #B9D2C8;
  background-color: #D11;
  border-color: #D11;
}

@media all and (min-width: 1921px) {
  .header .header-text h2 {
    font-size: 3rem;
  }

  .navbar .nav-link {
    font-size: 2rem;
  }

  .content-text {
    font-size: 1.75rem;
  }

  .subTitle {
    font-size: 1.5rem;
  }

  .smallerText {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 1920px) {
  .header .header-text h2 {
    font-size: 3rem;
  }

  .navbar .nav-link {
    font-size: 1.5rem;
  }

  .content-text {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1500px) {
  .header .header-text h2 {
    font-size: 2.5rem;
  }

  .navbar .nav-link {
    font-size: 1.5rem;
  }

  .about-us {
    padding: 80px 40px;
    position: relative;
  }
  .about-us .aboutus-logo {
    opacity: 0.2;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    margin: 0px;
  }
}
@media all and (max-width: 1200px) {
  .header .header-text h2 {
    font-size: 2rem;
  }

  .navbar .nav-link {
    font-size: 1.25rem;
  }

  .content-text {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 992px) {
  .navbar-collapse {
    text-align: right;
  }

  .dropdown-menu {
    border: 0px;
    background-color: #B9D2C8;
  }

  .services .block_container .block {
    flex-basis: 100%;
  }

  .contact .contact-form > fieldset .left {
    width: 100%;
  }

  .contact .contact-form > fieldset .right {
    width: 100%;
  }

  .contact {
    padding: 40px 20px 0px 20px;
  }
  .contact .contact-form {
    margin: 20px 0px;
  }
  .contact .contact-form .left {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact .contact-form > fieldset .right {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .contact .contact-form > fieldset .form-group {
    padding: 0px;
  }

  .contact .contact-form > fieldset .right .msgBox textarea {
    height: 200px;
  }
}
@media all and (max-width: 500px) {
  .header .header-text h2 {
    font-size: 2rem;
  }

  .header {
    position: relative;
  }
  .header .header-logo {
    position: absolute;
    opacity: 0.2;
    height: 100%;
    margin: 0px;
    right: 0px;
    bottom: 10px;
    width: auto;
  }
  .header .header-text {
    padding: 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .header .header-text h2 {
    text-align: center;
  }

  .about-us .aboutus-img {
    width: 80%;
  }

  .services .block_container {
    margin: 0px 10px;
  }
  .services .block_container .block {
    padding: 20px 10px;
  }
  .services .empty-block {
    display: none !important;
  }
  .services .process-flow .process-block {
    flex-basis: 100%;
  }
  .services .process-flow .process-block .number-block {
    display: none;
  }
  .services .process-flow .process-block .alt-number-block {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: -18px;
    width: 40px;
    height: 40px;
    background-color: #222;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #D11;
  }
  .services .full-block {
    border-left: 3px solid #D11;
    border-right: 0px !important;
    text-align: left !important;
  }
}

/*# sourceMappingURL=main.css.map */
