/*
 * Globals
 */

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

p, h2, h1{
  font-family: 'Corben', sans-serif;
color: #796868;
text-align: left;

}

h2 {
  font-size: 22px;
}

.lead {
  color: #796868;
  text-align: left;
  font-size: 16px;
  line-height: 28px;

}

.logo {
  max-height: 320px;
  margin: auto;
  max-width: 100%;
}

.invitation {
  max-width: 320px;
  padding-top: 20px;
  text-align: left;
}


input:focus {
      outline: none !important;
    border-color: #F5939C;
    border: 1px solid #F5939C;
}

#contact-form {
  margin-top: 20px;
}

.contact-form input {
  border: 1px solid #796868;
  border-radius: 5px;
  padding: 8px;
  margin-right: 7px;
  background: transparent;
  font-family: 'Corben', sans-serif;
  font-size: 14px;
}

/*input[type=text]:focus {
  border: #F5939D;
}*/

input {
  float: left;
  border: 1px solid #796868;
  border-radius: 5px;
  padding: 8px;
  margin-right: 7px;
  background: #FEFBF0;
  font-family: 'Corben', sans-serif;
  font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #A09893;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #A09893;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #A09893;
}
:-moz-placeholder { /* Firefox 18- */
  color: #A09893;
}



.submit-btn {
  background: #796868!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  color: white!important;
  cursor: pointer;
}

.submit-btn:hover {
  background: #5F5151!important;
}

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

.inner {
  border-left: solid 1px #E2D8D3;
  padding: 30px 30px 30px 50px;

}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #FEFBF0;
  background-image: url(img/diagonals-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: scroll;
}

body {
  display: -ms-flexbox;
  display: flex;
/*  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;
}

.col-md-8, .col-md-4, {
  padding: 0px;
}


.container {
      -ms-flex-align: center!important;
    align-items: center!important;
        display: -ms-flexbox!important;
    display: flex!important;
}


@media only screen and (max-width: 768px) {

body {
   height: auto;
}

h2 {
  text-align: center;
}

.inner {
  border-left: solid 0px #E2D8D3;
  padding: 30px;

}

.container {
      -ms-flex-align: center!important;
    align-items: center!important;
        display: -ms-flexbox!important;
    display: block!important;
    text-align: center;

        margin-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}

.row {
  margin-bottom: 50px;
}

.logo {
  width: auto;
}

input {
  width: 100%;
  margin-bottom: 10px;
}


.col-md-8, .col-sm-12 {
  padding: 0!important;
}


}






@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);
}
