@charset "utf-8";

/*font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Merriweather Sans', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Bree Serif', serif;*/

a {
    text-decoration: none;
    color: inherit;
}
.button {
    border: none;
    color: #fff;
    background-color: #48BAB4;
    padding: 15px 30px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    display: block;
    margin: auto;
    position: relative;
	transition: background-color .5s ease-in-out;
}
.button:hover {
    background-color: #3E93A5;
}
.button_left {
    border: none;
    color: #fff;
    background-color: #48BAB4;
    padding: 15px 30px;
    border-radius: 5px;
    text-align: left;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    display: block;
	transition: background-color .5s ease-in-out;
}
.button_left:hover {
    background-color: #3E93A5;
}
.button_full {
	border: none;
    color: #fff;
	width: 100%;
    background-color: #48BAB4;
    padding: 15px 25px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    margin-top: 25px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    display: block;
    margin: auto;
    position: relative;
	transition: background-color .5s ease-in-out;
}
.button_full:hover {
    background-color: #3E93A5;
}
.fa-phone-square {
    color: #48BAB4;
}
.heading {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    margin: .5rem 0;
    color: #00558b;
}
.heading_center {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    margin: 1rem 0;
    color: #00558b;
    text-align: center;
}
.heading_third {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    margin: .5rem 0;
    color: #00558b;
}
.heading_welcome {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    margin: 0 0 .5rem 0;
    color: #00558b;
    text-align: center;
}
.list {
	font-family: 'Lato', sans-serif;
	list-style-type: square;
    font-size: 1rem;
	font-weight: 200;
	color: #48BAB4;
}
.list_span {
	color: black;
}
.phone_number {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.75rem;
    margin: 0 0 .5em 0;
    text-align: center;
    color: #00558b;
}
.text {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
	font-weight: 300;
	color: black;
}
.text_center {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
}
.text_phone {
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    text-align: center;
    color: #00558b;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.text_small{
	font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
}
.text_welcome {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    text-align: center;
}
