body, html {
  padding: 0px;
  height: 100%;
  background-color: #ecedef;
}

#email-header-response {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#email-close-button {
  padding: 11px 18px;
}

.modal-footer {
  padding: 10px! important;
}

.carousel-arrow {
  position: relative;
  width: 100px;
}

#carouselInfo p {
  font-size: 23px;
}

.hr-left {
  margin-left: 0px;
}
.section-hr {
  margin-top: -5px;
  max-width: 210px;
}

h1 {
  color: white;
  font-size: 70px;
  letter-spacing: 9px;
  line-height: 0.9;
  text-transform: uppercase;
  font-family: inherit;
}

h2 {
  color: white;
  font-size: 50px;
}

.menu-shadow-text {
  text-shadow: 1px 1px 7px rgba(0,0,0,0.75);
}

.shadow-text {
  text-shadow: 4px 1px 11px rgba(0,0,0,0.75);
}

.circle {
  font-size: 45px;
    border-radius: 100%;
    line-height: 271px;
    height: 271px;
    background-color: red;
}

#welcome-image {
  min-height: 623px;
}

#welcome-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 623px;
  -webkit-filter: brightness(0.63);
  filter: brightness(0.63);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/92699431_m.jpg);
}

#welcome-image > div {
  padding: 50px;
}

.intro-layer {
  color: white;
}

#welcome-image > .container-fluid:nth-child(1) > .row:nth-child(1) {
  margin-top: 150px;
}

#welcome-image > .container-fluid > .row:nth-child(3) {
  margin-top: 350px;
}

#welcome-image h3{
  color: #e2001a;
  text-shadow: 1px 1px 3px rgba(164,2,23,0.9);
}

#welcome-image p{
  text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

#welcome-footer {
  margin-top: 250px;
  color: white;
}

section {
  padding-top: 25px;
  padding-bottom: 25px;
}

.vertical-center {
  min-height: 100%;
  display: flex;
  align-items: center;
}

.theme-color {
  color: #e2001a! important;
  font-size: 15px
}

.box {
  padding: 30px;
  background-color: #292a2e;
}

.info-box i {
  font-size: 85px;
}

footer {
  background-color: gray
}

#contact-form .form-group  {
  margin-bottom: 0rem;
}

#contact-form h2 {
  color: black;
}

#send-email {
  margin-top: 20px;
  line-height: 10px;
}

#form-message {
  min-height: 220px;
}

#menu-icon {
  position: fixed;
  color: white;
  padding: 24px;
  z-index: 999;
  cursor: pointer;
}

#menu-sidebar {
  color: white;
  background-color: rgba(0,0,0,1);
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0px;
  z-index: 998;
  padding: 65px;
  font-size: 25px
}

#menu-sidebar p {
  cursor: pointer;
}

#menu-sidebar h3 {
  color: #e2001a;
}

#menu-subtitle {
  margin-top: 55px
}

#menu-subtitle p {
  transition-delay: 0.6s;
  font-size: 35px;
  width: auto;
  white-space: nowrap
}

#menu-footer {
  margin-top: 35px;
  color: #e2001a;
}

.fw-iconbox p {
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  #reason-img {
    margin-top: 20%
  }
  
  .post .item-media {
    min-height: 196px
  }
  .post  {
    max-height: 303px! important;
  }
  
  #reasons > .container-fluid {
    padding-left: 32px;
    padding-right: 54px;
  }
  h1 {
    font-size: 35px;
  }
  
  h2 {
    font-size: 33px;
  }
  
  h3 {
    font-size: 23px;
  }
  
  #welcome-image > .container-fluid:nth-child(1) > .row:nth-child(1) {
    margin-top: 47px;
  }
  
  #welcome-image > .container-fluid:nth-child(2) {
    margin-top: -95px;
  }
}

@media only screen and (min-width: 992px) {
  #reason-img {
    margin-top: 52%
  }
}

@media only screen and (min-width: 1199px) {
  #reason-img {
    margin-top: 0%
  }
  
  #welcome-image > .container-fluid:nth-child(2) {
    margin-top: 170px;
  }
  #welcome-image {
    min-height: 969px;
  }
  #welcome-image::before {
    min-height: 969px;
  }
}

@media only screen and (max-width: 1199px) {
  .post  {
    max-height: 374px;
  }
  
  .post .highlight {
    margin-top: -25px;
  }   
}

@media only screen and (max-width: 769px) {
  #menu-sidebar p {
    line-height: 44px
  } 
}

@media only screen and (max-width: 575px) {
  .post {
    max-height: 459px! important;
  }
  
  .post .item-content {
    margin-top: 25px! important;
  }
  
  #gallery > .container-fluid {
    padding-left: 30px! important;
    padding-right: 30px! important;
  }
  
  footer .float-right {
    margin-right: 84px
  }
  
  h3 {
    font-size: 16px;
  }
  
  h2 {
    font-size: 25px;
  }
  
  #welcome-image p {
    font-size: 15px;
  }
  
  #menu-sidebar {
    padding: 0px;
  }
  
  #phone-section p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 321px) {
  footer .float-right {
    margin-right: 39px;
  } 
  
  #welcome-image h1 {
    font-size: 24px;
    margin-top: -22px;
    text-align: right;
  }
}

@media only screen and (max-width: 379px) {
  h1 {
    letter-spacing: 3px;
  }
}