.container{
    width:100%;
    min-width: 100px;
}

.info_bar{
    height:30px;
    width:100%;
    background-color: #C20000;
    color:#fff;
    font-family: 'Lato',sans-serif;
    font-size:12px;
}

.info_bar img{
    display: none;
}

.info_bar_1{
    width:calc(33% - 30px);
    float:left;
    padding-top:8px;
    padding-left:20px;
    text-transform: uppercase;
}
.info_bar_2{
    width:33%;
    float:left;
    text-align: center;
    padding-top:8px;
}
.info_bar_3{
    width:calc(33% - 20px);
    float:right;
    text-align: right;
    padding-top:8px;
    padding-right:10px;
}

.nav_bar{
    height: 50px;
    width:100%;
    display: flex;
}

img.logo{
    width:50px;
    margin-top:0px;
    position:relative;
    right:-16px;
}

.logo{
    width:50%;
    float:left;
}

.nav_bar_right{
    width:50%;
    float:left;
    display:block;
}

.nav_links{
    position:absolute;
    top:80px;
    background: rgba(255, 255, 255, 0.96);
    width:100%;
    z-index: 100;
    text-transform: uppercase;
    display: none;
}

.link{
    margin:10px 0;
    width:100%;
    padding:15px 40px;
    font-family: 'lato', sans-serif;
    border-bottom:solid 1px rgb(200, 200, 200);
    
}

.link a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.link:last-of-type{
    border-bottom: none;
}

#mobile_menu_link{
    width:30px;
    height:30px;
    border-radius: 50%;
    float:right;
    border:solid 2px #585858;
    margin-top:6px;
    margin-right:10px;
}

.nav_menu_line{
    width:20px;
    height:2px;
    background-color: #585858;
    margin:5px;
}

.nav_menu_line:first-of-type{
    margin-top:7px;
}


.jumbotron{
    background: url(../images/mobile_hero.jpg);
    background-size: cover;
    height: 250px;
    font-family: 'Abril Fatface', cursive;
    
    color: white;
}

.jumbotron_text{
    background: rgba(0, 0, 0, 0.6);
    margin:0 auto;
    padding:2%;
    width:85%;
    font-size:24px;
    text-align: center;
    position:relative;
    font-weight: lighter;
    top:100px;
}

h2{
    font-family: 'Abril Fatface', cursive;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}

h4{
    font-family: 'Abril Fatface', cursive;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 5px;
}

h3{
    font-weight: normal;
    text-transform: uppercase;
    font-size:17px;
}

.services_container{
   /* display: flex;*/
    width:100%;
    color:white;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    background: url(../images/mobile_services_bg.jpg);
    background-size: cover;
    padding:0;
    
}

.service_illustration{
    display: none;
}

.first_service{
    width:100%;
    background: rgba(202,8,9,0.95);
    padding:5px 0;
}

.second_service{
    width:100%;
    background: rgba(166,15,15,0.95);
    padding:5px 0;
}

.third_service{
    width:100%;
    background: rgba(202,8,9,0.9);
    padding:5px 0;
}

.philosophy{
    padding: 20px 0;
}

p{
    font-family: 'Raleway', sans-serif;
    padding:30px;
    font-size:15px;
    width:calc(100% - 60px);
}

.red_seperator{
    width:200px;
    margin:0 auto;
    border-bottom: solid 2px red;
}

.working_with_you{
    margin-top:10px;
   /* display: flex;*/
    width:100%;
    color:white;
    font-family: 'Raleway', sans-serif;
    background: url(../images/mobile_working_with_you_bg.jpg);
    background-size: cover;
}

.red_gradient_overlay{
    padding:30px 0;
    background:linear-gradient(rgba(136, 0, 0, 0.9),rgba(194, 0, 0, 0.9));
    /*gradient from 880000 rgb(136)to C20000 rgb(194)*/
}

.steps_illustration_container{
    display: none
}


.contact{
    background: url(../images/mobile_contact_bg.jpg);
    background-size: cover;
    padding:20px;
    padding-bottom: 40px;
}

.contact_form_container{
    width:95%;
    margin:10px auto;
    background: rgba(255, 255, 255, 0.96);
    border:solid 1px #C8C8C8;
    text-align: center;
    padding-bottom:60px;
}

.contact_form_container input[type='text'], textarea{
    width:80%;
    margin:0 auto;
    padding:8px;
    margin:8px;
    font-family: 'Raleway', sans-serif;
    font-size:13px;
    border:solid 1px #C8C8C8;
}


.contact_form_container textarea{
    height: 100px;
}

.contact_us_social{
    display: none;
}

.contact_us_form{
    float:left;
    width:100%;
}


.contact_form_container input[type='submit']{
    width:45%;
    text-transform: uppercase;
    background-color: #D90000;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    border:none;
    padding:10px;
    font-size: 12px;
    float:none;
    margin-right:0;
}

footer{
    background: #D90000;
    color: white;
    font-family: Lato, sans-serif;
    width:100%;
    padding:30px 0;
    text-align: center;
    font-size:13px;
    padding-bottom: 20px;
}

.footer_links{
    padding:5px 0;
    }

.footer_links a{
    color:white;
    text-decoration: none;
    padding:5px;
}

.services_container p{
    display: none;
    text-align: left;
    width:84%;
    margin:0 auto;
    padding-top:10px;
    height:120px;
    font-size:14px;
}

#errorCont{
    margin-left:25px;

}

.success{
    margin-left:25px;
    width:67%;
}

.failure{
    margin-left:25px;
    width:67%;
}