/*!
 * Start Bootstrap - Stylish Portfolio v5.0.4 (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)
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');


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

body {
  font-family: 'Roboto';
}

.btn {
  padding: 1.25rem 2.5rem;
  font-family: 'Roboto' !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #9c346e;
  color: #fff;
}

.btn:hover {
  background-color: #60bdcc;
}

.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;
}

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

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

.masthead {
  min-height: 50rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-bottom: 5rem;
  background-color: #ff9800;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
  color: #fff;
}

.masthead h3 {
  color: #fff;
    font-weight: 300;
}

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

