
#footer {
  margin-top: auto;
  padding-top: 10px;
  height: 60px;
  width: 100%;
  background-color: rgba(8, 40, 84, 1);
}



.footer_text {
  font-size: 80%;
  color: white;
  text-align: center;
  border: 0px solid white;
}


#footer_line {
  margin: 0 auto;
  border: 0.5px solid white;
  width: 90%;

}



@media only screen and (min-width: 375px) {


}

@media only screen and (min-width: 414px) {


}

@media only screen and (min-width: 768px) {


.footer_text {
  padding-left: 5.5%;
  text-align: left;

}

}


@media only screen and (min-width: 990px) {


}

@media only screen and (min-width: 1024px) {


}

@media only screen and (min-width: 1240px) {

}
