/* CSS DOCUMENT */

@media only screen and (max-width: 1170px) {
	.main_logo{width:360px;height:auto}
} 

@media only screen and (max-width: 1000px) {
  .main_logo{width:230px;height:auto}
	.h1_smaller{font-size:38px}
	.header__top-right{visibility:hidden} 
}

@media only screen and (max-width: 768px) {
	h1{font-size:24px}
	.h1_smaller{font-size:38px}
	.main_logo{width:265px;height:auto}
	.header__top-right{visibility:hidden}
}