body {
  font-family: 'Poppins', sans-serif !important;
}

/*  888888888888888888888  */
/*  88888888 NAV 88888888 */
/*  88888888888888888888  */

nav {
  /* background: #fff; */
  height: 62px;
  /* line-height: 80px; */
  /* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */
  position: fixed;
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  z-index: 9998;
  transition: all 0.5s;
}

nav.scrollUp {
  transform: translateY(-72px);
}

nav.whiteBackground {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

nav a {
  color: white !important;
  font-weight: 300 !important;
  font-size: 12px !important;
}

nav .nav-wrapper>ul>li>a:focus:before, nav .nav-wrapper>ul>li>a:hover:before {
  border-bottom-color: white !important;
}

nav .nav-wrapper>ul>li.active>a:before {
  border-bottom-color: white !important;
}

.page-description {
  margin-bottom: 2rem;
}

.main-text {
  color: white;
  text-align: center;
  /* line-height: 4em; */
  letter-spacing: 7px;
  font-size: 6em;
  margin: 2.5em 0 5rem 0;
}

.large-text{
  font-size: 1.4em;
  font-weight: 500;
  color:black;
  line-height: 1.7;
  letter-spacing: 0.001em;
}

.small-text {
  letter-spacing: 1px;
  line-height: 2.1em;
  font-weight: normal;
  text-align: justify;
  font-size: 15px;
}

.grey-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.grey-image:hover {
  filter: none;
  transition: all 1s;
}

.page-footer p {
  font-weight: 300;
  margin: 0;
}

/* Desktop only */
@media (min-width: 993px) {
  .small-text {
    margin-left: 2rem;
    margin-right:2rem;
  }
  /* nav .nav-wrapper {
    padding: 0 1rem !important;
  } */
  .page-description {
    margin-bottom: 2rem;
  }
}

/* Tablet or smaller */
@media (max-width: 850px) {
 .main-text {
    color: white;
    text-align: center;
    /* line-height: 4em; */
    letter-spacing: 4px;
    font-size: 2.3em;
    margin: 9em 0 4rem 0;
  }
}


.my_button1{
    background-color: #0d70b5 !important;
    border: 2px solid #0d70b5 !important;
    color: white !important;
    line-height: 2em !important;
    padding: 12px 15px !important;
    text-transform: uppercase !important;
    border-radius: 24px !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    margin: 0.5rem;
}

.my_button2{
    background: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid ghostwhite !important;
    color: white !important;
    line-height: 2em !important;
    padding: 12px 15px !important;
    text-transform: uppercase !important;
    border-radius: 24px !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    margin: 0.5rem;
}

.my_button3{

    border: 2px solid #0d70b5 !important;
    color: #0d70b5 !important;
    line-height: 2em !important;
    padding: 12px 15px !important;
    text-transform: uppercase !important;
    border-radius: 24px !important;
    letter-spacing: 1px !important;
    font-size: 16px !important;
    margin: 0.5rem;
    font-weight: 500;
}

.anchorHover{
    font-size:1rem;
}


.anchorHover:hover{
  color:indigo !important;
}

.logosize{
    height:2rem;
    width:3rem;
}

.title {
    margin-top: 2.5rem;
    line-height: 1.5em;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 3.4em;
    color: white;
    margin-bottom: 2rem;
}

.points {
  color: white;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 0;
}

.first-section {
  margin-top: 12rem;
}

.pointAlign{
    margin-left: 20px;
}

@media (max-width: 993px) {
    .first-section {
      margin-top: 6rem;
    }
    .title {
        margin-top: 2.5rem;
        line-height: 1.5em;
        letter-spacing: 2px;
        font-weight: 500;
        font-size: 2.5em;
        color: white;
        margin-bottom:5px;
    }
    .pointAlign{
         margin-left: 0px;
    }
}

.overlay {

      background-image:
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ) !important

}

.dropdownzzz {
    position: relative;
    display: inline-block;
}

.dropdown-contentzzz {
    display: none;
    position: absolute;
    background-color: #fffcfc;
    min-width: 250px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdownzzz:hover .dropdown-contentzzz {
    display: block;
}

.my_buttoncontact{
  background-color:white !important;
  border: 2px solid #0d70b5 !important;
  color: black !important;
  line-height: 2em !important;
  padding: 12px 15px !important;
  text-transform: uppercase !important;
  border-radius: 24px !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  margin: 0.5rem;
}


@media (max-width: 500px) {
  .uppercase_res {
    font-size: 1.6rem !important;
    margin-top: 50px !important;
  }
}

@media (max-width: 500px) {
  .uppercase_main_res {
    font-size: 2.5rem !important;
    margin-top: 50px !important;
  }
}