﻿footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    /* background-color: rgb(60, 160, 223); */
    background-color: #2196f3;
  }
  footer.footer-2{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #555;
  }

  /* .text-copyright{
    text-align: center;
  } */

  #footer {
    color: #fff;
}

#text-copyright{
    font-size: 0.8em;
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 90%;
}

#footer ul li {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0px;
    font-weight: 100;
   
}
#footer ul li a{
   color: #fff;
   text-decoration: none;
   
}

#footer ul li a:hover{
    color: #f50000;
    font-weight: 600;
    text-decoration: none;
    
 }

 #footer ul li a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    
 }
 @media(max-width: 989px) {
    .text-mobile>h3{
        font-size: 1.2em;
    }
    #footer ul li {
       
        font-size: 1.2em;
    }
    #footer ul {
        font-size: 0.9em !important;
    }

 }

 @media(max-width: 768px) {
    .text-mobile>h3{
        font-size: 1.2em;
    }
    #footer ul li {
       
        font-size: 1.2em;
    }
    #footer ul {
        font-size: 0.9em !important;
    }

 }
 @media(max-width: 565px) {
    .text-mobile>h3{
        font-size: 1.1em;
    }
    #footer ul li {
       
        font-size: 1.1em;
    }
    #footer ul {
        font-size: 0.8em !important;
    }

    
 }