@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap');
body{
font-family: 'Arimo', sans-serif;
}
aside.sidebar-left{
display: none;
}
aside.sidebar-right{
display: none;
}
div.main-content{
float: center !IMPORTANT;
width: calc(100% - 104px)  !IMPORTANT;
width: -webkit-calc(100% - 104px)  !IMPORTANT;
margin: auto;

}
div#content{
max-width: 850px;
margin: auto;
}
.header-skin-light#tc-sn .tc-sn-inner, .header-skin-light .tc-header {
    color: #313131;
    background: #707344;
}
.footer-skin-light .footer__wrapper {
    background: #707344;
}
div.container-fluid{
    background: #707344;
}

#colophon .colophon__row.row.flex-row.justify-content-between {
    justify-content: center !IMPORTANT;
}

.colophon__row .footer__credits,
.footer-skin-light .footer__wrapper a{
color: black !IMPORTANT;}

#main-menu a:hover,
#mobile-nav-menu a:hover {
color: white;}

#footer_three{
text-align: center}