h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    color: #1EB0BF;
}



h2 {
    font-size: 28px;
    font-weight: 700;
    color: #1EB0BF;
}

.intro {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgb(105, 105, 105);
	line-height:26px;
}

.starthere {
    background-color: #8A9513;
    border: none;
    border-radius: 5px;
    /* padding: 10px 25px;*/
}

.starthere h2,
.starthere h6 {
    color: #fff;
}

.starthere h6 {
    font-weight: 300;
    font-size: 12px;
    line-height: 0.2;
}



footer {
    background-color: #D6EAE9;
}

footer h2 {
    color: #6B6E6E;
    font-size: 18px;
}

button i {
    font-size: 35px;
}

.newsletter input,
.newsletter button {
    background-color: #16B7C1;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

.newsletter input:focus {
    box-shadow: none;
    border: 1px solid #16B7C1;
}

newsletter input placeholder {
    color: #fff;
}

.newsletter button i {
    color: #F3BD41;
    padding-right: 10px;
}

.multicolor {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: rgb(83, 83, 83);
    font-weight: 700;
	line-height: 32px;
}

.green {
    color: #01FF3C;
}

.pink {
    color: #FF0099;
}

.yellow {
    color: #FFA600;
}

.blue {
    color: #0040FE;

}

.ocean {
    color: #169B98;
}

u {
    text-decoration-color: #F2AF3A;
}

.bigresort {
    color: #0C4D57;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 700;
}
.btn_text{
	font-size: 12px;
	line-height: 15px;
    margin: 0px;
    font-family: 'Oswald';
	font-weight: 100;
}