﻿.center-div {
  margin: 0 auto;
  text-align; center;

}

div.first {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;

}

.w3-ul a{
  text-decoration:none;
  
  }

  .w3-ul a:hover{
  color:#999999;

    }

 .w3-position {
  position: relative;
  padding-top: 45px;
  z-index: -1;

}

.w3-position2 {
  position: relative;
  padding-top: 100px;
  z-index: +1;

}

.w3-position3 {
  position: relative;
    z-index: -2;

}

video {
  width: 100%;
  height: auto;
}

.w3-input1{
  padding:8px;
  display:block;
  border:1px solid #ccc;
  width:160px;

  }


.alert {
     font-family:Poppins;
font-size:16px;
color:#000000;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;

  }
  
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding: 15px;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

 h1.responsive {
    padding-top: 20px;
}

@media screen and (min-width: 601px) {
  h1.responsive {
    font-size: 36px;
    line-height: 48px;
  }
}

@media screen and (max-width: 600px) {
  h1.responsive {
    font-size: 24px;
    line-height: 36px;
  }
}
 }
 
   h2.responsive {
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    w3-text-white;
     w3-center;
}

@media screen and (min-width: 601px) {
  h2.responsive {
    font-size: 32px;
    line-height: 48px;
  }
}

@media screen and (max-width: 600px) {
  h2.responsive {
    font-size: 24px;
    line-height: 32px;
  }
  }
  
 h3.responsive {
    font-family: "Poppins", sans-serif;
padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
    padding-left: 0px;
    text-align: center;
    color: #000000;

}

@media screen and (min-width: 601px) {
  h3.responsive {
     font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  h3.responsive {
     font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 24px;
  }
  }
  
 h4.responsive {
   font-style: bold;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 30px;
    text-align: center;
    background: rgba(61, 125, 88, 1);
     w3-text-white;
     w3-center;
}

@media screen and (min-width: 601px) {
  h4.responsive {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 600px) {
  h4.responsive {
    font-size: 18px;
    line-height: 24px;
  }
  }
  
  
  h5.responsive {
    font-size: 60px;
   font-style: bold;
    text-align: center;
        color: white;
        margin-top: 60px;
        
     }

@media screen and (min-width: 601px) {
  h5.responsive {
    font-size: 60px;
    line-height: 60px;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  h5.responsive {
    font-size: 24px;
    line-height: 32px;
  }
  }

    .font {
    font-size: 15px;
    text-align: left;

  }
  
   .font2 {
    font-size: 18px;
    text-align: left;

  }
