@media only screen and (max-width: 1790px) {
	.main-content h1 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 1570px) {
	.main-content h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 1346px) {
	.main-content h1 {
		font-size: 55px;
	}
}

@media only screen and (max-width: 1290px) {
	.col-1-2 {
		width: 100%;
	}
	
	.main-content h1 {
		font-size: 55px;
		margin-top: 25px;
	}
	
	#slideshow-wrapper {
		margin-top: 25px;
	}
	
	
}

@media only screen and (max-width: 1250px) {
	.col-1-3 {
        width: 90%;
		margin: 0 auto;
		margin-left: 5%;
        
	}
	
	.buttons {
		margin-top: 20px;
	}

    .cat-button {
        width: 100%;
		height: 15%;
        margin-top: 10px;
        padding: 10px 0px;
    }

    .first {
        margin-top: 0px;
	}

	.button-main-content-border {
		height: 1015px;
	}
}

@media only screen and (max-width: 1350px) {
	.top-nav {
		display: none;
	}

	.contact-logo img {
		width: 180px;
	}

	.header a.icon {
		display: block;
	}
}

@media only screen and (max-width: 1000px) {
	.contact-info a {
		font-size: 34px;
	}

	.contact-logo img {
		width: 160px;
	}

	.contact-logo {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 920px) {
	.contact-logo img {
		width: 150px;
	}
	.contact-logo {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 890px) {
	.top-bar {
		display: none;
	}
	.mobile-bar {
		display: block !important;
	}

    #inv-button {
		font-size: 25px;
	}	

	.contact-info {
		width: 80%;
	}
    
    .main-content h1 {
		font-size: 42.5px;
	}
	
	#slideshow {
		min-width: 410px; 
    }
    
	
	.main-content-wrapper-border {
		height: 88%;
	}
}

@media only screen and (max-width: 840px) {
	.contact-logo {
		right: 10%;
	}
}
@media only screen and (max-width: 820px) {
	.header a.icon {
		right: 20%;
	}
}

@media only screen and (max-width: 820px) {
	.header a.icon {
		right: 15%;
	}

	.footer-links ul {
	   padding-top: 20px;
	}
	
	.footer-links ul li {
	   display: block;
	   margin-left: 0px;
 	   margin-top: 5px;
	}

       .footer .copyright {
	   margin-top: 60px;
	}	
}

@media only screen and (max-width: 785px) {
	.contact-info a {
		width: 100%;
		font-size: 24px;
	}

	.contact-main-content-wrapper-border {
		margin-top: -390px;
	}
	.contact-main-content {
		padding-top: 435px;
	}
	.contact-info {
		display: block;
		margin: 0px;
		margin-left: 10%;
		float: none;
	}

	.contact-logo img {
		width: 100px;
	}
}
@media only screen and (max-width: 660px) {

    .footer .footer-links ul li a {
        font-size: 16px;
    }

    .footer .copyright {
        font-size: 16px;
	}

	.middle-content {
		width: 100%;
	}

	#slideshow-wrapper {
		max-width: 490px;
		max-height: 350px;
	}
	
	.slideshow {
		width: 490px;
		height: 350px;
	}
}

@media only screen and (max-width: 550px) {

	.contact-logo {
		margin-top: 59px;
		right: 11%;
	}
	.contact-logo img {
		width: 69px;

	}
}

@media only screen and (max-width: 550px) {
	.contact-info a {
		font-size: 22px;
	}


}
