*/
body, html {
    height: 100%;
    width: 100%;
}

.intro, body, html {
    width: 100%;
}

@font-face {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: 400;
    src: local('Alex Brush'), local('AlexBrush-Regular'),
         url(https://fonts.gstatic.com/s/alexbrush/v6/IdwaSrUcr-IskDo5YUNTVS3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

.h1, h1 { font-size: 46px; }
.h2, h2 { font-size: 40px; }
.h3, h3 { font-size: 34px; }
.h4, h4 { font-size: 28px; }
.h5, h5 { font-size: 24px; }
.h6, h6 { font-size: 22px; }

body {
    font-family: myriad-pro, sans-serif, Helvetica Neue, Helvetica;
    color: #333;
    background-color: #fff;
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    text-transform: capitalize;
    font-family: 'Alex Brush', myriad-pro, sans-serif, Helvetica Neue, Helvetica;
    font-weight: 700;
    letter-spacing: 1px;
}

.btn, .navbar-custom {
    text-transform: uppercase;
    font-family: myriad-pro, sans-serif, Helvetica Neue, Helvetica;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
    .info-table .info-row {
        text-align: left;
    }
    .info-table .info-row div:first-child {
        text-align: right;
    }
}

a {
    color: #823C2A;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:focus, a:hover {
    text-decoration: none;
    color: #351811;
}

.light { font-weight: 400; }
.bold { font-weight: 800; }
.gray-bg { background-color: #eee; }
.gray-bg a.btn-default:hover { color: #ddd; }

.info-table span { font-size: 20px; }
.info-table .info-heading h2, .info-table .info-heading h3 { margin-bottom: 5px; }
.info-table .info-row { margin: 20px 0; }

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #fff;
}

.intro .intro-body .brand-heading,
.intro .intro-body .intro-text {
    font-family: 'Alex Brush', myriad-pro, sans-serif, Helvetica Neue, Helvetica;
}

.navbar-custom .navbar-toggle {
    color: #823C2A;
    background-color: rgba(255, 255, 255, .2);
    font-size: 12px;
}

.navbar-custom .navbar-toggle:active,
.navbar-custom .navbar-toggle:focus {
    outline: 0;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #823C2A;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:active,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(187, 187, 187, .3);
}

@media (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: none;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
        color: #fff;
    }
    .navbar-custom a {
        color: #fff;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #fff;
        color: #000;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }
    .navbar-custom.top-nav-collapse a {
        color: #823C2A;
    }
    .navbar-custom.top-nav-collapse a:hover {
        color: #000;
    }
}

.intro {
    display: table;
    height: auto;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background:url(../img/RRW_BG_0.png) bottom center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 260px;
}

.intro .intro-body .brand-heading { font-size: 40px; }
.intro .intro-body .intro-text { font-size: 18px; }

@media (min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading { font-size: 100px; }
    .intro .intro-body .intro-text { font-size: 40px; }
}

/* Additional styles omitted for brevity */
