/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

hr {
    text-align: left;
    max-width: 50px;
    border-color: #f05f40;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans',sans-serif;
}

p,li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Muli', sans-serif;
    font-weight: 300;
}

.bg-primary {
    background-color: #f05f40;
    padding:40px 10px;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 70px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;

}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #f05f40;
    background-color: #fff;

}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background-color: #fff;
    color: #222;
}


.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
     color: #f05f40;
    background-color: #fff;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #f05f40!important;
    background-color: #fff;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
   color: #f05f40!important;
    background-color: #fff;
}

@media(min-width:768px) {
    .navbar-default {
        color: #f05f40!important;
    background-color: #fff;
    height:5% !important;
    }
    
    .navbar-default .navbar-header .navbar-brand {
        color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
       color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
       color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default.affix {
        color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #f05f40!important;
    background-color: #fff;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
       color: #f05f40!important;
    background-color: #fff;
    }
}

.header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../../resources/cover15.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#cover{
    min-height: 400px;
}

.header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

.header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size:50px !important;
    color:white;
}

.header .header-content .header-content-inner hr {
    margin-right: 93%;
}

.header .header-content .header-content-inner p {
    max-width: 80%;
        font-size: 18px;
        border-radius: 5px;
        display: inline;
        padding:3px;
        font-weight:700;
        color:white;
        font-family:'Open Sans', sans-serif;
        background-color: rgba(0,0,0,0.5);
}

@media(min-width:768px) {
    .header {
        min-height: 100%;
    }

    .header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header .header-content .header-content-inner {

        max-width: 1000px;
    }

    .header .header-content .header-content-inner p {

        max-width: 80%;
        font-size: 18px;
        border-radius: 5px;
        display: inline;
        padding:3px;
        font-weight:700;
        color:white;

        font-family:'Open Sans', sans-serif;

    }
}



.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:980px) {

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #f05f40;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    border-color: #fff;
    color: #222;

    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #f05f40;
    color: #fff;
    background-color: #f05f40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #f05f40;
    background-color: #f05f40;
}

.btn-primary .badge {
    color: #f05f40;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}


section#contact {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: black;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;

}




body {
    webkit-tap-highlight-color: #222;

}

.benefit-img{
    width:300px;
}
.benefit-heading{
    color:white !important;
    background-color:#f05f40 !important;
    padding:5px;
    border-radius:10px;
    margin:10px;
    width:100%;
}
.learn-more{
    background-color: white;
    color:#f05f40;
    border: 1px solid #f05f40;;
    border-radius: 5px;
    width: 40%;
    min-width: 300px;
    height:40px;
    left:0;
    right:0;
    margin:30px;
    text-transform: capitalize;
}

.benefit-paragraph{
    margin:12px;
    padding:8px;

}

.devices-img{
    width:100%;
    min-width:400px;
}


.device-text{
    color:#222;
    padding:4px;
    border-radius:5px;
    padding-left:5px;
}
.device-paragraph{
    text-align: left;
    padding:5px;
}
.icons{
    width:50%;
    float:left;
}

.devices-icon{
    width:40px;
    margin:5px;
}

.devices-button{
    margin:30px;
}


.about-us-header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    background-image: url(../img/team.jpg);
    background-position: center;
    -webkit-filter: grayscale(0.7);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    top:0;
}

.about-us-title{
    color: #fff;
    font-size: 70px;

}

.about-us-header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;

}

.about-us-header-content h1{
    font-weight: 900 !important;
}
.team-member {
    margin-bottom: 20px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: px solid #222;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
   height:100px;
   width:100px;
  border-radius: 50% !important;
}

.team-text .text-muted{
    padding:15px;
    color:#222;
    border:1px solid #222;
    padding:10px;
    border-radius: 7px;
    text-align: left;
    background-color: #fff;
}

#team{
    border-bottom: 5px solid #222;
    color:#222;
}

.fun-facts-about-us p{
    font-size: 16px !important;
    text-align: left;
    color: #f05f40;
    font-weight: 500;
    letter-spacing: 1px;
}
.emphasize-about{
    font-size: 16px;
    font-weight: 900;
    color:#fff;
    font-family: 'Open Sans',sans-serif;
}

.bg-white{
    background-color: #f5f5f5;
}
.oikos-intro-text{
    color:white;
}
.oikos-story-text{
    color:#222;
    border: 1px solid #222;
    padding:8px 30px;
    background-color:#fff;
    border-radius: 10px;
    padding:40px;
}

.fun-icon{
    padding-right: 20px;
    font-weight: 300;
}

.fun-facts-title{
    font-weight: 900;
    color:#f05f40;
}

#oikos-story h2{
   font-weight: 900;
}
#oikos-intro h2{
    font-weight: 900;
}
.def{
    font-weight: 500;
}
#team h2{
    font-weight: 900;
}

.section-heading {
    margin-top: 0;
    font-weight: 700;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

#about-cover{
    height:550px;
}
#about-cover p{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 900;
    margin:7px;
    border-radius: 3px;
    font-size: 70px;
    letter-spacing: 3px;
    text-transform: uppercase;
    bottom: 0;
    position: relative;
    background-color:rgba(34,34,34, 0.7);
    display:inline;
    padding:0px 10px;
    float:right;
}

#featuresHeader{
    height:200px !important;
}

#featuresHeader p{
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 900;
    margin:7px;
    border-radius: 3px;
    font-size: 70px;
    letter-spacing: 3px;
    text-transform: uppercase;
    bottom: 0;
    position: relative;
    background-color:rgba(34,34,34, 0.7);
    display:inline;
    padding:0px 10px;
    float:right;
}

.fact-img{
    margin:30px;
}

.fact-heading{
    color:white !important;
}
.find-out-more{
    margin:40px 0px;
}
.contact-fields{
    height:50px !important;
}

#contactForm{
    padding-right:20px !important;
    padding-left:20px !important;
}
.contact-us-label{
    font-weight: 600;
    float: left !important;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif !important;
}



.fa-stack{
    color: #f05f40;
}

.contact-caption{
    color:#f05f40;
    font-weight: 300;
}
.feature-icon{
    width:30px !important;
    opacity:0.6;
}
.contact-button{
    background-color: #222;
    color:white;
    margin-top:20px;
}

#contactForm .contact-button{
    background-color: #222;
    color:white;
    margin-top:20px;
}

.feature-button{
    background-color: #222;
    color:white;
    margin-top:20px;
}
 #featuresHeader{
    position: relative;
    width: 100%;
    min-height: 400px;
    text-align: center;
    color: #fff;
    background-image: url(../img/coverforfeatures5.jpg);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

#featuresContent .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}
#featuresPara p{
}

footer{padding:25px 0;text-align:center; background-color: #222}
footer span.copyright{color:white;line-height:40px;text-transform:uppercase;text-transform:none}footer ul.quicklinks{margin-bottom:0;line-height:40px;text-transform:uppercase;text-transform:none}

ul.social-buttons{margin-bottom:0}ul.social-buttons li a{display:block;background-color: white;height:40px;width:40px;border-radius:100%;font-size:20px;line-height:40px;color:#fff;outline:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}ul.social-buttons li a:hover,ul.social-buttons li a:focus,ul.social-buttons li a:active{background-color:white}.btn:focus,.btn:active,.btn.active,.btn:active:focus{outline:0}

.quicklinks-li{
    color:white !important;
}
.quicklinks-li{
    color:white !important;
}

.customize-para{
    text-align:left;
    letter-spacing:1px;

}
.customize-intro{
}

#announcements{
    color:#f05f40;
}
#events{
    color:black;
}
#sharing{
    color:#f05f40;
}
#journal{
    color:black;
}

#groups{
    color:black;
}
#sermons{
    color:#f05f40;
}
#attendance{
    color:black;
}
#prayer{
    color: #f05f40;
}
.section-sub-header{
    font-size: 14px;
}
.text{
    font-size:16px !important;
    font-weight: 10px;
    line-height: 30px;
}

.sub-header{
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 10px 0px;

}
.large{
    margin:20px;
}
.team-name{
    padding:20px 0px;
}
.prompt-label{
    color:green;
    padding:10px;
}
    .formFields {
        height: 40px !important;
        width:50%;
        text-align: center;
    }

.featureImages{
  width:250px;
  text-align:left;
  background-color:white;
  border:solid 1px #ccc;
  margin:10px;
  padding:10px;
  display:inline-block;
}
.paddingButton{
    padding:20px;
}

@media(max-width:980px) { 
  .featureImages{
  	  width:100%;    
  }
    .formFields {
        height: 40px !important;
        width:100%;
    }
    .header{
      background-position:90% 100%;
    }
	  .header .header-content .header-content-inner h1{
      font-size:30px !Important;
    }
    
}