/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}



@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .lead {
        font-size:18px;
    }
}
 
@media screen and (max-width: 568px) {
    .lead {
        font-size:1.1em;
    }
}



/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/twins.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:767px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 25px;
    }
}

.thumb {
    margin-bottom: 0px;
}

/* Button Style */

.button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
	vertical-align: middle;
	padding-top: 13px;
	height: 45px;
}


.button-dark {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
	color: #ffffff;
    background-color: #f58eb4;
	vertical-align:middle;
	padding-top: 13px;
	height:45px;
}

.button-dark:hover,
.button-dark:focus,
.button-dark:active {
    color: #fff;
    background-color: rgba(232,107,153,0.9);
}


.hcolor a{
	color: #000;
	text-decoration:none;
}
 

/* Sections */

.presented-section {
    position: relative;
    padding-top: 30px;
    text-align: center;
    background: #fff;
	display: block;
    margin: auto;
}

.supporting-section {
    position: relative;
    padding-top: 30px;
	padding-bottom: 50px;
    text-align: center;
    background: #fff;
	display: block;
    margin: auto;
}

.about-section {
	position: relative;
    padding-top: 30px;
	padding-bottom: 30px;
    text-align: center;
    background: #eee;
}

.gallery-section {
    position: relative;
    padding-top: 30px;
	padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.thetwins-section {
    position: relative;
    padding-top: 0px;
    text-align: center;
    background: #eee;
}

.aboutnbcf-section {
	position: relative;
    padding-top: 30px;
	padding-bottom: 50px;
    text-align: center;
    background: #fff;
}

.intro-divider {
    width: 300px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 0px solid rgba(0,0,0,0.2);
	
}

/* Contact Background Image */

.contact-img {
    
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../img/contact.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 40px;
}

/* About Twins Background Image */

.about-the-twins {
    
    width: 100%;
    height: 100%;
    color: #333;
    background: url(../img/about-twins.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 40px;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

/* Link Styles */

a{
	color: #fff;
}
a:hover{
	color: #F38AB5;
}

/* Gallery Section */

.portfolio {
    padding: 50px 0;
}

.portfolio-item {
    margin-bottom: 30px;
}

.img-portfolio {
    margin: 0 auto;
	padding-top: 0px;
}

.img-portfolio:hover {
    opacity: 0.8;
}

/*Presented Section */

.presented {
    margin-bottom: 0px;
	text-align:center;
}

.presented:hover {
    opacity: 0.9;
}

.img-presented {
    margin: 0 auto;
	padding-top: 10px;
	
}

.text-muted {
font-size: 18px;	
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color:#d14176;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color:#e26291;
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.text-date {
font-size: 20px;
color: #00000;
text-align: center;

}

.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Call to Action */

.call-to-action {
    padding: 50px 0;
}

.call-to-action .btn {
    margin: 10px;
}

/* Footer */

footer {
	background: #fff;
	padding-top: 0px;
	
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
	vertical-align:top;
}

.bg-pink {
	color:#ffffff;
	background-color:#f58eb4;
}
