/* 
 *  Theme name: Magnolia Spring
 *  Author: Puri Orchard
 *  Author URI: http://puri-orchard.com
 */

@import url(color.css);
@import url(fonts.css);
@import url(responsive.min.css);

/* General Styles */
body {
    width: 100%;
    margin: 0;
    font-family: 'Nunito Sans'
}
h1, h2, h3, h4, h5 {
    font-family: 'Noto Serif';
    font-style: normal;
    font-weight: 600;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}

/* Header & Navbar */
.navbar-nav {
	text-align: center;
}
.main-navbar {
    background-color: rgba(255, 255, 255, 0.9) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0px 14px 14px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 14px 14px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 14px 14px 0px rgba(0,0,0,0.19);
}
.main-navbar.main-navbar-sec-color {
    /* background-color: rgba(255, 255, 255, 0.8) !important; */
    background-color: #FFF !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-family: 'Noto Serif';
    color: #b8957a;
    font-weight: 700
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #96755d
}
.navbar-brand img {
    height: 50px
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #b8957a;
    border: 0px solid transparent;
    border-radius: 0 !important;
}
header {
    position: relative;
    background-color: #2C3B5A;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .container {
    position: relative;
    z-index: 2;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../images/hero-background.jpg') no-repeat center center scroll;
    opacity: 1;
    z-index: 1;
}
/*
@media (pointer: coarse) and (hover: none) {
    header {
        background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}
*/
.brand-logo img {
    width: 250px;
    -webkit-box-shadow: 0px 0px 34px 7px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 34px 7px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 34px 7px rgba(0,0,0,0.15);
}

/* Content Section */
section.content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover;
}
.content h2,
.content h3,
.content h4 {
    line-height: 1.4em;
}
.content p {
    line-height: 1.8em;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 4px solid #b8957a;
    border-radius: 0;
}
.card h4 a {
    text-decoration: none;
	color: #2C3B5A;
	font-family: 'Noto Serif';
}
.card h4 a:hover {
	color: #b8957a;
	-webkit-transition: all .3s;
    transition: all .3s;
}
.ms-title:after {
    background: none repeat scroll 0 0 #b8957a;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}
.btn-primary-gold {
    color: #fff;
    background-color: #b8957a !important;
    border-color: #97765c !important;
    border-radius: 0;
}
.btn-primary-gold:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #e0d9d3 !important;
    border-color: #97765c !important;
}
.puri-video {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}
.puri-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
p.disclaimer {
    font-size:10px;
    line-height: normal
}

/* Contact Form */
.ms-form input,
.ms-form select,
.ms-form textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ms-form button {
	color: #fff;
	border-radius: 0
}
.ms-form button:hover {
	color: #fff;
	background: #9a785e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.ms-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b8957a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(184,149,122,.7);
}
.error_message {
	display: block;
	padding: 14px 0;
	text-align: center;
	background: #b8957a;
	color: #fff;
	margin: 14px 0 0 0;
}
#success_page {
	text-align: center;
    margin: 40px;
}
#success_page h2 {
	color: #b8957a;
}
#success_page p {
	color: #fff;
}







