@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,700|Julius+Sans+One');

* {  box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-size: 16px;
}

p h3 h4 h2 {
    color: #595959;
}


.white-text {
    color: #ffffff;
}

.navbar {
    padding: 20px 10%;
}

.navbar-brand {
    color: #ed6f72;
    font-family: 'Julius Sans One', sans-serif;
}

.navbar-nav {
    font-family: 'crimson text', serif;
    font-size: 1.15rem;
}

.nav-highlight-box {
    border: 2px solid #ed6f72;
    padding: 0 5px;
    margin-right: 20px;
}

.nav-no-highlight-box {
    padding: 0 5px;

}


.header {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero {
    background: linear-gradient(rgba(237,111,114,.8), rgba(237,111,114,.8));
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #595959;
    width: 100%;
    padding: 30px 0px;
    
}

.hero_text {
    color: white;
    text-align: center;
}

.hero_text h1 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 8rem;
}

.hero_text h3 {
    font-family: 'Julius Sans One', sans-serif;
    font-size: 3rem;
    font-weight: 400;
}

.content-first {
    position: relative;
    top: 10%;
    margin: 0 auto;
    border-top: 5px solid #ed6f72;
    border-bottom: 5px solid #ed6f72;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.content-second {
    position: relative;
    top: 20%;
    background-image: url("http://www.mtctrains.com/mfus/content-bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    
}


.content-text .btn {
    margin: 25px 0;
    color: #ed6f72;
    font-family: 'Julius Sans One', sans-serif;

}

.content-text {
    text-align: center;
    color: #595959;
    font-family: 'Crimson Text', serif;
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 60%;
}

.content-text h2 {
    color: #ed6f72;
}

.content-second .content-text h2 {
    color: white;
}

.contribution {
    position: relative;
    top: 20%;
    background-color: #ed6f72;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px;
    margin: 0 auto;
}

.contribution .btn {
    margin: 25px 0;
    color: #ffffff;
    border-color: #ffffff;
    font-family: 'Julius Sans One', sans-serif;
}

.contact {
    position: relative;
    top: 30%;
    width: 100%;
    color: #595959;
    background-color: white;
}

.contact-header {
    position: relative;
    text-align: center;
    padding-bottom: 2%;
     font-family: 'Crimson Text', serif;
     color: #ed6f72;
    
}

.contact-section{
    position: relative;
    top: 30%;
    font-family: 'Crimson Text', serif;
}
.contact-section .col-md-6{
  width: 50%;
}

.form-line{
  border-right: 1px solid #ed6f72;
}

.form-group{
  margin-top: 10px;
}

label{
  font-size: 1rem;
  line-height: 1rem;
  font-weight: normal;
  
}
.form-control{
  font-size: 1rem;
  color: #080808;
  border-color: #595959;
}
textarea.form-control {
    height: 135px;
    border-color: #595959;
   /* margin-top: px;*/
}

.submit{
  font-size: 1rem;
  float: right;
  width: 150px;
  background-color: transparent;
  color: #595959;;
  border: 1px #595959 solid;

}


footer {
    color: white;
    position: relative;
    top: 50%;
    padding: 40px 0px;
    width:100%;
    background-color: #595959;
    text-align: center;
}

.copyright {
    font-size: .75rem;
}

#info #contact {
padding-top: 90px;
margin-top: -90px;
}