/*!
 * 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.
 *
 * OwenWedding.com
 * Designed and Developed by: MowenWorks.com
 */

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

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

.navbar{
	background-image: url('../img/wedding_background.gif');
}

.jumbotron
{
	background-image: url('../img/banner_background.jpg');
	background-repeat: repeat-x;
	background-position-y:40px;
	color:white;
}

.image_wrapper
{
    /* background-image: url('../images/Background-Repeat.gif'); */
    
}
.image-responsive
{
    margin:0 auto;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 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;
    }
    
    .input-group
    {
        width:40%;
    }
	
	
}

@media(max-width:767px) {
.jumbotron
	{
		background-image: url('../img/banner_background.jpg');		
		background-repeat: repeat;		
		background-color:#6B5B80;
		background-position-y:-10px;
		color:color;
	}


}

.meetus-section {
    height: auto;
    padding-top: 75px;    
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 5px 9px rgba(0,0,0,.075);
    padding-bottom: 30px;
}

.registry-section {
    height: auto;
    padding-top: 75px;    
    background: #C6FBFB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 5px 9px rgba(0,0,0,.075);
    padding-bottom: 30px;
}

.wedding-section {
    height: auto;
    padding-top: 75px;    
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 5px 9px rgba(0,0,0,.075);
    padding-bottom: 30px;
}

.contact-section {
    height: auto;
    padding-top: 75px;   
    background: #C6FBFB;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 5px 9px rgba(0,0,0,.075);
    padding-bottom: 30px;
}

#thecountdown
{
    font-size:2em;
    text-align:center;
}

.weddingdate
{
    margin-top:20px;
    font-size:1.3em;
    text-align:center;
}


.first-col
{
    font-weight:bold;
}

.bs-callout{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info{border-left-color:#5bc0de;}
.bs-callout-danger{border-left-color:#d9534f;}

.btn-primary{
    background-color:#56416C;
    border-color:#56416C;
}

.panel-primary
{
    border-color:#56416C;
}

.panel-primary > .panel-heading
{
    background-color:#56416C;
    border-color:#56416C;
}



