ul.announcement {

    list-style:none;
    margin:0;
    padding-right: 0%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    text-align:center;
      background-color: rgba(187, 247, 255, 0.705);
      font-family: Garamond, serif;
    }
    
    li {
    
    }
    
    li a {
      color: rgb(192, 236, 247);
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      font-family: Garamond, serif;
      font-size: 30px;
    }
    
    li a:hover {
      background-color: rgb(224, 170, 170);
    }
  
  
  
  ul.menu {
    list-style:none;
    margin:0;
    padding-right: 2%;
    text-align:center;
    background-color: rgb(233, 187, 187);
    font-size: 30px;
      
  }
  
  li {
    display:inline-block;
  }
  
  li a {
    display:inline-block;
    padding:0;
      color: white;
      text-align: center;
  }
  
  li a:hover {
      background-color:
  }
  
  /* dropdown menu */

  .dropbtn {
    background-color: rgb(233, 187, 187);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #rgb(233, 187, 187);
  }




body {
    font-family: Arial, Helvetica, sans-serif
}

/* top background pic with words*/
.container {
    position: relative;
    width: 100%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
  .container img {
    width: 100%;
    height: auto;
    text-align: left;
  }
  
  .container .text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(247, 203, 203, 0);
    font-size: 30px;
    padding: 12px 24px;
    border: none;
    text-align: left;
    outline:none;
  }
  
/*definition*/
.definition {
    font-size: 40px;
    position: relative;
    display: inline-block;
    background-color: white;
    height: auto;
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
}

.information {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
    font-size: 30px;
}


.references {

    font-size: 45px;
    position: relative;
    display: block;
    background-color: white;
    height: auto;
    text-align: center;

}

.products {

    font-size: 45px;
    position: relative;
    display: block;
    background-color: white;
    height: auto;
    text-align: center;

}

img {
    align-content: center;
    width: 100%;
    
}


/* bottom background pic with words*/
.container2 {
    position: relative;
    width: 100%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  }
  
  .container2 img {
    width: 100%;
    height: auto;
  }
  
  .container2 .text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: rgba(247, 203, 203, 0);
    font-size: 30px;
    padding: 12px 24px;
    border: none;
    outline:none;
    text-align: center;
  }






  /****************************SIGN UP BUTTON******************* */

body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

/* Add a background color when the inputs get focus */
input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for all buttons */
button {
  background-color: #ffa2a2;
  color: white;
  padding: 25px 80px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 40px;
}

button:hover {
  opacity:1;
}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 25px 80px;
  background-color: #ebc2bf;

}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}

/* Add padding to container elements */
.container3 {
  padding: 16px;
  font-size: 30px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #e7c7b5;
  padding-top: 50px;
  font-size: 30px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  font-size: 30px;
}
 
/* The Close Button (x) */
.close {
  position: absolute;
  right: 35px;
  top: 15px;
  font-size: 40px;
  font-weight: bold;
  color: #f1f1f1;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
  font-size: 30px;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
