/*
 * Globals
 */

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

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


/*
 * Base structure
 */

html,
body {
  background: #485563;  /* fallback for old browsers */
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.home {
    background-repeat: no-repeat;
    background-size: cover;
    background: -webkit-linear-gradient(to bottom, #29323c, #485563);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/*
.wb_FtCon.wb_common {
	visibility: hidden !important;
}
*/

form label {
  text-align: right;
}

.cover-container {
  max-width: 42em;
}


.cover-heading {
  font-size: 7rem;
  font-weight: 900;
  text-align: center;
}

.lead {
  text-align: center;
    font-weight: 700;

}

.phone {
  text-align: center;
}

.address {
  font-weight: 300;
  text-align: center;
  font-size: 0.9rem;
}

.ctype {
  text-align: center;
  font-size: 2rem;
}
.btn {
  font-weight: 400 !important;
  font-size: 1rem;
}

hr {
  //background-color: #FFF;
  //border: 1px solid #FFF;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
