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

body {
  font-family: 'Lato', sans-serif;
  position: relative;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(109,140,147, 0.8)), url('smbg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.masthead h1, .masthead h3 {
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #e6e6e6;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  letter-spacing: 0.2;
}

.masthead h1 { font-size: 3.4rem; }

.masthead h3 { font-size: 3.2rem; }

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1, h3 {
    font-size: 3.6rem;
    text-align: center;
  }
}

.learnMore {
    bottom: 2.5%;
    display: inline-block;
    font-size: 1.4rem;
    font-family: 'Raleway';
    left: 50%;
    padding: 20px;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    text-decoration: none;
    transition: color 0.2s ease-out;
    transform: translateX(-50%);
}

.scrollUp {
  bottom: 2.5%;
  display: inline-block;
  font-size: 1.2rem;
  font-family: 'Raleway';
  left: 50%;
  padding: 20px;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  text-decoration: none;
  transition: color 0.2s ease-out;
  transform: translateX(-50%);
}

.learnMore a, .scrollUp a, .learnMore a:hover, .scrollUp a:hover {
    color: rgba(207,217,219,0.8);
    text-decoration: none;
    border-bottom: none;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #333;
    border-bottom: 3px solid #3498db;
  }
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #333;
    border-bottom: 3px solid #3498db;
  }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 0;
    font-size: 1.2rem;
    margin-left: 40px;
    letter-spacing: 2px;
    word-spacing: 5px;
    transition: color 0.2s ease-out;
}

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

.equalThree .svg-inline--fa { font-size: 10rem; }

hr.style1 {
  border: 0;
  height: 1px;
  background: #333;
  width: 60%;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

#introH {
  font-size: 1.3rem;
  word-spacing: 4px;
}

#introP {
  font-size: 1.2rem;
  line-height: 1.7;
}

.equalThree  p {
  font-weight: bold;
  font-size: 1.4rem;
}

.bg-light { background-color: #faf8f9 !important; }

.bg-light2 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(58, 89, 96, 0.2)), url('bgiy.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg-light3 { background-color: #c5d1d4 !important; }

.bg-light4 { background-color: #252a30 !important; }

.portfolio-item { margin-bottom: 30px; }

.card { background-color: #1d1d1d !important; }

.card a { color: #eee !important; }

#section-aboutMe .text-secondary, #section-work .text-secondary, #section-contact .text-secondary { color: #000 !important; }

#workP {
  font-size: 1.5rem;
  color: #1d1d1d;
}

.navbar-light .navbar-toggler { border-color: #1d1d1d; }

form .form-control { border: 1px solid #1d1d1d; }

.footerText {
  font-family: 'Raleway', 'Lato', sans-serif;
  font-size: 1.5rem;
  color: #eee;
}

footer.footer {
  padding-top: 2rem;
  padding-bottom: 7rem;
  position: relative;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  font-size: 1.2rem;
  background-color: #1D809F;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #155d74;
  text-decoration: none;
}
