/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html {
  overflow-x: hidden;
}

/* Text Outline */
.stroke {
  color: black;
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.text-shadow {
  text-shadow:	  
	  1px 1px black;
}



.text-orange {
    color: #ff6600;
}

.font-15 {
	font-size: 15px;
}

.font-36 {
	font-family: "Exo", sans-serif;
    font-weight: 700;
	font-size: 36px;
}

ul.square {
    list-style-type: square;
	list-style-position: outside;
	margin-left: 39px;
}


.main-link {
   color: #273a63 !important;
	font-size:17px !important;
}
.main-link:hover {
    color: #ff6600 !important;
}

.main-link-lt {
   color: #6F8BA4 !important;
	font-size:17px !important;
}
.main-link-lt:hover {
    color: #ff6600 !important;
}

.main-tel20 {
    color: #FFF !important;
	font-family: "Exo", serif;
	font-size:20px;
	font-weight: 600;
}
.main-tel20:hover {
    color: #FFF !important;
	text-decoration: underline !important;
}

.main-tel32 {
    color: #FFF !important;
	font-family: "Exo", serif;
	font-size:32px;
	font-weight: 600;
}
.main-tel32:hover {
    color: #ff6600 !important;
}

.link-underline-hover:hover {
    text-decoration: underline !important;
}

.copy-footer-link {
    color: #273a63 !important;
	font-size:16px !important;
}
.copy-footer-link:hover {
    color: #34b24c !important;
}



.copy-footer-text {
    color: #000000 !important;
	font-size:16px !important;
}






