@charset "utf-8";


footer{
    padding:0 10px;
}


.name{
    text-align: center;
    font-size:16px;
    margin-bottom: 10px;
}

@media screen and (min-width: 992px),
print {
    .name{
    font-size:20px;
    margin-bottom: 10px;
}
}

address{
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width: 992px),
print {
    address{
    margin-bottom:70px;
}
}

.footer-copi{
    text-align: center;
    font-size:11px;
    margin-bottom: 50px;
}

@media screen and (min-width: 992px),
print {
    .footer-copi{
    margin-bottom:150px;
}
}

/*
++++++++++++++++++++++++++++++++++++++

@media screen and (min-width: 992px),
print {
    
}

@media screen and (min-width: 768px) and (max-width:991px)
{
}

+++++++++++++++++++++++++++++++++++++++++
*/

