
/* COLORS OPTIONS */

a, a:hover, a:visited { 
    color: #d57313;
}

.nav-collapse li a,
.nav-collapse li a:hover,
.nav-collapse li a:active,
.nav-collapse li a:focus,
.nav-collapse li a:link,
.nav-collapse li a:visited {
    color: #7F8C8D;
}

#booking .date-picker {
	background-color: #d57313;
}

.details-list i {
	color: #61AEE0;
}

.check-list li i {
	color: #d57313;
}

.stat i {
    color: #61AEE0;
}

#weather .degree i,
#weather .summary i {
	color: #61AEE0;
}


/* FONTS OPTIONS */


.nav-collapse li a,
.nav-collapse li a:hover,
.nav-collapse li a:active,
.nav-collapse li a:focus,
.nav-collapse li a:link,
.nav-collapse li a:visited,
.lang_selector li a {
	font-family: Montserrat;
	font-style: ;
	font-weight: ;
}

h1 {
    font-family: Montserrat;
    font-size: 32px;
    font-style: ;
    font-weight: ;
    line-height: 48px;
}

h2 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: ;
    font-weight: ;
    line-height: 28px;
}

h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-style: ;
    font-weight: ;
    line-height: 36px;
}

h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-style: ;
    font-weight: ;
    line-height: 30px;
}

h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-style: ;
    font-weight: ;
    line-height: 27px;
}

h6 {
    font-family: Montserrat;
    font-size: 16px;
    font-style: ;
    font-weight: ;
    line-height: 24px;
}

.subtitle {
	font-family: Old Standard TT;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
}

/* END COLORS AND FONTS OPTIONS */


