  @charset "utf-8";
/* CSS Document */

.main_image {
    width: 100%;
    height: auto;
}



.blue-button {
	
	border: 2px solid #053685;
    border-radius: 25px;
    color: #053685;
    text-align: center;
    font-family: "Trade Gothic W04",sans-serif;
    font-size: 1.1875rem;
    font-style: italic;
    text-transform: uppercase;
    padding-top: 10px;
    transition: all 0.5s ease;
    padding: 6px 24px;
    display: inline-block;
    margin-right:20px;
    margin-bottom: 10px;
    margin-top:10px;
}

.blue-button:hover {
	color: #053685;
}


/*  GENERAL STYLES  */

