 body {
    background-image: url("../images/splash-gradient.jpg");
    background-repeat: repeat-x;
    background-color: #1F7CB9;
}
 .splash480 {
    display: none;
    }
.splash720 {
    display: none;
    }
.splash999 {
    display: block;
}
img {
    /*border: 3px solid #fff;*/
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.centered {
    text-align: center;
}

.footer {
    background-color: #dcb380;
    height: 100px;
    margin-bottom: -2px; 
}

.footer ul {
    margin-left: 80px;
}

.list-inline li {
    font-size: 82%;
    padding-left: 1px;
}
.list-inline li a {
    color: #185f8d;
}

.divider-vertical li {
    border-right: 1px solid #185f8d;
}

#last {
    border: none;

}
.copyright {
    font-size: 70%;
    margin-top: 60px;
}
.underline {
    text-decoration: underline;      
}
        
a {
  color: #333;
  text-decoration: none;
}
a:hover,
a:focus {
    color: #fff;
    text-decoration: underline;
}
/* Custom container */

.container-fixed {
    margin: 0 auto;
    max-width: 985px;
    padding-left: 
}
.text-center {
    text-align: center;
}
.splash-menu {
    margin: 20px auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .container-fixed {
        max-width: 910px;
    }
     .splash999 {
        display: none;
   }
    .splash720 {
        display: none;
    }
    .splash920 {
        display: block;
    }
     .copyright {
        font-size: 70%;
        margin-top: 45px;
    }

}
@media only screen and (max-width: 960px) {
    .container-fixed {
        max-width: 713px;
    }
    
    .copyright {
        font-size: 70%;
        margin-top: 40px;
    }
    
}
@media only screen and (max-width: 768px) {
    .container-fixed {
        max-width: 478px;
        padding: 0 2px;
    }
   .splash999 {
        display: none;
   }
    .splash720 {
        display: block;
    }
    
    .copyright {
        font-size: 70%;
        margin-top: 20px;
    }

    .divider-vertical li {
        border-right: none;
    }
    
}
@media only screen and (max-width: 524px) {
    body {
        background-color: #207cb8;
    }
    
    .splash720 {
        display: none;
    }
    .splash480 {
        display: block;
    }
    
    .footer {
        height: auto;
        margin-bottom: -12px;
    }
    .footer ul {
        padding-top: 10px;
        display: block;
    }
    .list-inline li {
        display: block;
        text-align: center;
        padding-left: 75px;
        font-size: 85%;
        list-style-type: none;
        margin-left: -58px;
    }
    .copyright {
        font-size: 70%;
        margin-top: 40px;
        padding-bottom: 10px;
    }
    .footer-bottom {
        /*display: none;*/
    }
}
