/* colors:
sandstone: #F4CC70
burnt orange: #DE7A22
sea: #20948B
lagoon: #6AB187
*/

body {
    margin: 0px;
    font-family: "Museo Slab 300";
    color: black;
    font-size: 13px;
}

body a {
    cursor: pointer;
    color: #1B99E8;
}

body a:hover {
    color: rgba(214, 16, 67, 1);
}

.spacer {
    height: 74px;
}

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 50;
}

.name {
    display: inline-block;
    font-size: 30px;
    padding: 20px 30px;
}

.header-actions {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 20px;
}

.header-action {
    display: inline-block;
    margin-left: 40px;
}

.header-action.active a {
    color: #EC7428;
}

.header a {
    color: black;
    text-decoration: none;
}

.splash-cont {
    padding: 30px;
    /*
    background-image: url("/projects/jessiefahay/images/texture20.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    */
}

.splash {
    width: 1000px;
    margin: auto;
}

.splash-wide {
    width: 100%;
}

.splash-wide .cover {
    width: 100%;
}

.splash-wide .cover img {
    width: 100%;
    height: 500px;
}


.headshot1 {
    display: inline-block;
}

.bio {
    display: inline-block;
    width: 435px;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
    padding: 0px 10px;
    color: white;
}

.cover-text {
    color: white;
    display: inline-block;
    padding: 0px 10px;
    position: absolute;
    top: 331px;
    right: 100px;
}

.cover-text .titles {
    font-size: 60px;
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.cover-text .credentials {
    font-size: 20px;
    color: black;
    text-align: right;
}

.reel-cont {
    text-align: center;
}

.reel {
    margin-top: 10px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

.gallery {
    width: 1000px;
    margin: auto;
}

.gallery img {
    width: 300px;
    margin: 15px;
}

.chapter-title {
    text-align: center;
    font-size: 30px;
    margin: 40px 0px 10px;
    color: #CCC;
}

.news .chapter-title {
    margin: 40px 0px 20px;
}

.externals {
    text-align: center;
}

.externals .btn {
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: inline-block;
}

.externals .btn a {
    padding: 10px 30px;
    background: #EC7428;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
}

.details {
    width: 1000px;
    margin: auto;
    padding: 20px 0px;
}

.details table {
    width: 100%;
    text-align: left;
}

.details table th {
    font-size: 20px;
    color: #509AB4;
    font-weight: bold;
    border-bottom: 2px solid #509AB4;
}

.details table td {
    font-size: 20px;
    padding: 5px;
    vertical-align: top;
}

.footer {
    padding: 30px;
    text-align: center;
}

.news {
    width: 1000px;
    margin: auto;
}

.news .event {
    font-size: 16px;
    border: 2px solid black;
    border-radius: 20px 0px 20px 0px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: white;
    box-shadow: 2px 5px #ABABAB;
}

.news .color-tab {
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.news .performing .color-tab {
    background: #7E0300;
}

.news .training .color-tab {
    background: #F7D214;
}

.news .career .color-tab {
    background: #EC7428;
}

.news .other .color-tab {
    background: #59B3DC;
}

.news .date {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.news .content {
    width: 831px;
    display: inline-block;
}

.about-page.main {
    position: relative;
}

.story {
    width: 1000px;
    margin: auto;
}

.story .gallery2 {
    width: 445px;
    display: inline-block;
    vertical-align: top;
}

.story .gallery2 img {
    display: inline-block;
    padding: 10px;
}

.story .bio2 {
    width: 535px;
    display: inline-block;
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    padding: 10px 0px 10px 15px;
}

.splash2 {
    position: relative;
    background: black;
    height: 670px;
}

.splash2 .info {
    color: white;
    text-align: center;
    font-size: 60px;
    padding: 300px 0px;
    position: absolute;
    width: 100%;
}

.splash2 .reviews {
    color: #848484;
    text-align: right;
    font-size: 20px;
    font-style: italic;
}

.splash2 .review {
    position: absolute;
}

.splash2 .reviews .r1 {
    top: 50px;
    right: 100px;
}

.splash2 .reviews .r2 {
    top: 100px;
    left: 200px;
}

.splash2 .reviews .r3 {
    top: 150px;
    right: 300px;
}

.splash2 .reviews .r4 {
    top: 200px;
    left: 150px;
}

.splash2 .reviews .r5 {
    top: 250px;
    right: 500px;
}

.splash2 .reviews .r6 {
    top: 400px;
    left: 100px;
}

.splash2 .reviews .r7 {
    top: 450px;
    right: 200px;
}

.splash2 .reviews .r8 {
    top: 500px;
    left: 300px;
}

.splash2 .reviews .r9 {
    top: 550px;
    left: 100px;
}

.tar {
    text-align: right;
}

.about-page .credits,
.about-page .training,
.about-page .skills {
    background: #F9F9F9;
    padding: 20px 0px;
}

.landing-page {
    background: #F9F9F9;
}





















