* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    }

* {
    box-sizing: border-box; 
}

body {
    margin: 0;
    background-position: center 0%;
}

.topnav a:first-child {
    width: 100%;
    float: left;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 10px;
    letter-spacing: 1px;
    animation: fadein 7s;
}

@keyframes fadein {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

.topnav {
    position: absolute;
    overflow: hidden;
    z-index: 3;
    width: 100%;
    margin-top: 5px;
}

.topnav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: "Raleway";
    letter-spacing: 0px;
    padding-top: 10px;
    height: 45px;
    width: 80px;
    float: right;
    margin-right: 10px;
}


.topnav a:hover {
    color: white;
    transition: 1s;
}

.topnav a:not(hover) {
    transition: 1s;
}

.title {
    width: 100%;
}

.white {
    display: inline-block;
    color: indianred;
}

.white:hover {
    color: slategray;
    transition: 1s;
}

.title:hover .white {
    color: white;
    transition: 1s;
}

.title:not(hover) .white {
    color: indianred;
    transition: 1s;
}

.seagreen {
    display: inline-block;
    color: white;
}

.seagreen:hover {
    color: indianred;
    transition: 1s;
}

.title:hover .seagreen {
    color: indianred;
    transition: 1s;
}

.title:not(hover) .seagreen {
    color: white;
    transition: 1s;
}


a {
    text-decoration: none;
    color: firebrick;
}

a:hover {
    color: orangered;
    transition: .5s;
}

a:not(hover) {
    color: firebrick;
    transition: .5s;
}

.bg1 {
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url(images/grand_staircase_L.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    z-index: 2;
}

.bgsplit {
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,.8);
    width: 100vw;
    height: 150vh;
    overflow: hidden;
    top: -30vh;
    left: -50vw;
    transform: skewX(145deg);
    border: 20px solid black;
    animation: fadein 2s;
}

.deck {
    display: block;
    position: relative;
    width: 80%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    height: xxx;
    color: indianred;
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 30px
}


#mainhead {
    display: block;
    position: relative;
    width: xxx;
    overflow: hidden;
    height: 140px;
    top: 40vh;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
    text-align: center;
    font-family: 'Raleway';
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 4px;
    color: white;
    z-index: 2;
    animation: fadein 4s;
}

#main1 {
    font-family: 'Lato';
    font-size: 51px;
}

#main2 {
    font-size: 70px;
    color: white;
    font-weight: 900;
}

.cutline {
    top: 4px;
    width: 100%;
    height: 15px;
    right: 10px;
    text-align: right;
    display: block;
    position: absolute;
    font-family: 'Muli';
    font-size: 12px;
}

.byline {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: 3px;
    margin-top: 10px;
}

.container {
    width: 100%;
    display: block;
    position: relative;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 2;
        -moz-box-shadow: 1px 5px 30px black;
        -webkit-box-shadow: 1px 5px 30px black;
    box-shadow: 1px 5px 30px black;
}

p {
    margin-bottom: 10px;
}

.firstcharacter {
    color: indianred;
    float: left;
    font-family: 'Raleway';
    font-weight: 900;
    font-size: 48px;
    padding-top: 2px;
    line-height: 45px;
    padding-right: 8px;
    padding-left: 3px;
}

.words {
    width: 55%;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    font-family: 'Muli';
    letter-spacing: .5px;
    font-size: 14px;
    padding-top: 10px;
}

#photo1 {
    display: block;
    position: relative;
    width: 140%;
    padding-top: 70%;
    margin-left: -20%;
    background-image: url(images/bmc2.PNG);
    background-size: cover;
    margin-top: 30px;
    margin-bottom: 30px;
}

.caption {
    font-size: 12px;
    margin-top: -26px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 20px;
}

.quoteline {
    border-left: 4px solid indianred;
    border-right: 4px solid indianred;
    margin: 20px 10%;
    padding: 0px 20px;
    color: darkslategray;
    font-style: oblique;
}

.footer {
    height: 165px;
    width: 100%;
    background-color: firebrick;
    background-size: cover;
    display: block;
    position: relative;
    z-index: 0;
    font-family: 'Raleway';
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 4px;
    color: white;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer a:hover {
    color: indianred;
    transition: 0.5s;
}

.footer a:not(hover) {
    color: white;
    transition: 0.2s;
}

#footbox {
    width: 214px;
    height: 110px;
    z-index: 0;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 34px;
    overflow: hidden;
    padding-top: 8px;
}

#foot_left {
    display: inline-block;
    position: absolute;
    width: 174px;
    height: 110px;
    left: 0;
    border-right: 1px solid white;
    text-align: right;
}

#foot_right {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 110px;
    right: 0;
    padding-left: 10px;
}

#logos {
    height: 76px;
    width: 40px;
    display: block;
    position: absolute;
    left: 2px;
}

#insta_w {
    display: block;
    background-color: none;
    background-image: url(images/instagram_white.png);
    background-size: cover;
    width: 22px; 
    height: 22px;
    margin-top: 4px;
    margin-left: 7px
}

#twitter_w {
    display: block;
    background-image: url(images/twitter_white.png);
    background-size: cover;
    width: 24px;
    height: 20.6px;
    margin-left: 7px;
    margin-top: 11px;
}

#fb_w {
    display: block;
    background-image: url(images/fb_logo.png);
    background-size: cover;
    width: 15px; 
    height: 26px;
    margin-left: 7px;
    margin-top: 11px;
}

#insta_w:hover, #twitter_w:hover, #fb_w:hover {
    opacity: 1;
    transition: .5s;
}

#insta_w:not(hover), #twitter_w:not(hover), #fb_w:not(hover) {
    opacity: .8;
    transition: .5s;
}

#copyright {
    display: block;
    position: fixed;
    bottom: -8px;
    color: white;
    z-index: -14;
    padding-bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 340px;
    font-size: 10px;
    font-family: 'Raleway';
    letter-spacing: 1px;
    text-align: center;
}

@media screen and (max-width: 1000px) and (min-width: 681px) {
    .words {width: 80%; font-size: 14px; line-height: 24px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
}

@media screen and (max-width: 680px) and (min-width: 451px) {
    .bgsplit {left: -62vw;}
    .deck {font-size: 22px; width: 100%;}
    .firstcharacter {font-size: 76px; line-height: 60px; padding-top:4px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
}
    
@media screen and (max-width: 450px) {
    .bgsplit {transform: skewX(160deg); left: -50vw;}
    .deck {font-size: 20px; line-height: 25px; width: 100%;}
    #mainhead {width: 300px;}
    #main1 {font-size: 30px; margin-bottom: -20px;}
    #main2 {font-size: 42px;}
    .byline {font-size: 11px;}
    .firstcharacter {font-size: 46px; line-height: 40px; padding-top:4px;}
    .words {width: 90%; font-size: 14px; line-height: 24px;}
    #photo1 {width: 100%; padding-top: 50%; margin-left: 0%;}
    .quoteline {margin: 20px 5%;}
    .bg1 {background-attachment: scroll;}
}
