/*!
 * Start Bootstrap - Stylish Portfolio v5.0.6 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Quicksand';
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}
h4


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.pinterest {   
    position: absolute;
    width: 25px;
    height: 25px;
    }

.instagram {
    position: absolute;
    width: 25px;
    height: 25px;
    }
.space {
    height: 10px;
    display: block;
}
.line {
    position: relative;
    width: 285px;
    height: 0px;
    left: calc(50% - 285px/2 - 4.5px);
    border: 0.5px solid #000000;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: #fff;
}
.subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
  .subtitle {
    margin-bottom: 20px;  
    font-size: 1rem;
  }
}
.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

.masthead h2 {
  font-size: 1.5rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h2 {
    font-size: 1.5rem;
  }
}

.masthead h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h3 {
    font-size: 2.5rem;
  }
}
a {
  color: #3d3d3d;
}

a:hover, a:focus, a:active {
  color: #3d3d3d;
}

.btn-primary {
  background-color: #1D809F !important;
  border-color: #1D809F !important;
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #155d74 !important;
  border-color: #155d74 !important;
}

.btn-secondary {
  background-color: #ecb807 !important;
  border-color: #ecb807 !important;
  color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #ba9106 !important;
  border-color: #ba9106 !important;
}

.btn-dark {
  color: #fff !important;
}

.btn {
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #1D809F !important;
}

.text-primary {
  color: #1D809F !important;
}

.text-secondary {
  color: #ecb807 !important;
}
