/* Colors 
    Scarlet Red: #9F5950
    Navbar Dark Grey: #302D28
    General Font color: #4B463D

    Dev Link https://xd.adobe.com/view/7dc4dcf4-9f9f-4786-6cc5-90e19d8a50dc-0bf5/
    
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Open Sans', sans-serif;

*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
    font-family: 'Cormorant Garamond', serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 18px;
	line-height: 25px;
	color: #4B463D;
	outline: 0;
	font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
    font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	color: #fff;
}

h1{
	font-size: 5em;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
}

h2{
	font-size: 28px;;
	margin-bottom: 20px;
	color: #9F5950;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}
  
.logo {
    width: 320px;
    /* min-width: 200px; */
    margin: 0 auto;
    display: block;
    padding: 1% 0;
}

.h-active .home-logo{
	width: 110px;
}

.mobi-logo{
	display:none;
}

.hide-mobi{
	display: none;
}

.mobi-only{
	display: none;
}

.mobi-breaks{
	display:none;
}

.nopad{
	padding:0;
}

.nopad-l{
	padding-left:0;
}

.nopad-r{
	padding-right:0;
}

.header {
	position: fixed;
	top:0;
    z-index: 999;
    width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 10px 23px 0px rgba(0,0,0,0.19);
}

.home{
	background: url("/images/home.jpg") no-repeat center center/cover;
    /* background-position: -150px -320px;
    background-size: 2060px 100%; */
    margin-top: 215px;
}

/* .header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background-color: #1A2A57;
	max-height: 130px;
	top: 0;
	transition: 0.5s;
} */

/* .h-active .header{
	background-color: #fff;
} */

/* .h-active .navbar-default .navbar-nav>li>a:focus, .h-active .navbar-default .navbar-nav>li>a:hover {
    color: #D2AB6B;
	background-color: transparent;
	transition: 0.5s;
} */

/* .h-active .navbar-default .navbar-nav>li>a {
    color: #fff;
}

.h-active .navbar-default .navbar-nav>.active>a{
	color: #D2AB6B;
} */

/* Buttons */
.btn-primary{
	color: #fff;
	background-color: inherit;
    font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	border:2px solid #fff;
	width:auto;
	padding:12px 25px;
	border-radius: 0;
	outline: 0!important;
	transition: 0.5s;
	font-family: 'Cormorant Garamond', serif;
}

/* .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
} */

.btn-primary:link, .btn-primary:visited,.btn-primary:active  {
	background-color:inherit;
	border-color:inherit;
	color: inherit;
}

.btn-primary.btn-contact:link , .btn-primary.btn-contact:visited, .btn-primary.btn-contact:active  {
	background-color:transparent;
	border-color:#fff;
	color:#fff;
}

.btn-primary.btn-readmore:link , .btn-primary.btn-readmore:visited, .btn-primary.btn-readmore:active  {
	background-color:#9F5950;
	border-color:#9F5950;
	color:#fff;
}

.btn-primary.btn-solid:link , .btn-primary.btn-solid:visited, .btn-primary.btn-solid:active  {
	background-color:#9F5950;
	border-color:#9F5950;
	color:#fff;
}

.btn-primary:hover{
	background-color: #9F5950;
}

.btn-primary.btn-readmore:hover{
	border-color:#9F5950;
	background-color: #fff;
	color:#9F5950;
}

.btn-primary.btn-contact:hover{
	border-color:inherit;
	background-color: #9F5950;;
}

.btn-primary.btn-solid:hover{
	border-color:#fff;
	background-color: #fff;
	color:#9F5950;
}

.btn-contact{
	background-color: transparent;
	border-color: #fff;
	color:#fff;
	padding: 5px 25px;
}

.btn-solid{
    background-color: #9F5950;
    border-color: #9F5950;
    color: #fff;
    float: left;
    width: 120px;
    padding: 5px;
}

.btn-readmore{
    text-transform: uppercase;
    padding: 5px 20px;
	font-family: 'Cormorant Garamond', serif;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

.navbar-default {
	background-color: transparent;
	margin-bottom: 0;
}

.navbar-nav {
    float: right;
    width: 100%;
    background-color: #302D28;
}

.header .navbar-collapse, .header .navbar-collapse .col-md-12 {
    padding: 0;
}

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

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
	background-color: transparent;
	/* transition: 0.5s; */
}

.navbar-default {
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-weight: 500;
	font-size: 21px;
	padding: 0 1.5em;
    transition: 0.5s;
	line-height: 80px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.header-contact a, .header-contact{
	color: #fff;
	line-height: 80px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.nav>li {
    position: relative;
    display: block;
	transition: 0.5s;
}

.nav li.active{
    background-color: #9F5950;
}

.nav li:hover{
    background-color: #9F5950;
}

li.last-item {
    float: right;
}

li.last-item a:hover {
    color: #9F5950!important;
}

li.last-item:hover {
	background-color: #302D28;
}

/* Home */
.head-info{
    background: url("/images/brick-building.jpg") no-repeat center center/cover;
    /* padding: 8%; */
    height: 500px;
    margin: 2% 0 0;
    text-align: center;
    padding: 16% 0 0;
}

.head-info h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

.head-info p{
	color: #fff;
	font-style: italic;
	margin-bottom: 8%;
}

.nav-background{
	background-color: #302D28;
}

.head-box{
	width: 60%;
	margin:0 auto;
}

.services{
    margin-bottom: 10%;
}

.services p{
    color: #fff;
	margin-bottom: 0;
	font-weight: 500;
    font-size: 25px;
	padding: 25px 0;
	font-family: 'Cormorant Garamond', serif;
}

.services .box{
	background-color: #9F5950;
	margin-top: 10px;
	padding:0;
	text-align: center;
}

.services .col-md-6{
	padding:0;
}

.left-box{
	margin-right: 10px;
}

.what-is, .who-is, .appointment-details{
	padding: 0 20% 0;
}

.appointment-details, .contact-info{
    padding: 0 5% 0;
}

.what-is h2{
	width: 70%;
}

.what-is p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color: #4B463D;
	font-size: 16px;
	margin-bottom: 8%;
}

/* .what-is ul{
	padding-left: 1.3em;
	list-style: none;
}

.what-is ul li:before{
	content: "-";
	color: #4B463D; 
} */

.who-is .panel-title{
	font-size: 28px;
	color:#9F5950;
}

.who-is{
	margin-top: 5%;
}

/* Custom Accordion */

.panel-default {
	border:0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.panel-body{
	padding: 15px 0;
}

.panel-body p{
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	color:#4B463D;
	font-size: 16px;
}

.dashed{
	list-style: none;
	padding-left: 1em;
}

.dashed li:before{
	content: "-";
	padding-right: 20px;
}

.panel-group .panel-heading {
    margin-bottom: 20px;
}

.panel-heading {
	padding: 10px 0;
	margin-bottom: 10px;
}

/* Journal  */
.journal {
    background: url("/images/journal.jpg") no-repeat fixed center/cover;
}

.from-journal{
    margin: 8% 0 4%;
	padding: 0 4%;
}

.from-journal h3{
    text-align: center;
    margin-bottom: 30px;
    color: #302D28;
    font-size: 40px;
    font-weight: 500;
}

.journal-box{
	background-color: #9F5950;
	padding:20px;
	min-height: 430px;
}

.journal-box .date{
	text-align: left;
	margin-bottom: 100px;
}

.journal-box p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
}

.from-journal .col-md-4{
	padding: 0 5px;
}

.journal-box h4, .journal-box h2{
    font-size: 28px;
	color:#fff;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	min-height: 90px;
}

.fa-calendar {
    margin-right: 15px;
    font-size: 21px;
}

.date p{
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
    font-style: normal;
}

.journal-box .btn-readmore {
    border-color: #fff!important;
    width: 170px;
	margin-top: 15px;
	position: absolute;
    bottom: 50px;
}

.setup-appointment{
	background: url("/images/setup-appointment.jpg") no-repeat center center/cover;
	padding: 8% 0;
	text-align: center;
}

.services-setup-appointment{
	background: url("/images/brick-building.jpg") no-repeat center center/cover;
	padding: 8% 0;
	text-align: center;
}

.error {
	padding: 10px;
	background-color: #4B463D;
	color: #fff;
	display: none;
	width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #9F5950;
	color: #fff;
	display: none;
	width: 60%;
    font-size: 16px;
    margin: 15px auto 0;
}

#email2 {
	display: none;
}

.msg-input{
    min-height: 130px;
	resize:vertical;
	max-height: 200px;
}

.form-control {
    display: block;
    background: transparent;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
	font-style: italic;
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
	font-style: italic;
}
  
.form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
	font-style: italic;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.appointment-details h1{
	color: #fff;
	font-size:45px;
	margin-bottom: 30px;
}

.appointment-details p{
    color: #fff;
    font-size: 19px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8%;
}

/* Services  */

.services-page{
	background: url("/images/services.jpg") no-repeat fixed center/cover;
}

.services-page, .journal, .contact, .journal-individual{
	margin-top: 215px;
}

.services-page .who-is, .services-heading, .journal-heading{
	padding: 0 18% 0;
    margin: 5% 0 0;
}

.journal-heading{
	text-align: center;
	margin-bottom: 4%;
}

.services-heading h1{
	color: #302D28;
	font-size: 45px;
	margin-bottom: 20px;
}

.services-heading p{
	font-style: italic;
	margin-bottom: 0;
	font-weight: 600;
	color: #302D28;
}

.journal-heading p {
	color: #4B463D!important;
}

.services-page .body-info{
	padding-bottom: 5%;
}

.journal .journal-box{
	margin-bottom: 30px;
}

/* Contact  */
.contact{
	background: url("/images/services.jpg") no-repeat center center/cover;
	padding: 5% 0;
	text-align: center;
}

.contact-info h1{
	font-size: 55px;
	margin-bottom: 20px;
}

.contact-info h1, .contact-app h2, .contact-app p {
	color: #302D28;
}
/* 
.contact-info span {
    font-family: sans-serif;
} */

.contact-app .form-control{
	border: 2px solid #302D28;
	color: #302D28;
}

.contact-app .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #302D28;
	opacity: 1; /* Firefox */
	font-style: italic;
}
  
.contact-app .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #302D28;
	font-style: italic;
}
  
.contact-app .form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #302D28;
	font-style: italic;
}

.contact-info{
	text-align: left;
}

.contact-info label{
    color: #9F5950;
    font-size: 25px;
    font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
	margin-bottom: 0;
}

.contact-app {
    margin-top: 6%;
}

.mobile-map{
	height:400px;
	width:100%;
	margin-top: 10%;
}

.contact-info a {
    font-family: 'Cormorant Garamond', serif;
    color: #302D28;
    font-size: 25px;
    line-height: 32px;
}

.contact-info a:hover {
    color: #9F5950;
    transition: 0.5s;
}

.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

#map{
	border:8px solid #fff;
	border-radius: 19px;
	width:inherit;
	height:inherit;
}

.popup-logo {
	width: 240px;
	margin-bottom: 10px;
}

#bodyContent p, #bodyContent a {
    font-size: 15px;
	line-height: 18px;
	text-align: left;
}

.contact .btn-primary.btn-solid:hover {
    border-color: #9F5950!important;
    background-color: #fff;
    color: #9F5950;
}

#bodyContent a:hover{
	color: #9F5950;
}

/* Journal Individual  */
.journal-individual {
    background-image: url("/images/journal-indiv.jpg");
	background-repeat: no-repeat;
    background-attachment: fixed;

}

.journal-individual .btn-indiv{
    width: fit-content;
	padding: 10px 30px;
	font-family: 'Cormorant Garamond', serif;
	margin: 40px auto;
	display: block;
	float:none;
}

.journal-individual .btn-indiv:hover{
	border-color: #9F5950;
}

.journal-content {
	padding: 8% 16% 0;
	margin-bottom: 10%;
}

.journal-content .date {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.journal-content h1 {
    color: #9F5950;
    font-size: 45px;
    margin: 10px 0 8%;
}

hr {
	margin:0;
    border-top: 1px solid #707070;
}

.journal-content p, .journal-content div {
	font-style: italic;
	color: #4B463D;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
}

.contact-info .col-md-12 {
    padding: 0;
}

.contact-info .col-md-6 {
	padding-left: 0;
	margin-bottom: 40px;
}

.limited {
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.home .journal-box .btn-readmore {
    bottom: 20px;
}



/* Footer  */
.footer {
    padding: 2% 0 0;
}

.footer-logo{
    width: 200px;
    margin: 0 auto;
}

.copyright{
    text-align: center;
    font-style: italic;
    padding: 20px 0;
    font-weight: 600;
}

.copyright a:hover {
    color: #9F5950;
}
