/*
Theme Name: ByteStudio Theme
Author: ByteStudio
Description: A very basic sample WordPress theme
Version: 0.0.1
*/
/*$base-color: #FEFEFE;*/
/*$accent-color1:#F58D70;*/
#main {
  font-family: "Titillium Web", sans-serif;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #B9D2C8;
  position: relative;
  min-height: 100vh;
  padding-bottom: 40px;
}

input[type=checkbox] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.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-family: "Orbitron", sans-serif;
  font-size: 3rem;
}

.subTitle {
  font-family: "Orbitron", sans-serif;
  font-size: 2rem;
  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: 1rem;
}

.main_body {
  position: relative;
  width: 60%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
.main_body .quote-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
.main_body ul {
  list-style-type: none;
}
.main_body ul li {
  width: 100%;
  cursor: pointer;
}
.main_body .h-format {
  display: flex;
  flex-flow: row wrap;
}
.main_body .h-format li {
  width: auto;
  margin-right: 20px;
}
.main_body .option-item {
  width: 100%;
}
.main_body .details-text-box {
  width: 100%;
  height: 150px;
}
.main_body .btn-success {
  color: #B9D2C8;
  background-color: #D11;
  border-color: #D11;
  width: auto;
  padding: 10px 40px;
}

.navbar {
  width: calc(100% - 40px);
  margin: 0px 20px;
}
.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;
}

.form-group {
  margin: 20px 0px;
}

#footer {
  display: none;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #222;
  margin: 0px;
  height: 30px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.elementor-field-option {
  display: flex;
  flex-flow: row;
  margin: 3px 10px 3px 0px;
  justify-content: flex-start;
  align-items: center;
}

@media all and (min-width: 1921px) {
  .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) {
  .section-title {
    font-family: "Orbitron", sans-serif;
    font-size: 2rem;
  }

  .subTitle {
    font-size: 1.25rem;
  }

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

  .content-text {
    font-size: 1rem;
  }
}
@media all and (max-width: 1500px) {
  .navbar .nav-link {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 1200px) {
  .navbar .nav-link {
    font-size: 1.25rem;
  }

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

  .dropdown-menu {
    border: 0px;
    background-color: #B9D2C8;
  }
}
@media all and (max-width: 768px) {
  .main_body {
    width: 60%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
  .main_body ul {
    list-style-type: none;
  }
  .main_body ul li {
    width: 100%;
    cursor: pointer;
  }
  .main_body .h-format {
    display: flex;
    flex-flow: column wrap;
  }
  .main_body .h-format li {
    width: 100%;
    margin: 0px;
  }
  .main_body .option-item {
    width: 100%;
  }
  .main_body .details-text-box {
    width: 100%;
    height: 150px;
  }
  .main_body .btn-success {
    color: #B9D2C8;
    background-color: #D11;
    border-color: #D11;
  }
}
@media all and (max-width: 500px) {
  .main_body {
    width: 80%;
  }
  .main_body .quote-bg {
    display: none;
  }
}

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