* {
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}
.newsletter-headline {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #28B6F6;
  margin-bottom: 80px;
  margin-top: 15px;
}


.newsletter-subtitle {
  text-align: center;
  font-size: 20px;
  color: rgb(37, 34, 34);
}

.ch-newsletter {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.newsletter-image {
  width: 250px;
  align-items: center;
  align-self: center;

}
.ch-newsletter form {
  margin-top: 30px;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  margin-bottom: 20px;
}

@media screen and (max-width : 480px) {
 .center{
  width: 200px;
 }

 .form-css{
  width: auto;
  margin-left: 30px;
  margin-right: 30px;
 }

 .modal-content{
  width: 100px;
 }
}

.newsletter-input {
  flex: 1;
  border:0;
  border-color: rgb(219, 219, 219);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  padding: .5625em 1.5em;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 400px;
}

.newsletter-input:hover {
  outline: 1;
}

.newsletter-input:focus, .newsletter-input:active {
  border: 0;
  outline: 1;
  outline-color: rgb(170, 170, 170);
}
.newsletter-submit {
  border: 0;
  border: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  padding: .5625em 1.5em;
}
.newsletter-submit2 {
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border: 0;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6875;
  padding: .5625em 1.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  border-radius: 4px;
  transition: all 0.2s ease;
  background:    #3fcde6;

  margin-bottom: 10px;
}

.newsletter-submit2:hover {
  background: #4db0b0;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}