h1 {
  font-size: 50px;
  font-weight: bold;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}
body {
  font-family: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
}

/* .navbar{
    border-bottom: #990099 solid  5px;
}  */

.navbar-brand {
  /* color: #990099 !important; */
  font-size: 24px;
}
.nav-link {
  text-transform: uppercase;
}
/* .nav-link:hover{
   color: #990099 !important;
} */

#header {
  background: url("jessy-smith-zFOm6KzA-7g-unsplash.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
}
h1 {
  margin-top: 20px;
}
/* #header .overlay{
    background-color: rgba(26, 0, 26, .4);
    height: 100vh;
} */
.btn-outline-secondary {
  cursor: pointer;
}
.btn-outline-secondary:hover {
  background-color: #990099;
}
i {
  color: #990099;
  cursor: pointer;
}
h3:hover {
  color: #990099;
  cursor: pointer;
}
#work {
  background: url(modal.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
#history {
  background-color: #f0f0f5;
}
.historyArea {
  background-color: white;
  height: 450px;
  margin-right: -10%;
  padding: 30px;
}
.historyImage {
  margin-top: 90px;
  margin-left: -10px;
  z-index: 50;
  position: relative;
}
#gallery .col-md-3 {
  padding-left: 0;
  padding-right: 0;
}

.imageContainer {
  position: relative;
  cursor: pointer;
}
.imgOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(26, 0, 26);
  opacity: 0;
}
.imageContainer:hover .imgOverlay {
  opacity: 0.5;
}
.imgText {
  position: absolute;
  color: white;
}
#footer {
  background: #111;
  width: 100%;
}
#footer .container {
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social {
  margin: 20px 0;
}
.social a {
  color: white;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
}
.content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#footer .container .content {
  padding: 10px 20px;
  color: white;
}
.second {
  margin-left: 120px;
}
