html,
body {
    padding:0;
    margin:0;
    width:100%;
}

* {
    font-family: 'Lora', 'Helvetica Neue', serif;
}

.center {
    text-align:center;
}

.bold {
    font-weight:bold;
}

.hide-me {
    display:none;
}

.black {
    color:#000000 !important;
}

.row {
    width:100%;
}

section {
    margin-top:6.25em;
    margin-bottom:6.25em;
}

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



/********************
    Navbar
********************/
.navbar {
    background:rgba(255,255,255, 1);
    border:none;
    box-shadow:0 0 0.1875em rgba(0, 0, 0, 0.9);
    color:#000000 !important;
}

.navbar-brand {
    font-family: 'Lobster Two', 'Oleo Script', cursive;
    font-size:1.875em;
    color:#800000 !important;
}

.navbar li {
    font-size:1.25em;
    font-family: 'Oxygen', sans-serif;
    font-weight:lighter;
}

.navbar-scroll {
    position:fixed;
    width:100%;
    top:0;
    z-index:1000;
}

#main-navbar {
    z-index:30;
    margin:0;
    padding:0;
}



/********************
    Header
********************/
#intro {
    width:100%;
    height:450px;
    background-image: url("../img/pattaya-bay.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment:fixed;
    z-index:1;
}

#intro-h {
    color:white;
    font-size:4em;
    text-shadow:2px 2px 3px rgba(0,0,0, 0.4);
    padding-top:150px;
}

#intro-pic {
    right:0;
    padding-top:150px;
    float:right;
}



/********************
    Body
********************/
#location {
    background-color:#f6f6f6;
    font-family: 'Lora', sans-serif;
    color:#000000 !important;
}

a {
    color:#800000;
}

a:hover {
    text-decoration: none;
    color: #000;
}



/********************
    Footer
********************/
#footer {
    width:100%;
    height:11em;
    margin-top:4.6875em;
    color:#5e5e5e;
    box-shadow:0 0 0.1875em rgba(0, 0, 0, 0.4);
    background-color:#f6f6f6;
}
#footer h4 {
    font-family: 'Oxygen', sans-serif;
    font-size:1em;
}

#footer .col-md-4 {
    padding-top:1.5625em;
}