@charset "utf-8";
.dviders{
    border-top:  2px solid #888888;
    border-bottom:  2px solid #888888;
}
@media only screen and (min-width:1750px){
footer{
    width: 100%;
    min-height: 100px;
    float: left;
    height: auto;
    background-color: rgba(0,0,0,0.5);
}
.footerContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footerTopTitleContainer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;

}
.footerContainer h2 {
max-width: 100%;
height: auto;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;

}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerContainer ul li{
    list-style-type: none;
}
.footerContainer ul h2{
    text-decoration: underline;
    color: #302f2f;
}
.footerContainer ul li a{
    vertical-align: 7px;
    text-decoration: none;
    color: #fff;
}
}
@media only screen and (min-width:1200px) and (max-width:1749px){
footer{
    width: 100%;
    min-height: 100px;
    float: left;
    height: auto;
    background-color: rgba(0,0,0,0.5);
}
.footerContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footerTopTitleContainer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;

}
.footerContainer h2 {
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerContainer ul li{
    list-style-type: none;
}
.footerContainer ul h2{
    text-decoration: underline;
    color: #302f2f;
}
.footerContainer ul li a{
    vertical-align: 7px;
    text-decoration: none;
    color: #fff;
}
}
@media only screen and (min-width:992px) and (max-width:1199px){
footer{
    width: 100%;
    min-height: 100px;
    float: left;
    height: auto;
    background-color: rgba(0,0,0,0.5);
}
.footerContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footerTopTitleContainer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;

}
.footerContainer h2 {
        max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
flex-direction: column;
justify-content: center;

}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerContainer ul li{
    list-style-type: none;
}
.footerContainer ul h2{
    text-decoration: underline;
    color: #302f2f;
}
.footerContainer ul li a{
    vertical-align: 7px;
    text-decoration: none;
    color: #fff;
}
}
@media only screen and (min-width:768px) and (max-width:991px){
footer{
    width: 100%;
    min-height: 100px;
    float: left;
    height: auto;
    background-color: rgba(0,0,0,0.5);
}
.footerContainer{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.footerTopTitleContainer {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;

}
.footerContainer h2 {
        max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
flex-direction: column;
justify-content: center;

}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footerSubTitleContainer ul li{
    list-style-type: none;
}
.footerContainer ul h2{
    text-decoration: underline;
    color: #302f2f;
}
.footerContainer ul li a{
    vertical-align: 7px;
    text-decoration: none;
    color: #fff;
}
}
@media only screen and (min-width:280px) and (max-width:767px){
footer{
    width: 100%;
    min-height: 100px;
    float: left;
    background-color: rgba(0,0,0,0.5);
}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    padding-left: 0px;
    flex: 1;
}
.footerContainer h2{
    max-width: 100%;
    height: auto;
    text-align: center;
    padding-left: 0px;
    flex: 1;
}
.footerContainer ul li{
    list-style-type: none;
}
.footerContainer ul h2{
    text-decoration: underline;
    color: #302f2f;
}
.footerContainer ul li a{
    vertical-align: 7px;
    text-decoration: none;
    color: #fff;
    text-align:left ;
}
}
@media only screen and (min-width:10px) and (max-width:279px){
.footerContainer h2{
    max-width: 100%;
    height: auto;
    text-align: center;
    padding-left: 0px;
    flex: 1;
}
.footerContainer ul{
    max-width: 100%;
    height: auto;
    text-align: center;
    flex: 1;
}
.footerContainer ul li a{
    vertical-align: 10px;
    color: #fff;
}
};