body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #000022 !important;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #0097a7;
}

hr.light {
  border-color: #fff;
}

.primary-color {
  color: #0097a7;
}

.white {
  color: #fff;
}

.white-background {
  background: #fff;
}

a {
  color: #0097a7;
  font-weight: 300 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #00c5da;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.bg-primary {
  background-color: #0097a7 !important;
}

.bg-white {
  background-color: #fff;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-med {
  background-color: #495057 !important;
}

.bg-light {
  background-color: #e9ecef !important;
}

.bg-parchment {
  background-color: #F6F4ED !important;
}

.pb-128 {
  padding-bottom: 128px !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-shadow-grey {
  text-shadow: -2px -2px 3px #000022;
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

.auto-box-80 {
  width: 80%;
  margin: 1em auto;
}

.auto-box-55 {
  width: 55%;
  margin: 2em auto 2em auto;
}

.auto-box-65 {
  width: 65%;
  margin: 2em auto;
}

.clear-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 400;
  color: #0097a7;
  font-family: 'Roboto', sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #0097a6;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #0097a7;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #0097a7 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: #fff;
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #0097a7;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #0097a6;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #0097a7;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 1;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

.service-box {
  max-width: 400px;
}

#services {
  background-color: #fff;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 151, 167, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

#contact {
  background-color: #fff;
}

.box-shadow {
  box-shadow: 0 1px 4px #495057;
}

.box-blank-filler {
  color: #fff;
}

.flex-item {
  flex: 1;
  background: #fff;
}

.individual-box-container {
  display: flex;
  flex-direction: column;
}

.plan-container {
  display: flex;
  flex-direction: column;
  margin: 15px;
}

.plan-item {
  margin-top: auto;
  align-self: center;
}

@media (min-width: 769px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 45px;
  }
  .item-style {
    box-shadow: 0 1px 4px #495057;
    margin: 15px !important;
  }
}

.item-style {
  box-shadow: 0 1px 4px #495057;
  margin: 15px 15px;
  padding: 10px 1px;
}

@media (min-width: 576px) {
  .box-left,
  .box-right {
    padding: 45px 25px 45px 25px;
  }
}

@media (max-width: 576px) {
  .auto-box-55 {
    width: 80%;
    margin: 2em auto;
  }
  .auto-box-80 {
    width: 95%;
    margin: 1em auto;
  }
}

/*the container must be positioned relative:*/
.custom-select0X {
  position: relative;
  margin: 0 auto 10px auto;
}

.custom-select02 {
  position: relative;
  margin: 0 auto 10px auto;
}

.custom-select02 select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #0097a7;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  cursor: pointer;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #0097a7;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#footer .footer-wrap {
  max-width: 100%;
  padding: 0 44px;
  margin: 0 auto;
}

#footer .footer-wrap .footer-content {
  padding: 15px 0;
  font-weight: 300;
  border-top: 1px solid rgba(136, 136, 136, 0.3);
  text-align: center;
}

@media (min-width: 768px) {
  #footer .footer-wrap .footer-content {
    padding: 15px 105px;
  }
  #footer .footer-wrap .footer-content .right-box {
    margin-right: -105px;
  }
  #footer .footer-wrap .footer-content .left-box {
    margin-left: -105px;
  }
}

#footer .footer-wrap .footer-content .right-box {
  text-align: center;
  margin-bottom: 1px;
}

#footer .footer-wrap .footer-content .left-box {
  margin-bottom: 1px;
}

#footer .footer-wrap .footer-content .left-box .footer-image {
  height: 25px;
}

.text-primary {
  color: #0097a7 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Roboto', sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #0097a7;
  border-color: #0097a7;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #00808e !important;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}
