/*
 * 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 {
	height: 100%;
	background-image: url(bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat, repeat-y;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  /*box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
}

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


/*
 * 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);
}

/*
 * Moodal
 */
.modal-content{
    background: transparent;
    border: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-header,.modal-footer{
	border:0;
}
.close {
    position: absolute;
    /* float: right; */
    right: 0;
    font-size: 3em;
    margin: 0 10px;
    line-height: 1;
    color: #efa516;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}
.close:hover, .close:focus {
    color: #fff;
	opacity: 1;
}
.new-form {
    width: 100%;
    color: #fff;
    height: 100%;
    font-size: 16px;
    line-height: 26px;
	border: 0;
    border-bottom: 1px solid #fff;
    background: transparent;
    -webkit-transition: border-color .35s ease;
    transition: border-color .35s ease;
	margin: 10px 0px 10px 0px;
}
.new-form:focus {width: 100%; transition: 0.4s;}
.warning-form {
    border-bottom: 1px solid #f00;
}
.help-block {
    display: block;
	margin-top: -5px;
    margin-bottom: 10px;
    color: #f00;
}
.btn-dotted-warning {
    color: #efa516;
    background-color: transparent;
    border-color: #efa516;
	text-transform: uppercase;
	border-style: dashed;
    font-size: 14px;
	border-radius: 0;
	padding: 7px 25px;
	font-weight: bold;
}
.btn-dotted-warning:focus,
.btn-dotted-warning:hover {
  color: #fff;
  background-color: #efa516;
  border-color: #efa516;
}

.default {
    color: #fff;
}

.t-title {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "OpenSansBold";
}
.m-title {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.margin-bottom {
    margin-bottom: 50px;
}
input.new-form:focus {
  outline: 0;
  border-bottom: 1px solid #efa516;
}
.modal-header{
    display: block;
}
strong, b {
    font-weight: bold;
}