/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
  color: black;
  background-color: #f5ece55e;

}

iframe {
  width: 100%;
  height: 400px;
}

.fa-2x {
  font-size: 1.4em!important;
}

.thumbnail {
  padding: 0px;
  border: inherit;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}


.fa-2x {
  font-size: 1.5em;
}

.col-lg-offset-3 {
  margin-bottom: 30px;
}

body {
  font-family: 'Montserrat', sans-serif;
  text-align: center;

}
hr {
  border-color: BLACK;
  border-width: 3px;
  max-width: 50px;
}

hr.light {
  border-color: BLACK;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #000;
}
a:hover,
a:focus {
  color: #000000;
}


h1 {
  font-size: 3em;
  color: #000000;
  font-family: 'Bodoni Moda', serif;
  line-height: 10px;
}

h3 {
  font-size: 30px;
  color: #000000;
  font-family: 'Bodoni Moda', serif;
  line-height: 37px;
}

h2 {
  font-size: 16px;
  color: #ffffff;
  font-family: montserrat;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}

h4 {
  font-size: 2.2em;
  color: #ffffff;
  font-family: 'Bodoni Moda', serif;
  line-height: 32px;
  font-style: italic;
  font-weight: 900;
}


h5,
h6 {

}

p {
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0px;
  color: #643d36;
  font-family: 'Poppins', sans-serif;
}

.bg-primary {
  background-color: rgb(255, 255, 255);
}
.bg-dark {
  background-color: #ffffff;
  color: black;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

header {
  padding: 66px;
  position: relative;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: cover;
  -o-background-size: contain;
  background-position: center;
  text-align: center;
  color: White;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/wavy/image/upload/f_auto,q_auto,w_1920/v1713261666/AdobeStock_22627954.jpg");
  margin-bottom: 50px;
}

section {
  margin-top: 50px;
  padding: 30px 0px;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: cover;
  -o-background-size: contain;
  background-position: center;
  text-align: center;
  background-color : #eee9e1;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/wavy/image/upload/f_auto,q_auto,w_1920/v1713262493/AdobeStock_765590989.jpg");
}

aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #000000;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #000;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #000 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}


@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3);
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #000;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #000000;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #000;
  }


section {
  margin-top: 50px;
  padding: 80px 229px;
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: cover;
  -o-background-size: contain;
  background-position: center;
  text-align: center;
  background-color : #eee9e1;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/wavy/image/upload/f_auto,q_auto,w_1920/v1713262493/AdobeStock_765590989.jpg");
}

header {
  padding: 290px;
  position: relative;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: cover;
  -o-background-size: contain;
  background-position: center;
  text-align: center;
  color: White;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/wavy/image/upload/f_auto,q_auto,w_1920/v1713261666/AdobeStock_22627954.jpg");
  margin-bottom: 50px;
}

h1 {
  font-size: 5.2em;
  color: #000000;
  font-family: 'Bodoni Moda', serif;
  line-height: 32px;
}
}


header .header-content {
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {

}
.section-heading {
    margin-top: 50px;
    font-family: 'Rufina', serif;
    font-size: 40px;
}



.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {

  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #000;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #fff;
  background-color: #111;
  border-color: #111;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #d7c7ba;
  border-color: #d7c7ba;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #d7c7ba;
  border-color: #d7c7ba;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #111;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #000;
  border-color: #000;
}
.btn-primary .badge {
  color: #000;
  background-color: white;
}
.btn {
  font-size: 13px;
  border: none;
  border-radius: 300px;
  font-weight: 700;
}

.btn-xl {
  padding: 15px 15px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}
