@media (min-width: 1600px){
.container {
	max-width: 1500px;
}
body {
	font-size: 18px;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
.uber_wrapper .shadow_box h3 {
	font-size: 25px;
}
h4 {
    font-size: 22px;
}
.py_3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.navigation a {
	font-size: 20px !important;
}
.main_banner .banner_image {
    max-width: 600px;
}
.main_banner .two_x {
    width: 250px;
    height: 250px;
}
.main_banner .six_liste {
    width: 170px;
    height: 170px;
}
.commit_wrapper .owl-dots {
    margin-top: 4rem;
}
.commit_wrapper .item_inner {
    padding: 2rem;	
}
.commitmnt_sec .owl-carousel .item {
    margin-top: 4rem;
}
.uber_wrapper .shadow_box ul li {
    padding-left: 20px;
    font-size: 18px;
}
.uber_wrapper .shadow_box ul li:before {
    top: 20px;
}
.support_sec .sec_content h2 {
    margin-bottom: 2rem;
}
footer .footer_menus .ftr_social .social_list a img {
    width: 35px;
}
footer .footer_menus {
    padding-bottom: 10rem;
}
}


@media (max-width: 1199px){
.main_banner .banner_image {
    max-width: 100%;
}
}


@media screen and (max-width: 1024px){
.navigation nav {
    top: 40% !important;
}
.navigation nav>ul>li>a {
    font-size: 2.33333rem !important;
    line-height: 1.5;
    font-weight: 800 !important;
}
.hero .cta_container {
    z-index: 1;
}
a.die_logo.logo.hide {
    display: none;
}
}


@media (max-width: 991px){
.voter_sec .sec_content {
    padding: 0;
}
.support_sec .box_left {
    border-right: 0;
    margin-right: 0;
    height: auto;
    margin-bottom: 2rem;
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem;
}
.main_banner .banner_image img {
    max-width: 120%;
}
.banner_circles {
	/*margin-top: -150px;*/
	max-height: 180px;
}
.hero.main_banner {
	height: auto;
}
}


@media (max-width: 767px){
.hero .cta_container .home_cta h2 {
    font-size: 22px;
}
body {
    font-size: 16px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
}
.uber_mich_sec {
    padding-top: 0;
}
footer .footer_menus .ftr_social {
    float: left;
}
.main_banner .banner_content .row {
    flex-wrap: wrap-reverse;
}

}

@media (max-width: 575px){
footer .footer_menus {
    padding-bottom: 3rem;
}
.uber_wrapper .shadow_box ul li, footer .ftr_cpyrgt {
    font-size: 16px;
}
.hero .cta_container .home_cta h1 {
    font-size: 26px;
}
.hero .cta_container .home_cta h4 {
    font-size: 16px;
    padding-right: 5rem;
}
.main_banner .banner_image {
    overflow: hidden;
}
.main_banner .banner_image img {
    max-width: 120%;
    margin-left: -30px;
}
}


@media (max-width: 480px){
.main_banner .six_liste, .main_banner .two_x {
    transform: scale(.85);
}
.main_banner .six_liste {
	margin-left: -60px;
}
.banner_circles {
    top: 0;
    transform: scale(.75);
    margin-top: -40px;
    margin-bottom: -30px;
}
}