@charset "utf-8";
/* CSS Document */
/*--------------------------------------------------------------
# Hero Image
--------------------------------------------------------------*/
 header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: left;
    color: #fff;
    background-image: url(../assets/img/header-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
header.masthead .masthead-subheading {
	font-family: 'Racing Sans One', sans-serif;
    font-size: 3.5rem;
    line-height: 7rem;
    margin-bottom: -0.5rem;
}
header.masthead .masthead-heading {
	font-family: 'Racing Sans One', sans-serif;
    font-size: 4.5rem;
	font-style: italic;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
}
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    width: 80%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
    text-align: left;
    color: #c62438;
    background-image: url(https://i.imgur.com/40Un2Wz.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn-primary {
  color: #fff;
  background-color: #c62438;
  border-color: #c62438;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c62438;
  border-color: #c62438;
}
.btn-primary:active {
  color: #fff;
  background-color: #c62438;
  border-color: #c62438;
}
.btn-xl {
  font-family: 'Rubik', sans-serif;
  border-color: none;
}
.btn-xl:active {
  background-color: #c62438;
  border-color: none;
}
selection {
  background: #c62438;
  text-shadow: none;
}
.btn-primary:focus, .btn-primary.focus {
  color: #c62438;
  background-color: #c62438;
  border-color: none;
}
/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #c62438;
  text-align: left;
  background-color: #79eddd;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: 'Racing Sans One', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #c62438;
}
.bg-light {
  background-color: #79eddd !important;
}
.text-muted {
  color: #025146 !important;
	font-weight: 1000;
}
.page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 1000;
    font-style: italic;
    font-family: "Rubik", sans-serif;
    margin-bottom: 4rem;
}
.text-primary {
  color: #E3B01C !important;
}
.page-section h2.section-heading {
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# NavBar
--------------------------------------------------------------*/
#mainNav {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  background-color: #c6495d;
}
#mainNav.navbar-shrink {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #c6495d;
}
/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
body, td, th {
  font-family: "Rubik", sans-serif;
}
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #c3798a;
}
a:active {
  text-decoration: none;
  color: #E3B01C;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Racing Sans One", sans-serif;
}
.page-section {
  padding: 4rem 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.page-section {
    background-color: #fefaeb;
    padding: 6rem 0;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 1rem;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #79eddd;
  border-bottom: 3px solid #79eddd;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
section {
    padding: 2rem 0;
}
/*--------------------------------------------------------------
# Button 2
--------------------------------------------------------------*/
.btn-dark {
  color: #FFFFFF;
  background-color: #E3B01C;
  border-color: #E3B01C;
}
.fa-inverse {
    color: #c62438;
}
/*--------------------------------------------------------------
# About Me
--------------------------------------------------------------*/
.page-section {
    background-color: #79eddd;
    padding: 6rem 0;
}
/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/
section#contact {
  background-color: #c6495d;
  background-image: url(https://i.imgur.com/2uzHZlQ.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  text-align: center;
  font-size: 1.05rem;
  font-family: "Rubik", sans-serif;
font-weight: 700;
}
a {
  color: #c6495d;
  text-decoration: none;
  background-color: transparent;
font-weight: 700;
}