*{
  padding: 0px;
  margin: 0px;
}
html{
  max-height: 100vh;
  min-height: 100vh;
}
body{
  font-family: Arial, Helvetica, sans-serif;
}
:root{
  --red:#C00D11;
  --shadow: 2px 2px 4px #969696; 
  --blue: #00658F;
}
input:focus,
button:focus{
  outline: none;
}
.container{
  display: grid;
  grid-template-columns: 1fr 8fr 1fr;
}
.container .content{
  grid-column: 2/3;
}

/* HEADER */
.header{
  background-image: url(../img/header.png);
  height: 10vh;
  background-position: center;
  background-size: contain;
  align-items: center;
  padding: 0 1em;
  color: white;
  box-shadow: var(--shadow);
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
}
.header a{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.header .logo{
  width: 16em;
}
.header .logo img{
  width: 100%;
}
.header .session{
  display: grid;
}
.header .session .name{
    text-align: end;
}
.header .session p{
  font-weight: bold;
}
.header .session .name .p-last{
  font-size: 11px;
}
.header .session a{display: grid;grid-auto-flow: column;align-items: center;grid-column-gap: 10px;}
.header .session a img{
  width: 2.5em;
}

/* FOOTTER */
.footer{
  background-image: url(../img/footer.png);
  background-size: contain;
  height: 3em;
  position: fixed;
  bottom: 0px;
  width: 100%;
  box-shadow: var(--shadow);
  background-position: center;
}

.inputIcon{
  position: relative;
}
.inputIcon input{}
.inputIcon i{
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  color: gray;
}

@media only screen and (max-width: 1300px) and (min-width: 1200px){
  .container{}
  .container .content{}
  
  /* HEADER */
  .header{}
  .header a{}
  .header .logo{
    width: 14em;
}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{}
  .header .session .name .p-last{}
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 1199px) and (min-width: 1100px){
.header .logo{
    width: 14em;
}
}
@media only screen and (max-width: 1099px) and (min-width: 1000px){
.header .logo{
    width: 14em;
}
}
@media only screen and (max-width: 999px) and (min-width: 900px){
.header .logo{
    width: 14em;
}
}
@media only screen and (max-width: 899px) and (min-width: 800px){
.header .logo{
    width: 14em;
}
}
@media only screen and (max-width: 799px) and (min-width: 700px){
  .container{}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 12px;
  }
  .header a{}
  .header .logo{}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{
    font-size: 18px;
}
  .header .session .name .p-last{}
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 699px) and (min-width: 600px){
  .container{}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 10px;
  }
  .header a{}
  .header .logo{}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{
    font-size: 18px;
}
  .header .session .name .p-last{}
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 599px) and (min-width: 500px){
  .container{}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 10px;
  }
  .header a{}
  .header .logo{}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{
    font-size: 17px;
}
  .header .session .name .p-last{}
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 499px) and (min-width: 400px){
  .container{}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 10px;
  }
  .header a{
    font-size: 15px;
  }
  .header .logo{
    width: 12em;
}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{}
  .header .session .name .p-last{}
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 399px) and (min-width: 300px){
  .container{
    grid-template-columns: 1fr 31fr 1fr;
}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 8px;
    padding: 0 10px;
  }
  .header a{
    font-size: 14px;
  }
  .header .logo{
    width: 9em;
}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{
    font-size: 12px;
  }
  .header .session .name .p-last{
    font-size: 8px;
  }
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}
@media only screen and (max-width: 299px){
  .container{
}
  .container .content{}
  
  /* HEADER */
  .header{
    font-size: 6px;
  }
  .header a{
    font-size: 11px;
  }
  .header .logo{
    width: 9em;
}
  .header .logo img{}
  .header .session{}
  .header .session .name{}
  .header .session p{
    font-size: 12px;
  }
  .header .session .name .p-last{
    font-size: 8px;
  }
  .header .session a{}
  .header .session a img{}
  
  /* FOOTTER */
  .footer{}
  
  .inputIcon{}
  .inputIcon input{}
  .inputIcon i{}
}