@import url('https://fonts.googleapis.com/css?family=Aleo|Source+Sans+Pro|Sarabun|Ubuntu');

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body {
    overflow: hidden;
}
ul {
    list-style: none;
}
/* NAVBAR */
nav img {
    width: 150px;
    height: auto;
}
nav ul li {
    padding: 0 0 15px 0;
}
nav a {
    color: #175873;
    font-family: 'Ubuntu', sans-serif;
    transition: 1s;
}
nav a:hover {
    color: #2B7C85;
    transform: scale(1.1);
}
.navbar.solid {
    background-color: whitesmoke;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}
#app-btn {
    border-radius: 100px;
}
/* END */

/* MODAL TEMP */
#appointmentModal .modal-title {
    color: #175873;
    font-weight: bolder;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
#appointmentModal .modal-content .modal-body h5 {
    text-align: left;
    font-family: 'Sarabun', sans-serif;
    font-weight: 600;
}
.modalTag {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    text-align: center;
    color: #175873;
    font-size: 18px;
}
/* END */

/* HERO */
.hero {
    background-color: rgba(255,255,255,.1);
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-attachment: fixed;
    height: 100vh;
}
.hero .hero-txt {
    position: relative;
    top: 150px;
    left: 40px;

}
.hero .hero-txt h1 {
    color: #175873;
    text-align: left;
    font-family: 'Sarabun', sans-serif;
    font-size: 40px;
    font-weight: bolder;
}
.hero .hero-txt p {
    color: #2B7C85;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Ubuntu', sans-serif;
}
/* END */

/* ABOUT US */
.about-us {
    box-shadow: 0px 0px 8px rgba(0,0,0,.5);
}
.about-img {
    background-image: url(../img/drsumesh.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px !important;
}
.about-us h1 {
    font-family: 'Sarabun', sans-serif;
    font-size: 35px;
    font-weight: bolder;
}
.about-us p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 600px;
}
/* END */

/* BOOK */
.book {
    color: white;
    font-family: 'Ubuntu', sans-serif;
}
/* END */

/* TREATMENTS */
.treatments h1 {
    text-align: center;
    font-family: 'Sarabun', sans-serif;
    font-size: 35px;
    font-weight: bolder;
}
.treatments ul {
    list-style: none;
}
.treatments ul li {
    color: #17202A;
    text-align: left;
    padding: 1px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: bold;
    transition: all 1s;
}
.treatments ul li:hover {
    transform: scale(1.1);
}
.treatments ul li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f0a9';
    color: #175873;
    font-size: 18px;
    margin-right: 5px;
}
.treatments img {
    transform: scale(1.2);
    margin-top: 90px;
}
/* END */

/* AVAILABILITY */
.avail {
    margin-top: 0px;
    background-color: #175873;
    color: whitesmoke;
}
.avail-1 {
    border-right: 1px solid whitesmoke;
}
.avail h1 {
    font-family: 'Sarabun', sans-serif;
    font-size: 30px;
}
.avail h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    text-align: center;
}
.avail h6 {
    text-align: center;
    font-weight: 400;
}
/* END */

/* FOOTER */
.page-footer {
    position: relative;
    bottom: 0;
    background-color: #17202A;
    color: whitesmoke;
}
.page-footer h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
}
.location-row {
    text-align: center;
    padding: 20px;
}
.links h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 25px;
    text-align: left;
}
.links ul {
    margin: 0;
    padding: 0;
}
.links ul li {
    text-align: left;
    padding: 5px;
}
.links ul li span {
    color: #2B7C85;
}
.links ul li a {
    color: whitesmoke;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    text-decoration: none;
    transition: all 0.5s ease;
}
.links ul li a:hover {
    transform: translateX(5px);
    color: #17202A;
}
.credits {
    border-top: 1px solid #d5d5d5;
    color: #175873; 
}
.credits p {
    margin: 0;
}
.credits a {
    text-decoration: none;
    color: #2B7C85;
}
.credits a:hover {
    text-decoration: none;
}
/* END */
