.main_message{
	font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
	color: #000;
	margin-top: 100px;
}
.sub_message{
	font-weight: 300;
	text-transform: uppercase;
	color: #000;
	font-family: 'Josefin Sans', sans-serif;
}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 979px) {}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}