footer{
  /* color: #001733; */
  color: white;
}

footer a{
  color: #bfffff;
}

footer a:hover{
  color: white;
}

.footer-contents{
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
}

.footer-pad hr{
    display: none;
}

.footer-pad ul li{
    padding-top: 6px;
}

.footer-pad ul li a{
    font-size: 0.9em;
    color: white;
    font-family: 'Quicksand', sans-serif;
}

.footer-middle{
   background: #002A5C;
   /*background: #b1040e;*/
   padding-top: 2em;
   color: white;
}


#smalldevicevulogo {
    display: none;
}

.social-media{
    /*background: #001733;*/
    /*background: #001733;*/
    /*background: #b1040e;*/
    padding: 1em;
    display: block;
    text-align: center;
}

.social-media .social-icons ul#horizontal-list{
    list-style: none;
    align-items: center;
    padding-top: 5px;
    padding-left: 0px;
}
.social-media .social-icons ul#horizontal-list li{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 3%;
    /*height: 40%;*/
}

.social-media .social-icons ul#horizontal-list li i{
    color: white;
    font-size: 35px;
}

.copyright{
    /*background: #001733;*/
    background: #b1040e;
    /* display: flex; */
    /* justify-content: space-between; */
    text-align: center;
    color: white;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10%;
    padding-right: 10%;
}


/* Extra small devices (phones, 600px and down) */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
    #smalldevicevulogo {
        display: block;
    }

    #largedevicevulogo {
        display: none;
    }

    .footer-pad hr{
       display: block;
       margin-top: 0.5em;
       margin-bottom: 0.5em;
       margin-left: auto;
       margin-right: auto;
       width: 100%;
       border-style: inset;
       border-width: 1px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #smalldevicevulogo {
        display: none;
    }

    #largedevicevulogo {
        display: block;
    }

    .footer-pad hr{
       display: none;
    }

    .footer-contents{
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #smalldevicevulogo {
        display: none;
    }

    #largedevicevulogo {
        display: block;
    }

    .footer-pad hr{
       display: none;
    }

    .footer-contents{
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: 20px;
    }

}
