
body {
  font-family: 'Raleway', 'Arial', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Arial', sans-serif;
}

hr.star-light,
hr.star-dark {
  max-width: 15rem;
  padding: 0;
  text-align: center;
  border: none;
  border-top: solid 0.25rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

hr.star-light:after,
hr.star-dark:after {
  position: relative;
  top: -.8em;
  display: inline-block;
  padding: 0 0.25em;
  content: '\f005';
  font-family: "Font Awesome 5 Free", 'Arial', sans-serif;
  font-weight: 900;
}

hr.star-light {
  border-color: #fff;
}

hr.star-light:after {
  color: #fff;
  background-color: #18BC9C;
}

hr.star-dark {
  border-color: #2C3E50;
}

hr.star-dark:after {
  color: #2C3E50;
  background-color: white;
}

section {
  padding: 6rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

.button {
  color: white;
  padding:12px 20px;
  border: 1.5px solid white;
  background: none;
  width: 200px;
  margin-bottom: 30px;
  margin-top: 10px;
  text-decoration: none;
}

.hide {
  display: none;
}

.button:hover, .button:active, .button:focus {
  border: none;
  background: #18BC9C;
  color: white;
}

#about, #portfolio {
  transition: opacity .5s, margin-top .5s, margin-bottom .5s;
-webkit-transition: opacity .5s, margin-top .5s, margin-bottom .5s;
}

.portfolio-slider {
  color: white !important; 
  background: black;
  padding-left: 12px;
  padding-right: 12px;
}

.white-border-image {
  border: 1.5px solid white;
  border-radius: 7px;
  height: 350px;
}

.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem;
}

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

header {
  background: black;

}

header.masthead {
  padding-top: calc(6rem + 72px);
  padding-bottom: 6rem;
}

header.masthead h1 {
  font-size: 3rem;
  line-height: 3rem;
}

header.masthead h2 {
  font-size: 1.3rem;
  font-family: 'Lato', 'Arial', sans-serif;
}

.intro-text {
  font-size: 50px;
  font-weight: bold;
  flex-basis: auto;
}

#intro1{
  letter-spacing: 1.2rem;
  font-family: 'Quicksand';

}

@media (max-width: 700px) {
  .intro-text {
    font-size: 28px;
  }
}

.highlight {
  color: rgb(151, 26, 26);
}


@media (min-width: 992px) {
  header.masthead {
    padding-top: calc(6rem + 106px);
    padding-bottom: 6rem;
  }
  header.masthead h1 {
    font-size: 4.75em;
    line-height: 4rem;
  }
  header.masthead h2 {
    font-size: 1.75em;
  }
}


#about {
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.main_img{
  width: 40%;
  height: 30%;
  border-radius: 50%;
}

.img-fluid {
  border: 1.5px solid white;
  border-radius: 7px;
}

.socials {
  font-size: 2rem;
  padding-top: 15px;
  background: black;
  color: white;
  display: flex;
  flex: 1 1 auto;
  justify-content: space-around;
}

.socials a {
  text-decoration: none;
}

.portfolio-modal .portfolio-modal-dialog {
  background: black;
  color: white !important;
  padding: 3rem 1rem;
  min-height: calc(100vh - 2rem);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 3rem 1rem rgba(192, 189, 189, 0.5);
  box-shadow: 0 0 3rem 1rem rgba(90, 84, 84, 0.5);
}

.portfolio-modal .portfolio-modal-dialog .close-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.portfolio-modal .portfolio-modal-dialog .close-button i {
  line-height: 38px;
}

.portfolio-modal .portfolio-modal-dialog h2 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  
  .portfolio-modal .portfolio-modal-dialog h2 {
    font-size: 3rem;
  }
}

#contact {
  background: black;

}

input {

}

.floating-label-form-group {
  position: relative;
}

.floating-label-form-group input,
.floating-label-form-group textarea {

  background: black !important;
 
}

.floating-label-form-group label {
  color: white;
}

.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #e9ecef;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #e9ecef;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: black !important;
  color: #fff;
}

.copyright {
  background-color: #1a252f;
}

a {
  color: #18BC9C;
}

a:focus, a:hover, a:active {
  color: #128f76;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  
}
