html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: "Altero-Reg";
    src: url("../fonts/Altero-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Adita Light";
    src: url("./fonts/Adita-Light.otf") format("opentype");
}

body {
    height: auto;
    background-color: #e6f2ff !important;
    overflow-x: hidden;
}

.site-wrapper {
    width: 100vw !important;
    overflow-x: hidden;
}

.centered {
    text-align: center;
}

/* navbar */
nav {
    width: 99% !important;
    padding: 1.5rem 4rem !important;
}

nav ul.navbar-nav {
    margin: 0 auto 0 5rem;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
}

nav ul li a {
    font-family: 'Adita-Light', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
}

a.dropdown-item:active {
    background-color: #333;
}




@media (min-width: 1201px) {

    nav ul.navbar-nav {
        padding: 1.5rem 0 1.8rem 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    nav ul.navbar-nav {
        padding: 1.5rem 0 3rem .75rem;
    }

     #nav-link-writings {
        margin-top:5.5rem;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    nav ul.navbar-nav {
        padding: 1.5rem 0 3rem .5rem;
    }

   
    
}
\
@media (min-width: 950px) and (max-width: 991px) {
         #nav-link-writings {
        margin-top:5rem!important;
    }
}


@media (min-width: 875px) and (max-width: 949px) {
         #nav-link-writings {
        margin-top:5.45rem!important;
    }
}



@media (min-width: 768px) and (max-width: 874px) {
         #nav-link-writings {
        margin-top:4.85rem!important;
    }

}
 

@media (min-width: 600px) and (max-width: 767px) {

    nav ul.navbar-nav {
        padding: 1.5rem 0 2.5rem 0;
    }
    
    #nav-link-writings {
    	margin-top:6rem;
    }
}

@media (min-width: 451px) and (max-width: 599px) {

 
    
    #nav-link-writings {
        margin-top:2rem;
    }
}



nav ul li a.nav-link-text {
    margin-top: 5.5rem;
}

li a.masthead-title {
    color: #111 !important;
    font-family: 'Altero-Reg', sans-serif;
    padding: 0 4rem;
    margin-top: 2rem;
    font-size: 36px;
}

/*body */

h3,
li.writings {
    font-family: 'Libre Baskerville';
    /*font-family: 'Adita-Light', sans-serif;*/
    /* text-transform: uppercase;*/
}

h2,
h4,
h5 {
    letter-spacing: 2px;
    font-family: 'Libre Baskerville';
}

p {
    font-family: 'Libre Baskerville';
}

.white {
    color: #ffffff;
}

.center {
    text-align: center;
}

.bottom {
    padding-bottom: 5rem;

}

/** homepage - video bg **/

.header {
    display: block;
    position: relative;
    height: 25rem;
    overflow-y: hidden;
}

.row {
    overflow-x: hidden !important;
}

#movie-bg {
    display: block;
    height: 525px;
    width: 105vw !important;
    overflow-y: hidden !important;
    position: relative;
    margin-top: 1rem;
    margin-left: 0%;
}

.dimmed {
    position: relative;
}

.dimmed:after {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

#movie-bg h4 {
    -webkit-text-stroke-width: .6px;
    -webkit-text-stroke-color: white;
    margin-left: -60px;
    margin-top: 3rem;
}

.vidContain {
    width: 105vw;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #111;
}

.vid video {
    filter: blur(1px);
    margin-top: -15%;
    /* margin-left: -2px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100%;
}

.highContent {
    background-color: #393E41;
    padding: 4rem 2rem 2rem 2rem;
    width: 105vw;
}

.highContent hr {
    background-color: white;
}

.highContent img.laurel {
    width: 10rem;
    margin: 1rem auto .5rem 1.5rem;
}

.highContent p,
.highContent h3,
.highContent p a {
    color: white;
}

.highContent p.news-item {
    padding-bottom: 2rem;
}

.highContent p a {
    text-decoration: underline;
}


.highContent p a {
    text-decoration: underline;
}

.highContent p a:hover {
    text-decoration: none;
}

.highContent.top {
    margin-top: 0 !important;
    padding: 5rem 0 6rem 0 !important;
    background-color: #548CA0 !important;
}

.highContent h3 {
    font-size: 28px;
    letter-spacing: 3px;
}

.highContent h4 {
    margin: 0 auto 1rem auto;
    color: white;
    text-align: center;
    border: 1px solid white;
    padding: 1rem;
    width: 80%;
    font-size-adjust: .5;
}

.highContent p {
    letter-spacing: .9px;
}

.stills-container {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

img.still_tn {
    width: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.crew-container {
    padding: 1rem 10%;
}

.about {
    display: block;
    background-color: #DAC2BE;
    padding: 4rem 0;
    height: 26rem !important;
    vertical-align: middle;
    overflow-y: hidden
}

.about h4,
.about-sub h4 {
    text-align: center;
    padding: .75rem 2rem 1rem 2rem;
    height: 100px;
    border: 1px white solid !important;
    width: 20rem;
    color: white;
    margin: 4.4rem auto 0 auto;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.3);
}

.about a:hover,
.about-sub a:hover {
    text-decoration: none;
}

.about-sub {
    display: block;
    background-color: #E7F2FF;

}

.cassovia-bg {
    background-image: url('../images/cassovia_1617.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.cassovia-bg h4 {
    color: white;
    z-index: 11 !important;
}

.contact {
    padding: 4rem 0 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .button {
    text-align: center;
    padding: 1rem 2rem;
    border: 1px black solid !important;
    width: 15rem;
    margin: 0 auto;
    text-transform: uppercase;
    /* font-family: 'Libre Baskerville';*/
    font-family: 'Altero-Reg', sans-serif;
    letter-spacing: 2px;
}

.contact a {
    width: 15rem;
    margin: 0 auto;
    color: #333;
}

.contact a:hover {
    color: #333;
    text-decoration: none;
}

/* homepage films section*/

.films {
    color: white;
    font-family: 'Libre Baskerville';
}

.films a {
    color: white;
}

.films a:hover {
    color: #d1d1d1;
    text-decoration: none;
}

.films ul li {
    list-style: none;
    padding: 1rem 0;
}

.films img {
    width: 175px;
    margin-right: 10px;
}

/** ABOUT PAGE **/

h4.about-header-text {
    padding: 33% 0;
    text-align: right;
    width: 100%;
}

.about-header img {
    width: 100%;
}

.about-header div {
    padding: 4rem 2rem !important;
}

.aboutContent {
    background-color: #393E41;
    position: relative;
    display: inline-block;
    left: 0;
    width: 100vw;
}


.aboutContent p,
.aboutContent h3 {
    color: white;
}

.aboutContent h3 {
    font-size: 28px;
    letter-spacing: 3px;
}

.aboutContent h4 {
    margin: 2rem auto 2rem auto;
    color: white;
    text-align: center;
    border: 1px solid white;
    padding: 1rem;
}

.aboutContent p {
    padding: .5rem 0;
    letter-spacing: .9px;
}

.aboutContent p.cassovia-p {

    padding: 0 3rem;
    letter-spacing: 1.1px;
}

img.medieval_cassovia {
    float: left;
    margin-right: 3rem;
    margin-bottom: 3.5rem;
    margin-left: 4rem;
}

.aboutContent hr {
    background-color: white;
    width: 40%;
    margin-top: 4rem;
}


.aboutContent .cassovia-bg {
    margin-top: 4rem;
}

.aboutFooter {
    display: block;
    left: 0;
    background-color: #DAC2BE;
    padding: 4rem 0;
    width: 104vw !important;
    margin-left: -4rem !important;
    overflow-x: hidden;
    height: 36rem !important;
    vertical-align: middle;
}

.aboutFooter .button {
    text-align: center;
    padding: 1.2rem 2rem 1rem 2rem;
    border: 1px black solid !important;
    width: 15rem;
    margin: 0 auto;
    text-transform: uppercase;
    /* font-family: 'Libre Baskerville';*/
    font-family: 'Altero-Reg', sans-serif;
    letter-spacing: 2px;
}

.aboutFooter a {
    width: 15rem;
    margin: 0 auto;
    color: #333;
}

.aboutFooter a:hover {
    color: #333;
    text-decoration: none;
}

/* arthur and lillie page */

ul.aal {
    font-family: 'Altero-Reg', sans-serif;
    color: white;
}

ul.aal li {
    margin-bottom: 1rem;
}

/* first films page */

.first-film-vimeo {
    margin: 3rem 0;
    font-family: 'Adita-Light', sans-serif;
    letter-spacing: .6px;
}

.first-film-vimeo i {
    color: white;
}

/* reminiscences page */

.remContent {
    margin-top: 1.5rem;
    background-color: #DAC2BE;
    position: relative;
    z-index: 1;
    display: inline-block;
    left: 0;
    width: 100vw;
}

.remContent p,
.remContent h3 {
    color: black;
}

.remContent h3 {
    font-size: 28px;
    letter-spacing: 3px;
}

.remContent h4 {
    margin: 2rem auto 2rem auto;
    color: #222;
    text-align: center;
    border: 1px solid #999;
    padding: 1rem;
}

.remContent p {
    padding: .5rem 0;
    letter-spacing: .9px;
}

.remContent p.cassovia-p {

    padding: 0 3rem;
    letter-spacing: 1.1px;
}

.remContent hr {
    background-color: #888;
    width: 40%;
    margin-top: 4rem;
}


.remContent .cassovia-bg {
    margin-top: 4rem;
}

/* contact page */

.contact-header {
    padding: 7rem 1rem;
}

.contact-header a {
    width: 15rem;
    margin: 0 auto;
    color: #555;
}

.contact-header a:hover {
    color: #777;
    text-decoration: none;
}

h4.contact-header-text {
    padding: 33% 0;
    text-align: right;
    width: 100%;
}

.contact-header img {
    width: 100%;
}

.contact-header div {
    padding: 1rem 0;
}

#contact-form label {
    vertical-align: top;
    font-family: 'Altero-Reg', sans-serif;
}

#contact-form input,
#contact-form textarea {
    padding: 1rem;
    font-family: 'Libre Baskerville', serif;
    width: 100%;
}

#contact-form textarea {
    height: 3.5rem;
}

#contact-form button {
    padding: 1rem 2rem;
    font-family: 'Altero-Reg', sans-serif;
    background-color: #111;
    color: white;
}

/** footer **/

footer {
    width: 100vw;
    text-align: center;
    font-family: 'Adita-Light', 'Altero-Reg', sans-serif;
    background-color: #393E41;
    color: white;
    padding: 2rem 4rem;
    letter-spacing: 2px;
    font-size: 14px;
}

footer a {
    color: #d1d1d1;
}

footer a:hover {
    color: #e3e3e3;
    text-decoration: underline;
}

/** mobile/tablet/etc **/

@media screen and (max-width: 499px) {

    .stills-container {
        padding: 0%;
    }

    img.still_tn {
        margin: 0 auto 10px 0;
        width: 90%;
    }
}

@media screen and (min-width: 500px) and (max-width: 600px) {
    .stills-container {
        padding: 0%;
    }

    img.still_tn {
        width: 125px;
    }
}

@media screen and (max-width: 691px) {

    h2,
    h4 {
        padding: 6rem 15%;
        width: 100%;
        line-height: 5rem !important;
    }

    /* navbar */
    nav {
        overflow-x: hidden !important;
        width: 100% !important;
        padding: 0px 0 5rem 0 !important;
    }

    li.masthead {
        padding-top: 2rem;
    }

    li a.masthead-title {
        color: #111 !important;
        font-family: 'Altero-Reg', sans-serif;
        padding: 0;
        margin-top: 2rem;
        font-size: 36px;
    }

    #movie-bg {
        overflow-x: hidden !important;
        display: block;
        height: 525px;
        width: 100vw !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        position: relative;
        margin-top: 2rem;
        margin-left: 0%;
    }

    .mobile-only {
        display: block;
    }

    .vidContain h4 {
        margin-top: 5rem !important;
        padding: 0 0 0 2.5rem;
        width: 90%;
        margin-left: -5px !important;
    }

    .highContent {
        margin-top: -2.75rem;
    }

    .crew-container {
        padding: 0;
        margin-bottom: 2rem;
    }

    h4.about-header-text {
        padding: 0 0;
        text-align: right;
        width: 100%;
    }

    #news-header {
        margin-left: 1rem;
    }

    img.medieval_cassovia {
        width: 100%;
        float: none;
        margin: 0 auto 1rem 0;
    }

    .highContent p.news-item {
        padding: 0 0 2rem 1rem;
    }

    .aboutContent p.cassovia-p {
        padding: 0 1rem;
        letter-spacing: 1.1px;
    }

    .remContent p.cassovia-p {
        padding: 0 1rem;
        letter-spacing: 1.1px;
    }

    .about-cassovia-bg {
        display: none;
    }

    .aboutFooter {
        display: block;

        background-color: #DAC2BE;
        padding: 4rem 0;
        width: 100vw !important;
        margin-left: -1rem !important;
        overflow-x: hidden !important;
        height: 36rem !important;
        vertical-align: middle;
    }

    .contact-header h3,
    #contact-form {
        padding: 0 2rem;
    }

    footer {
        width: 100vw;
        text-align: center;
        font-family: 'Adita-Light', 'Altero-Reg', sans-serif;
        background-color: #393E41;
        color: white;
        padding: .5rem;
        letter-spacing: 2px;
        font-size: 14px;
    }
}

@media screen and (min-width: 692px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .navbar-expand-md .navbar-nav .dropdown-menu.show {
        position: absolute;
        margin-top: -55px;
        z-index: 9999999;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    nav {
        padding: 0 0 0 1.5rem !important;
        margin-left: ;
    }
}

@media screen and (min-width: 601px) and (max-width: 1100px) {
    .stills-container {
        padding: 0%;
    }

    img.still_tn {
        width: 125px;
    }
}


@media screen and (min-width: 692px) and (max-width: 991px) {

    h2,
    h4 {
        padding: 6rem 25%;
        width: 100%;
        line-height: 5rem !important;
    }

    .vidContain h4 {
        margin-top: 0px !important;
        padding: 12.5% 25% 6rem 25%;
    }

    .vid video {
        margin-top: 0%;
        /* margin-left: -2px;*/
        overflow-x: hidden;
        overflow-y: hidden;
        min-width: 100%;
    }

    .highContent {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 991px) {
    .desktop-only {
        display: none;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    h2,
    h4 {
        padding: 6rem 32%;
        width: 100%;
        line-height: 5rem !important;
    }

    .vidContain h4 {
        /*  margin-top: 0px !important;*/
        padding: 4rem 25% 6rem 25%;
    }

    .highContent {
      /*  margin-top: -3.4rem;*/
    }

    #movie-bg {
        height: 500px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {

    h2,
    h4 {
        padding: 6rem 32%;
        width: 100%;
        line-height: 5rem !important;
    }

    .vidContain h4 {
        /*  margin-top: 0px !important;*/
        padding: 5.5rem 30% 3rem 30%;
    }
}

@media screen and (min-width: 1401px) {

    h2,
    h4 {
        padding: 6rem 35%;
        width: 100%;
        line-height: 5rem !important;
    }

    .vidContain h4 {
        /*  margin-top: 0px !important;*/
        padding: 3.5rem 35% 3rem 35%;
    }
}