/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE FONTS
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');


body {
  padding-top: 6.5rem;
  padding-bottom: 3rem;
  color: #000000;
}

.bg-light {
    background-color: #FFFFFF !important;
}

/* CUSTOMIZE TYPOGRAPHY
-------------------------------------------------- */
a {
    color: #DF4856;
}
a:hover {
    color: #000000;
}

.btn:focus,.btn:active {
   background: #DF4856 !important;
}

.dropdown-item a:focus
{
background:#DF4856 !important;
}

.title {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 3rem;
	color: #DF4856;
}
.lead {
    font-size: 1.65rem;
    font-weight: 300;
	margin: 1rem 0 2rem;
}


/* CUSTOMIZE NAV
-------------------------------------------------- */

.nav-link {
  font-size: 1.3rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  margin-bottom: 6rem;
  background: rgb(253,244,242);
  background: -moz-linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf4f2",endColorstr="#ffffff",GradientType=1);
}

.carousel-inner {
  /*background: url(mouse.png) bottom right no-repeat;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  top: 6rem;
  z-index: 10;
  color: #000000;
}
.carousel-caption.bg-top {
  background: url(../img/mouse.png) top right no-repeat;
  background-size: 280px 314px;
}
.carousel-caption.bg-dx {
  background: url(../img/mouse02.png) top right no-repeat;
  background-size: 314px 280px;
}
.carousel-caption.bg-bottom {
  background: url(../img/mouse03.png) top right no-repeat;
  background-size: 280px 314px;
}

.carousel-caption h1 {
    font-family: 'Playfair Display', serif;
	font-size: 3.5rem;
	width: 70%;
}
.carousel-caption p {
	font-size: 1.8rem !important;
	width: 70%;
    margin: 1.8rem 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #DF4856;
	margin-bottom: 1rem;
	border-top:0;
	border-bottom:0;
    border-radius:999rem;   
    -moz-border-radius:999rem;
    -webkit-border-radius:999rem;
    -o-border-radius: 999rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-6 {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #000000;
}
.marketing h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 2.1rem;
  margin: 1rem 0;
}
.marketing .col-lg-6 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette {
  padding: 1.5rem 0 0 0;
  margin: 3rem auto 0 auto;
  background: rgb(253,244,242);
  background: -moz-linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(90deg, rgba(253,244,242,1) 50%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fdf4f2",endColorstr="#ffffff",GradientType=1);
}

/* Thin out the marketing headings */
.featurette-heading {
  padding: 1.5rem .5rem;
  font-family: 'Playfair Display', serif;
  font-size: 2rem !important;
  line-height: 1;
  letter-spacing: -.05rem;
  color: #000000;
}


.jumbotron{
  background: #fdf4f2 !important;
}


/* Footer class */
.icon-footer span {
  margin: 5rem .6rem 0;
  display: inline-block;
  font-size: 1.1rem;
}
.icon-footer span a {
    color: #000000;
}

footer {
  margin: 1.5rem 0;
  font-size: .9rem;
}


/* Button class
------------------------- */

.btn-primary {
    background-color: #DF4856;
    border-color: #DF4856;
}
.btn-primary:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}
.btn-secondary {
    background-color: #FFFFFF;
    border-color: #000000;
	color: #000000;
}

.svg_images{
  width: 100%\9;
}


/* Customize HR
------------------------- */
hr {
  padding: 0 0 75px;
  margin: 0 0 40px;
  border: 0;
  background: url("../img/hr-bg.png") no-repeat scroll center bottom / auto;
}


/*Newsletter*/
#sib-container{
  max-width: none !important;
}
#sib-container{
  background: #fdf4f2 url(../img/bg-01.png) top right no-repeat !important;
  border-color: transparent !important;
  color:#000000 !important;
}
.sib-form{
  padding: 20px 0px !important;
}

.ui-widget {
    top: 0;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    padding: 10px 0;
    background: none repeat scroll 0 0 #000;
	border-bottom: 1px solid #000;
}
.cookie-message {
    line-height: 14px;
    padding:0 10px;
    color: #FFF;
    margin:0 auto;
    font-size:12px;
    font-family: 'Lato', sans-serif;
}

div.cookie-message a {
    color: #FFF;
    font-size:12px;
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
div.cookie-message a.ui-widget-close-button {
    background: none repeat scroll 0 0 #FFF;
    float: right;
    padding: 0 10px;
    color: #000;
    text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand {
    max-width: 70%;
  }
  .carousel-caption {
    top: 3rem;
  }
  .carousel-caption.bg-top,   .carousel-caption.bg-dx,   .carousel-caption.bg-bottom {
    background: transparent;
  }
  .carousel-caption h1 {
	font-size: 2.2rem;
	width: 100%;
  }
  .carousel-caption p {
	font-size: 1.0rem !important;
	width: 100%;
    margin: 1.2rem 0;
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 3.5rem;
  }
  #sib-container{
    background: #fdf4f2 url(../img/bg-01.png) bottom right no-repeat !important;
  }
}