@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);/*
// Body
$body-bg: #f5f8fa;

// Borders
$laravel-border-color: darken($body-bg, 10%);
$list-group-border: $laravel-border-color;
$navbar-default-border: $laravel-border-color;
$panel-default-border: $laravel-border-color;
$panel-inner-border: $laravel-border-color;

// Brands
$brand-primary: #3097D1;
$brand-info: #8eb4cb;
$brand-success: #2ab27b;
$brand-warning: #cbb956;
$brand-danger: #bf5329;

// Typography
$icon-font-path: "~bootstrap-sass/assets/fonts/bootstrap/";
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 14px;
$line-height-base: 1.6;
$text-color: #636b6f;

// Navbar
$navbar-default-bg: #fff;

// Buttons
$btn-default-color: $text-color;

// Inputs
$input-border: lighten($text-color, 40%);
$input-border-focus: lighten($brand-primary, 25%);
$input-color-placeholder: lighten($text-color, 30%);

// Panels
$panel-default-heading-bg: #fff;
*/

/*-------------------------------------------------- */

.bloc-padding-right {
  padding-right: 135px;
}

.embed-responsive {
    height: inherit;
}

div#header {
    height: 106px;
}

.align-self-center.order-sm-1.order-md-1.col-sm-4.bloc-padding-left.col-md-3.col-6.offset--1.col-lg-2.offset-lg-3 {
    top: -10px;
}

.box-content-builder p, .box-content-builder td, .box-content-builder li, .box-content-builder label {
    font-size: 1.7rem;
}

h2.mg-md.church-about-text-left.scroll-fx-left-in, h2.mg-md.church-about-text.scroll-fx-right-in {
    background: rgba(255, 255, 255, 0.5);
    font-size: 3rem;
    transform: translate3d(-0.8565%, 0px, 0px);
    width: 58rem;
}

h2.mg-md.church-about-text.scroll-fx-right-in{
    margin-left: -100px;
}

.box-content-builder h2 {
    font-size: 3.7rem;
}

p.animDelay02.float-lg-none.scroll-fx-up-in.parr.text-justify {
    font-size: 1.7em;
}

.box-content-builder h1 {
    font-size: 4.36rem !important;
    color: #2F3A4F!important;
    font-weight: bold !important;
}

.carousel-indicators .active {
    width: 47px;
    height: 5px;
}

.form-control {
    font-size: 20px;
}

.bloc-video, .video-bg-container iframe {
  top: -155px;
  position: absolute;
}

p.text-md-center.text-lg-left.text-sm-center.text-center.mg-clear.footer.p-margin-top {
  font-size: 14px;
}
/*html {
  position: relative;
  min-height: 100%;
}*/


/* Margin bottom by footer height */
/*body {
  margin-bottom: 60px;
}*/

/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here */
  /*height: $footer-heigh;*/
  /*background-color: #f5f5f5;
}



.footer .container {
  padding-top: 4px;
}

#container {
  padding-bottom: 1.4em;
}

.alert {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media all and (min-width: 480px) {
  br.phone {
    display: none;
  }
}*/


