@import url('https://fonts.googleapis.com/css2?family=Corinthia&family=Poppins:wght@300;600&display=swap');
@font-face {
    font-family: 'didotmedium';
    src: url('fonts/didot_medium-webfont.woff2') format('woff2'),
         url('fonts/didot_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'didotbold';
    src: url('fonts/didot_bold-webfont.woff2') format('woff2'),
         url('fonts/didot_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'didotbold_italic';
    src: url('fonts/didot_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/didot_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'didotmedium_italic';
    src: url('fonts/didot_medium_italic-webfont.woff2') format('woff2'),
         url('fonts/didot_medium_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
ul.about-text {
    list-style-type: none;
}
ul.about-text li{
    line-height:24px;
    margin-bottom:10px;
}
ul.about-text li::before {
    content: "\f005";
    color:#c1a250;
    margin-right:10px;
    font-family: "Font Awesome 5 Free";
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #111;
    font-weight: 300;
}
a{
	color:#c1a250;
	text-decoration: none;
	font-weight: 700;
}
a:hover{
	color:#666;
}
/* HEADER */
.header {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

/* NAV */
.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: #847a45;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgb(255 255 255);
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #847a45;
}
.card {
    background-color: #fff;
    border: 0px;;
    border-radius: .25rem;
	text-align:center;
	overflow:hidden;
}
.card img.card-img-top{
	transition:all .3s ease-in-out;
	transform:scale(1) rotate(0deg);
	z-index:4;
	position:relative;
}
.card:hover img.card-img-top{
	transform:scale(1.1) rotate(2deg);
}
.card-body{
	background:#fff;
	z-index:5;
	position:relative;
}
/* PARALLAX */

.parallax1 {
    /* The image used */
    background-image: url("../images/parallax1.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
}
.parallax1 .captionwrap{
	/*margin-top:90px;*/
}
.parallax1 form.search{
	width:100%;
	color:#333;
	padding: 30px;
    border: solid 1px #fff;
    background: rgba(255,255,255,0.8);
    float: left;
}
.parallax1 form.search h2{
	font-size:25px;
	font-weight:700;
	margin-bottom:20px;
}
.parallax2 {
    /* The image used */
    background-image: url("../images/parallax2.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 250px;
}
/* CONTENT */
.container-small {
    max-width: 900px;
}

.container-small p {
    letter-spacing: 1px;
}

.content,
.bg-white {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.has-error .form-control,
.has-error .form-select{
    background-color:#f8d7da;
    border:1px solid #e56464;
}
.has-error .input-group-text{
    background-color:#e56464;
    border:1px solid #e56464;
    color:#fff;
}
h1 {
    font-size: 40px;
    font-family: 'didotbold';
    letter-spacing: 1px;
}
h2 {
    font-size: 28px;
    font-family: 'didotbold';
    letter-spacing: 1px;
}
h3 {
    font-size: 17px;
    letter-spacing: 2px;
}
h4 {
    font-size: 14px;
    letter-spacing: 2px;
}
strong{
	font-weight:700;
}
.previous{
    text-decoration:line-through;
}
.contact-hours {
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    width: 220px;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.contact-hours.home {
    font-family: 'didotbold';
    letter-spacing: 1px;
    line-height: 24px;
}
.contact-hours .active {
    color: #F00;
    font-weight: 700;
}

.contact-hours ul li {
    width: 100%;
    font-size: 12px;
}
.contact-hours span {
    width: 50%;
    float: left;
}
.gold{
	color:#f7c821;
}
.btn-primary {
    color: #fff;
    background-color: #c1a250;
    border-color: #c1a250;
}
.btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary {
    color: #c1a250;
    border-color: #c1a250;
    letter-spacing: 1px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #c1a250;
    border-color: #c1a250;
    letter-spacing: 1px;
}

.borderline {
    position: relative;
    width: 20%;
    height: 1px;
    background-color: #c1a250;
    margin: 10px auto;
}
.page-link,
.page-link:hover{
	color: #c1a250;
}
.page-item.active .page-link {
    background-color: #c1a250;
    border-color: #c1a250;
}
.logos {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}
.social {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f5f5;
}
.bg-lightgrey{
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg-lightgrey a {
    color: #111;
    text-decoration: none;
}
.bg-lightgrey a:hover {
    color: #c1a250;
    text-decoration: none;
}
.event li label{
    width:30px;
}
.readmore {
    width:376px;
}
.readmore .moreText {
    display:none;
}
.readmore a{
	color:#F00;
}
.footer {
    padding: 30px;
    background-color: #111;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #c1a250;
    text-decoration: none;
}
.scroller {
    height: 45px;
    overflow: auto;
    display: block;
    margin-top: 20px;
}
#wedding-gowns .carousel .img {
  max-height: 450px !important;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-img{
    position:relative;
}
.caption {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 20%;
    right: 20%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
}
.caption h3{
    font-family: 'didotmedium_italic';
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
}
@media all and (max-width:468px) {
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 14px;
    }
    h4 {
        font-size: 12px;
    }  
}
@media all and (max-width:768px) {
    .parallax1,
    .parallax2 {
        background-attachment: unset;
        background-size: auto 100%;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .base a{
        font-size:11px;
    }    
}