/**  Variables **/
body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("../images/home_main_image.jpg");
  height: 100vh;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.experience .bg {
  margin-top: 127px;
  background-image: url("../images/experience_main_image.jpg");
  height: 200px;
  background-position: center 180%;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact .bg {
  margin-top: 127px;
  background-image: url("../images/news_article_main_image.jpg");
  height: 200px;
  background-position: center 190%;
  background-repeat: no-repeat;
  background-size: cover;
}

.residential .bg {
  margin-top: 127px;
  background-image: url("../images/renovations_main_image.jpg");
  height: 200px;
  background-position: center 180%;
  background-repeat: no-repeat;
  background-size: cover;
}

.parralax {
  margin-top: 50px;
  background-image: url("../images/mant_street_dinning.jpg");
  height: 300px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*Scroll Down*/
#scroll-down {
  position: absolute;
  bottom: 5px;
  left: auto;
  width: 100%;
}

.scroll-down {
  text-align: center;
}

#scroll-down img {
  width: 5%;
}

#scroll:hover {
  width: 5.5%;
}

/* Icon Bar Menu */
#icon-menu-cont {
  background-color: #D9DADE;
  border-bottom: 3px solid #95040B;
  border-top: 3px solid #95040B;
  margin-top: -150px;
}

#icon-menu-row {
  background-color: #D9DADE;
  min-height: 150px;
}

a.residential-icon {
  width: 120px;
  height: 142px;
  display: inline-block;
  overflow: hidden;
}

.icon-menu-col {
  text-align: center;
  padding-top: 10px;
}

#residential > img {
  margin-top: -141px;
  margin-left: -11px;
}

#residential > img:hover {
  margin-top: -142px;
  margin-left: -134px;
}

#renovation > img {
  margin-top: -1px;
  margin-left: -13px;
}

#renovation > img:hover {
  margin-top: -2px;
  margin-left: -136px;
}

#commercial > img {
  margin-top: -281px;
  margin-left: -8px;
}

#commercial > img:hover {
  margin-top: -282px;
  margin-left: -131px;
}

.logos {
  height: 100px;
  margin-top: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/** header navigation **/
.navigation {
  height: 150px;
}

.navigation header .navbar {
  padding: 10px 0 0 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  background-color: rgba(255, 255, 255, 0.75);
  border: none;
  border-bottom: 1px solid #95040B;
}

.navigation header .navbar .nav-wrapper .navbar-brand {
  background: url(../images/rce-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 115px;
  width: 20%;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.navigation header .navbar .nav-wrapper .navbar-collapse {
  border-top: 1px solid #95040B;
  margin-top: 65px;
}

.navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link {
  color: #3E3E41;
  padding: 10px 55px;
  font-size: 20px;
  font-weight: 300;
}

.navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link:hover {
  color: #95040B;
}

.navigation header .navbar .nav-wrapper .navbar-nav .active .nav-link {
  font-weight: normal;
  color: #95040B;
}

.navigation header .navbar .nav-wrapper .navbar-text i {
  color: #95040B;
}

.navigation header .inbody {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.navigation header .inbody .nav-wrapper .navbar-brand {
  background-size: 50%;
  height: 50px;
}

.navigation header .inbody .nav-wrapper .navbar-nav {
  margin-top: 0;
}

.navigation header .inbody .nav-wrapper .navbar-collapse {
  margin-top: 0;
}

/** Testimonials **/
.testimonials-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.testimonials-wrapper .testimonials-row-title .title h1 {
  padding: 20px 0 20px 0;
  font-family: roboto, sans-serif;
  border-bottom: 2px solid #F1F1F1;
  color: #95040B;
  font-size: 1.5rem;
}

.testimonials-wrapper .testimonials-row {
  margin-top: 20px;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial {
  -webkit-box-shadow: 10px 10px 5px #888888;
          box-shadow: 10px 10px 5px #888888;
  background-color: #F1F1F1;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial h3 {
  font-family: roboto, sans-serif;
  text-align: center;
  background-color: #F1F1F1;
  line-height: 75px;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial p {
  text-align: center;
  background-color: #F1F1F1;
  height: 200px;
  font-family: roboto, sans-serif;
  color: #9B9B9B;
  padding: 0 10px 0 10px;
  font-size: 13px;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial h5 {
  text-align: center;
  background-color: #E1E1E1;
  line-height: 75px;
  font-family: roboto, sans-serif;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial h5 em {
  color: #95040B;
  font-family: roboto, sans-serif;
}

.testimonials-wrapper .testimonials-row .testimonials-col .testimonial h5 span {
  font-family: roboto, sans-serif;
  font-size: 12px;
}

/** Contact Bar **/
.contact-us-wrapper {
  margin-top: 50px;
}

.contact-us-wrapper .contact-us-row .contact-us-col {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/mant_street_dinning.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay {
  background-color: rgba(149, 4, 11, 0.5);
  width: 100%;
  padding-bottom: 10px;
}

.contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay h4 {
  color: white;
  font-family: roboto, sans-serif;
  padding-top: 10px;
}

.contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay .btn {
  border-color: white;
  border-radius: 20px;
  border-width: 2px;
  background-color: #95040B;
  color: white;
  font-family: roboto, sans-serif;
}

.contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay .btn:hover {
  border-color: #95040B;
  background-color: white;
  color: #95040B;
}

/** Footer **/
.footer-row {
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 4px solid #95040B;
  background-color: #332F31;
  min-height: 300px;
}

.footer-row .footer-col {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col p {
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: roboto, sans-serif;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col a i {
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col a:hover {
  text-decoration: none;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col a:hover p {
  color: #95040B;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col p.heading {
  color: white;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 2px solid white;
  font-family: roboto, sans-serif;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col .slinks {
  background-image: url(../images/social-media-sprites.png);
  margin-right: 0px;
  width: 56px;
  height: 56px;
  overflow: hidden;
  display: inline-block;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col #facebook {
  background-position: -1px -2px;
  margin-right: 5px;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col #facebook:hover {
  background-position: 59px -2px;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col #instagram {
  background-position: -2px 58px;
}

.footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col #instagram:hover {
  background-position: 58px 58px;
}

/* Lower footer */
#lower-footer {
  padding-top: 10px;
}

#lower-footer #owner p {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 24px;
  font-family: roboto, sans-serif;
}

#lower-footer #studio {
  text-align: right;
}

#lower-footer #studio p {
  font-size: 12px;
  color: #9B9B9B;
  line-height: 24px;
  font-family: roboto, sans-serif;
}

/** Collections **/
.experience .collections-wrapper {
  margin-bottom: 50px;
}

.residential .collections-wrapper {
  margin-bottom: 50px;
}

.residential .collections-wrapper .latest-work-row-title {
  display: none;
}

.residential .collections-wrapper .collections-row {
  display: none;
}

.contact .collections-wrapper {
  margin-bottom: 50px;
}

.contact .collections-wrapper .latest-work-row-title {
  display: none;
}

.contact .collections-wrapper .collections-row {
  display: none;
}

.collections-wrapper {
  margin-top: 50px;
}

.collections-wrapper .latest-work-row-title .title h1 {
  padding: 20px 0 20px 0;
  font-family: roboto, sans-serif;
  border-bottom: 2px solid #F1F1F1;
  color: #95040B;
  font-size: 1.5rem;
}

.collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-inner-wrapper {
  overflow: hidden;
}

.collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-inner-wrapper .collections-item-img {
  text-align: center;
  overflow: hidden;
  height: 300px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 5s;
  transition: all 5s;
}

.collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-text h3 {
  margin-top: 0;
  font-family: roboto, sans-serif;
  text-align: center;
  color: #9B9B9B;
  padding-top: 10px;
}

.collections-wrapper .collections-row .collections-col .collections-item-wrapper:hover h3 {
  color: #D48E9E;
  text-decoration: none;
}

.collections-wrapper .collections-row .collections-col .collections-item-wrapper:hover .collections-item-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/** about **/
.experience .about-wrapper {
  margin-top: -50px;
}

.experience .about-wrapper .about-row .about-col-text {
  padding: 30px 20px 0 20px;
}

.experience .about-wrapper .about-row .about-col-text h4 {
  color: #95040B;
  font-family: roboto, sans-serif;
}

.about-wrapper {
  margin-top: 50px;
}

.about-wrapper .about-row-title .title h1 {
  padding: 20px 0 20px 0;
  font-family: roboto, sans-serif;
  border-bottom: 2px solid #F1F1F1;
  color: #95040B;
  font-size: 1.5rem;
}

.about-wrapper .about-row .about-col-img {
  padding: 0;
}

.about-wrapper .about-row .about-col-img figure {
  margin: 0;
}

.about-wrapper .about-row .about-col-img figure img {
  text-align: center;
  overflow: hidden;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.about-wrapper .about-row .about-col-text article p {
  padding-top: 40px;
  color: #9B9B9B;
}

/** Contact **/
.contact-row {
  margin-top: -100px;
}

.contact-row .contact-col .contact-img-row .contact-img-col img {
  margin: 0 auto;
  padding-bottom: 20px;
}

.contact-row .contact-col .contact-text-row .contact-text-col a i {
  color: #95040B;
}

.contact-row .contact-col .contact-text-row .contact-text-col .contactHeading {
  color: #95040B;
  font-family: roboto, sans-serif;
}

.contact-row .contact-col .contact-text-row .contact-text-col p {
  font-family: roboto, sans-serif;
  color: #9B9B9B;
}

.contact-form-title-row {
  margin-top: 50px;
}

.contact-form-title-row .contact-form-title-col h1 {
  color: #95040B;
}

#contactForm fieldset .row .col-md-4 .form-group {
  width: 90%;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #F1F1F1;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control:focus {
  color: #9B9B9B;
  background-color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 4, 11, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(149, 4, 11, 0.25);
}

#contactForm fieldset .row .col-md-4 .form-group .form-control::-webkit-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control:-moz-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control::-moz-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control:-ms-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-4 .form-group .form-control::-ms-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-4 .form-group .g-recaptcha {
  transform: scale(0.76);
  -webkit-transform: scale(0.76);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-top: -3px;
}

#contactForm fieldset .row .col-md-8 {
  width: 95%;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control {
  height: calc(2.25rem + 2px);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-bottom: 2px solid #F1F1F1;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control:focus {
  color: #9B9B9B;
  background-color: #fff;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 4, 11, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(149, 4, 11, 0.25);
}

#contactForm fieldset .row .col-md-8 .form-group .form-control::-webkit-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control:-moz-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control::-moz-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control:-ms-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-8 .form-group .form-control::-ms-input-placeholder {
  color: #9B9B9B;
}

#contactForm fieldset .row .col-md-12 .form-group .btn {
  border-color: #95040B;
  border-radius: 20px;
  border-width: 2px;
  background-color: white;
  color: #95040B;
  font-family: roboto, sans-serif;
  width: 50%;
}

#contactForm fieldset .row .col-md-12 .form-group .btn:hover {
  background-color: #95040B;
  color: white;
}

/** Gallery **/
.gallery-row-title {
  margin-top: -100px;
}

.gallery-row-title .title h1 {
  padding: 20px 0 20px 0;
  font-family: roboto, sans-serif;
  border-bottom: 2px solid #F1F1F1;
  color: #95040B;
}

.gallery-row .gallery-col .gallery-img {
  height: 350px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  background-repeat: no-repeat;
}

.gallery-row .gallery-col .gallery-text h3 {
  font-family: roboto, sans-serif;
  color: #9B9B9B;
  text-transform: capitalize;
}

.gallery-row .gallery-col .gallery-text p {
  color: #9B9B9B;
  font-family: roboto, sans-serif;
}

/** Large devices (desktops, less than 1200px) **/
@media (max-width: 1199.98px) {
  .experience .bg, .residential .bg, .contact .bg {
    background-size: contain;
    background-position: center -200px;
  }
  .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link {
    padding: 10px 35px;
  }
  header .navbar .nav-wrapper .navbar-brand {
    width: 25%;
  }
  /** Contact bar **/
  .contact-us-wrapper .contact-us-row {
    margin-right: 0;
    margin-left: 0;
  }
  /** Footer **/
  .footer-row {
    margin-right: 0;
    margin-left: 0;
  }
  /** about **/
  .about-wrapper .about-row .about-col-text article p {
    padding-top: 20px;
    font-size: 14px;
  }
}

/**  Medium devices (tablets, less than 992px) **/
@media (max-width: 991.98px) {
  .bg {
    background-image: url("../images/home_main_image.jpg");
    height: 300px;
    background-position: 0 0;
    background-size: contain;
  }
  .experience .bg, .residential .bg, .contact .bg {
    background-size: contain;
    background-position: 0 0;
  }
  .gallery-row .gallery-col .gallery-img {
    height: 150px;
  }
  .about-col-img {
    margin-bottom: 20px;
  }
  .navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
  .navigation header .navbar .nav-wrapper .navbar-collapse {
    margin-top: 45px;
  }
  .navigation header .navbar .nav-wrapper .navbar-brand {
    height: 100px;
  }
  /** Footer **/
  .footer-row .footer-col .footer-ol .inner-wrapper .inner-row .inner-col p {
    font-size: 10px;
    line-height: 20px;
  }
  /* Lower footer */
  #lower-footer #owner p {
    font-size: 8px;
  }
  #lower-footer #studio {
    text-align: right;
  }
  #lower-footer #studio p {
    font-size: 8px;
  }
}

/**  Small devices (landscape phones, less than 820px) **/
@media (max-width: 820px) {
  /** header navigation **/
  .navigation header .navbar .nav-wrapper .navbar-brand {
    background-size: 100%;
    height: 65px;
  }
  .navigation header .navbar .nav-wrapper .navbar-collapse {
    border-top: 1px solid #95040B;
    margin-top: 65px;
  }
  .navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link {
    padding: 10px 5px;
    font-size: 20px;
  }
  .navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link:hover {
    color: #95040B;
  }
  .navigation header .navbar .nav-wrapper .navbar-nav .active .nav-link {
    font-weight: normal;
    color: #95040B;
  }
  .navigation header .navbar .nav-wrapper .navbar-text i {
    color: #95040B;
    font-size: 12px;
  }
  .navigation header .inbody {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .navigation header .inbody .nav-wrapper .navbar-brand {
    background-size: 100%;
    height: 65px;
  }
  .navigation header .inbody .nav-wrapper .navbar-nav {
    margin-top: 0;
  }
  .navigation header .inbody .nav-wrapper .navbar-collapse {
    margin-top: 0;
  }
  /** Testimonials **/
  .testimonials-wrapper .testimonials-row .testimonials-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .testimonials-wrapper .testimonials-row .testimonials-col .testimonial {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .testimonials-wrapper .testimonials-row .testimonials-col .testimonial p {
    height: 100px;
  }
  .testimonials-wrapper .testimonials-row .testimonials-col .testimonial h5 {
    line-height: 40px;
  }
  /** Collections **/
  .collections-wrapper {
    margin-top: 20px;
  }
  .collections-wrapper .latest-work-row-title .title h1 {
    padding: 20px 0 20px 0;
    font-family: roboto, sans-serif;
    border-bottom: 2px solid #F1F1F1;
  }
  .collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-inner-wrapper .collections-item-img {
    height: 150px;
  }
  .collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-text h3 {
    font-size: 18px;
  }
  /** about **/
  .about-wrapper .about-row .about-col-text article p {
    font-size: 12px;
  }
  /** Our Work **/
  .latest-work-wrapper .latest-work-row .latest-work-col .latest-work-inner-row .latest-work-half-col {
    height: 125px;
  }
  .latest-work-wrapper .latest-work-row .latest-work-full-col {
    height: 265px;
  }
  /** Contact bar **/
  .contact-us-wrapper .contact-us-row {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay h4 {
    font-size: 1rem;
    padding: 10px;
  }
  /** gallery page **/
  .gallery {
    margin-top: 50px;
  }
}

/**  Small devices (landscape phones, less than 768px) **/
@media (max-width: 768px) {
  /** header navigation **/
  .navigation header .navbar .nav-wrapper .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
}

/**  Extra small devices (portrait phones, less than 576px) **/
@media (max-width: 575.98px) {
  .bg {
    height: 250px;
    margin-top: 60px;
    background-position: 0 60px;
  }
  .experience .bg, .residential .bg, .contact .bg {
    margin-top: 60px;
  }
  .experience .about-wrapper, .residential .about-wrapper, .contact .about-wrapper {
    margin-top: 0;
  }
  #scroll-down, #icon-menu-cont {
    display: none;
  }
  .gallery-row-title {
    margin-top: 0;
  }
  .contact {
    margin-top: 61px;
  }
  .contact-row {
    margin-top: 50px;
  }
  .parralax {
    display: none;
  }
  /** navigation **/
  .home-page .navigation {
    height: 0;
  }
  .navigation {
    height: 0;
  }
  .navigation header .navbar .nav-wrapper {
    border: none;
  }
  .navigation header .navbar .nav-wrapper .navbar-brand {
    margin-left: 0;
    width: 50%;
    background-size: 60%;
    height: 50px;
  }
  .navigation header .navbar .nav-wrapper .navbar-collapse {
    border-top: 1px solid #D48E9E;
    margin-top: 65px;
  }
  .navigation header .navbar .nav-wrapper .navbar-toggler {
    margin: 0 20px 0 0;
  }
  .navigation header .inbody {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .navigation header .inbody .nav-wrapper .navbar-brand {
    background-size: 50%;
    height: 50px;
  }
  .navigation header .inbody .nav-wrapper .navbar-toggler {
    margin: 0 20px 0 0;
  }
  /** collections **/
  .collections-wrapper {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .collections-wrapper .latest-work-row-title .title h1 {
    text-align: center;
  }
  .collections-wrapper .collections-row .collections-col {
    padding: 0;
    margin-bottom: 20px;
  }
  .collections-wrapper .collections-row .collections-col .collections-item-wrapper .collections-item-inner-wrapper .collections-item-img {
    height: 300px;
  }
  /** Our Work **/
  .latest-work-wrapper {
    margin-left: -15px;
  }
  .latest-work-wrapper .latest-work-row-title .title h1 {
    text-align: center;
  }
  .latest-work-wrapper .latest-work-row .latest-work-col .latest-work-inner-row .latest-work-half-col {
    border: 0;
    height: 250px;
  }
  .latest-work-wrapper .latest-work-row .latest-work-full-col {
    border: 0;
    height: 515px;
  }
  /** testimonials **/
  .testimonials-wrapper .testimonials-row-title .title h1 {
    text-align: center;
  }
  .testimonials-wrapper .testimonials-row .testimonials-col {
    padding-right: 0;
    padding-left: 0;
  }
  .testimonials-wrapper .testimonials-row .testimonials-col .testimonial {
    margin-bottom: 30px;
  }
  /** Contact bar **/
  .contact-us-wrapper .contact-us-row {
    margin-right: 0;
    margin-left: 0;
  }
  .contact-us-wrapper .contact-us-row .contact-us-col .contact-us-overlay h4 {
    font-size: 1rem;
    padding: 10px;
  }
  /** About **/
  .about-wrapper {
    margin-top: 0;
  }
  .about-wrapper .about-row-title .title h1 {
    text-align: center;
  }
  .about-wrapper .about-row .about-col-img {
    padding-right: 0;
    padding-left: 0;
  }
  .about-wrapper .about-row .about-col-text article p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .about-row-title .title h1 {
    text-align: center;
  }
  /** Gallery **/
  .gallery-row-title .title h1 {
    text-align: center;
  }
  .gallery-text {
    text-align: center;
  }
  /** contact form **/
  .contact-form-title-row {
    margin-right: 0;
  }
  .contact-form-title-row .contact-form-title-col h1 {
    text-align: center;
  }
  #contactForm {
    text-align: center;
  }
  .contact-row {
    margin-right: 0;
  }
  /** gallery page **/
  .gallery {
    background: url(../images/mobile-gallery-header.jpg);
    background-size: cover;
    height: 200px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 81px;
  }
  /** Footer **/
  .footer-row {
    margin-right: 0;
    margin-left: 0;
  }
  /** Lower Footer**/
  #lower-footer #owner p, #lower-footer #studio p {
    text-align: center;
  }
}

/**  Extra small devices (portrait phones, less than 380px) **/
@media (max-width: 379.99px) {
  .navigation header .navbar .nav-wrapper .navbar-brand {
    width: 55%;
  }
  .contact, .shop, .gallery, .policies {
    height: 150px;
  }
}
/*# sourceMappingURL=style.css.map */