/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 */

/* Global Styles */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

a {
    color: #348796;
    text-decoration: none;
    transition: all 0.2s;
}

a:hover,
a:focus {
    color: #2a6e7a;
    text-decoration: none;
}

.list-inline a {
    color: #348796;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 100px;
    font-family: 'Kalam', cursive;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1; 
}

.text-vertical-center h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.text-vertical-center h3 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 100px;
    font-weight: 800;
}

/* Custom Overrides */
#header-btn {
    background-color: #348796;
    text-shadow: none;
}

#header-btn:hover {
    background-color: #779f3b;
    text-shadow: none;
}

.bg-primary {
    background-color: #348796;
    color: #FFFFFF;
}

#rates {
    background-color: #f0f0f0;
}

/* Custom Button Styles */
.btn-podcast {
    border-radius: 0;
    color: #fff;
    background-color: #348796;
    border-color: #fff;
}

.btn-podcast:hover {
    color: #fff;
    background-color: #2a6e7a;
    border-color: #fff;
}

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: #348796;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: #fff;
}

.btn-light:hover {
    border-radius: 1px;
    border-color: #fff;
    background-color: #348796;
    color: #fff;
}

/* Side Menu */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    transition: all 0.4s ease 0s;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #348796;
}

#menu-toggle {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}

.toggle {
    margin: 5px 5px 0 0;
}

/* Header */
.header {
    display: table;
    position: relative;
    width: 100%;
    height: 30%; /* ADJUST BANNER HEIGHT HERE */
    background: url('../img/es_vedra.jpg') no-repeat center center scroll;
    background-size: cover;
}

/* About */
.about {
    padding: 50px 0;
    text-align: center;
}

/* Interior Content */
.page-content-link {
    color: #348796;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
}

.page-content-link:hover {
    color: #999;
    text-decoration: none;
}

/* Footer */
footer {
    padding: 100px 0;
}

hr.small {
    max-width: 100px;
}

/* Map */
.map {
    height: 500px;
}

@media(max-width:768px) {
    .map {
        height: 75%;
    }
    .about {
        padding: 50px 20px;
    }
}