/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  color: #0c0228;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #f7dba7;
  border: .05rem solid #f7dba7;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background-color: #fff;
  border: .05rem solid #fff;
}

.no-border {
  border: none !important;
}

.form-group input,
.form-group textarea {
  border-radius: 10px;
  border: none;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: Lato, sans-serif;
}

body {
  /*display: -ms-flexbox;*/
  /*display: -webkit-box;*/
  /*display: flex;*/
  /*-ms-flex-pack: center;*/
  /*-webkit-box-pack: center;*/
  /*justify-content: center;*/
}

.btn {
  border-radius: 25px;
  border-color: #0c0228;
  border-width: 2px;
  color: #0c0228;
  font-weight: bold;
  padding-left: 40px;
  padding-right: 40px;
}

.btn:hover {
  background-color: #0c0228;
  border-color: #0c0228;
}

.contact-info {
  display: block;
  margin: 0;
  padding: 0;
}

.contact-info li {
  display: block;
}

#header-top .contact-info {
  font-size: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin: 0;
  padding-bottom: 1px;
  height: 50px;
}

#header-top .contact-info li {
  margin-left: 15px;
  height: 50px;
  float: right;
  border-bottom: 1px solid transparent;
}

#header-top .contact-info li a:hover {
  text-decoration: none;
}

#header-top .contact-info li a {
  display: block;
  line-height: 50px;
}


#header-top .contact-info li:hover {
  border-bottom: 1px solid white;
}

#header {
  background-color: #0c0228;
  position: relative;
  color: #fff;
}

.page-home #header,
.page-contact #header {
  background-image: url("header-mob.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#header-featured {
  position: relative;
}

#header:after,
#header-featured:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(12, 2, 40, .65);
}

#header-featured img {
  max-width: 30%;
  margin: 25px 0 5px;
}

#header-top, #header-featured > div, #hero {
  position: relative;
  z-index: 20;
}

#header-top nav {
  display: block;
  height: 80px;
  margin: 0;
  font-size: 15px;
}

#header-top nav #logo {
  display: block;
  float: left;
  height: 50px;
  margin: 15px 0;
  padding: 0;
}

#header-top nav ul {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
}

#header-top nav li {
  margin: -1px 0 0 10px;
  padding: 0;
  display: block;
  float: left;
  height: 80px;
  border-top: 1px solid transparent;
}

#header-top nav li:first-child {
  display: none;
}

#header-top nav li.active,
#header-top nav li:hover {
  border-top: 1px solid #f7dba7;
}

#header-top nav li a {
  display: block;
  line-height: 80px;
}

#header-top nav li a:hover {
  text-decoration: none;
}

#hero {
  padding: 40px 10px 70px;
}

#hero h1 {
  position: relative;
  margin: 0;
}

#hero.contact h1 {
  padding-bottom: 20px;
}

.page-home #hero h1 {
  text-align: center;
  padding-bottom: 60px;
}

.page-contact #hero h1 {
  font-size: 60px;
  text-align: left;
  padding-bottom: 30px;
}


.page-home #hero h1:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 35px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
}

#hero .contact-info {
  font-size: 20px;
  display: block;
  text-align: center;
}

#hero .contact-info li {
  display: inline;
  margin: 0 15px;
}

.page-contact #hero .contact-info {
  text-align: left;

  margin-bottom: 30px;
}

.page-contact #hero .contact-info li {
  display: block;
  margin: 0;
}

#header-featured ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

#header-featured li {
  display: block;
}

#header-featured li h4 {
  font-size: 22px;
  font-weight: bold;
}

#header-featured li p {
  font-size: 14px;
  margin-right: 10%;
  margin-bottom: 40px;
}

#main {
  margin-bottom: 40px;
}

#main h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 50px auto;
}

#main p,
#main li {
  font-size: 14px;
  margin-right: 10%;
}

#main .carousel-indicators li {
  margin-right: 3px;
}

#main .carousel-item {
  /*padding: 40px;*/
}

#main .carousel-inner {
  border-radius: 20px;
}


#main .carousel-item img {
  border-radius: 20px !important;
}

#main .carousel-control-prev-icon {
  color: black;
}


#contact-form {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 50px 70px;
  color: #000;
}

#prices {
  background-color: #f3f3f3;
  border-radius: 30px;
  padding: 50px 70px;
  color: #000;
}

#prices td {
  border: none;
  padding: 2px;
}

#services {
  background-color: #0c0228;
  color: white;
}

#services .cta {
  margin-bottom: 50px;
}

#services img {
  width: 30%;
}

#services h3 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 50px;
  padding-top: 50px;
}

#services h5 {
  font-weight: bold;
  margin: 15px 15% 0 0;
}

#services ul {

  margin: -20px 0 0;
  padding: 0;
}

#services li {
  display: block;
  margin: 0;
  padding: 0 0 40px;
}

#services p {
  padding-bottom: 40px;
}


#contact-form {
  background: #e8e8e8;
  border-radius: 30px;
}


#footer {
  font-size: 10px;
  padding: 15px 0;
}

.page-home #footer {
  border-top: 1px solid #acacac;
}

/*Small*/
@media (min-width: 576px) {
  .page-home #header,
  .page-contact #header {
    background-image: url("header-mob.jpg");
  }

  #header-top nav li:first-child {
    display: block;
  }
}

/*Medium*/
@media (min-width: 768px) {
  .page-home #header,
  .page-contact #header {
    background-image: url("header-tab.jpg");
  }
}

/*Large*/
@media (min-width: 992px) {
  .page-home #header,
  .page-contact #header {
    background-image: url("header-lap.jpg");
  }
}

/*X Large*/
@media (min-width: 1200px) {
  .page-home #header,
  .page-contact #header {
    background-image: url("header-desk.jpg");
  }
}