/*!
 * 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)
 */
/*  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url("../img/bg-callout.jpg");
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */

   @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
  
  @import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,600,700,800');

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

body {
  background-color:#4e3a2e;
  font-family: "Raleway", sans-serif;
}


.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.content-section-1{
  padding-top: 5rem;
  padding-bottom: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-family: "Raleway", sans-serif;

}
h3{
  font-family: 'Fira Sans', sans-serif;
  font-weight:500;
}

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


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

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

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

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

.masthead {
 position: relative;
  height:100vh;
  background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url('../img/stmcover.PNG');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 2.5rem;

}
.accent{
  font-size:1.3rem;
  display:block;
}

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



/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  background: #271c13;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus, .menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}
.bg-hunter{
  background-color:#223521;
}
.callout {
  padding: 15rem 0;
  background-color:#223521;
}

.callout h2 {
  font-size: 3.5rem;
  display: block;
  max-width: 30rem;
}
.me{
  margin-top:7rem;
}

footer.footer {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.form-group{
  margin-bottom:1.3rem;
}

.form-control{
  background-color:transparent;
  border-radius:0;
  border:.10em solid #fff;
  color:white !important;
  font-size:1.1rem;
}

.form-control:focus{
  background-color:#223521;
  border:.15rem solid #fff;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color:#b2b5b8 !important;
}

input.btn{
  cursor:pointer
}

p,
.lead{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;

}


p{
  font-size:1.2rem;
  line-height: 2rem;

}

.lead{
  line-height:2.2rem;
}

a {
  color: inherit;
}

a:hover, a:focus, a:active {
  color:inherit;
}

.btn {
  background-color: transparent !important;
  border:.10em solid #fff;
  color: #fff !important;
  -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: 400; 
}

.btn:hover, .btn:focus, .btn:active {
  background-color: transparent !important;
  border:.10em solid #254086;
  }

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

.bg-primary {
  background-color: #1e305a !important;
}
.bg-dark-brown {
  background-color:#271c13 !important;
}

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

}
h3.text-secondary{
  font-size:1.2rem;
}