* {

    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

.containercus{
        background: #fcf8f8;
}
textarea.{
    color:black;
}

a {

    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active {

    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}


.img_logo {
    max-width: 500px;
    
   
}

* {
  box-sizing: border-box;
}

#myInput {
    background-image: url(searchicon.png);
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 60%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 5px solid #0b0000;
    margin-bottom: 12px;
    border-radius: 10px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevent double borders */
  /*background-color: #f6f6f6;*/
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  color: black;
  display: block;
  height: 280px;
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
}


.navul {
    margin-left: 18%;
}

.navul li {
    list-style: none;
    float: left;
    margin-left: 50px;
    font-size: 20px;
    padding: 10px;
    border: 2px solid;
    
}

.navul li a {
    color: black;
}

.navul li:hover{
  background: #05d3dd;
}
.navul li:hover a{
  color: white;
}

.acctive{
background: #05d3dd;
}

.acctive a{
 color: black;  
}

