body {
    font-size: 20px;
    /* background-color: rgb(248, 249, 250); */
}

video::-webkit-media-controls-panel {
    background: transparent !important;
  }
  
  video::-webkit-media-controls-background {
    background: transparent !important;
  }

  audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    background: black;
    border: solid 2px black;
}
  
a {
    text-decoration: none;
}
  
.container-nav {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    display:flex;
    flex-direction: column;
    width: 742px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin: 0 auto 3em auto;
    padding: 30px 50px;
}

.logo {
    position: relative;
    height: 140px;

    right: 100px;
}

.sign {
    height: 200px;
    width: auto;
}

.navbar {
    height: 120px;
    z-index: 1;
    padding-right: 80px;
}

.navbar-nav {
    font-size: 14px;
    letter-spacing: 3px;
    justify-content: center;    
}

.navbar-collapse {
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    
  }  

  .navbar-nav  li a:hover {
    color: #be7c7c !important;
    /* color: #ec6746; */
}

a.nav-link {
    padding: 12px !important;
}

header.masthead {
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;

    display: block;
    width: 100%;
    height: 800px; 
}

header.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: .5;
}

.headerImage {
    display: block;
    width: 100%;
    height: 800px; 
    position: relative;
    margin-bottom: 3rem;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-color: #6c757d;
    background-size: cover;
    background-attachment: scroll;
}
 
.headerImage img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

.btn {
    font-size: 20px;
}

.btn-primary.small {
    position: relative;
    margin: auto;
    right: 320px;
    top: 40px;
    width: 80px;
    
}

.btn-danger {
    position: relative;
    margin: auto;
    left: 315px;
    top: -3px;
}

.home-button {
    display: flex!important;
    margin-bottom: 1.5rem!important;
    justify-content: flex-end!important;
}

h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.2;
  }

.h1-white {
    color: white;
    font-size: 80px;
    font-weight: 800;
    line-height: 1.2;
}
.poem {
    font-family: 'Assistant', sans-serif;
}

b, strong {
    font-weight: bolder;
}

.page-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-links {
    max-width: 600px;
}

.short-postTitle {
    color: rgb(33, 37, 41);
    font-family: 'Open Sans','Roboto', sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
}

.short-subheading {
    color: rgb(33, 37, 41);
    font-family: 'Open Sans','Roboto', sans-serif;
    font-size: 28px;
    font-weight: 300;
    cursor: pointer;
}

a:hover {
    text-decoration: none !important;
}

.post-link:hover .short-postTitle,
.post-link:hover .short-subheading  {
  text-decoration: none !important;
  color: #bc8f8f !important;
}

.a-author {
    color:#212529;
}

.a-author:hover {
    /* color:#ffa500; */
    color: #ec6746;
}

.short-date {
    color: rgb(112, 128, 144);
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 100; 
}

.a-author-top {
    color: white;
}

.a-author-top:hover {
    color:#ec6746;
}

.short-date-top {
    color: white;
    font-family: 'Lora', serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 100; 
    margin-top: 25px;
}

hr {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid;
    border-color: #dee2e6;
    opacity: 1;
}

.my-4 {
    margin-top: 2.5rem!important;
    margin-bottom: 2.5rem!important;

}

.orange {
    color: orange;
  }

h1.post {
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
  }

.text-heading {
    display: inline;
    position: relative;
    text-align: center;
    top: 15em;
    
}

.subheading {
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.1;
    display: block;
    margin-top: 0.625rem;
}

.blog-heading {
    display: block;
    position: relative;
    text-align: left;
    width: 742px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    top: 20em;
}

.post-heading {
    display: block;
    position: relative;
    text-align: left;
    width: 742px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px;
    top: 15em;
}

h2.post-subheading {
    color: white;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.1;
    display: block;
    margin-top: 0.625rem;
}

.imageDescription {
    display: flex;
    position: relative;
    margin: 20px;
    justify-content: center;
    font-size: 20px;
}

.envelope {
    height: 20px;
    width: auto;
}

.quote {
    margin-top: 10px;
    color: white;
    font-weight: 100;
    font-size: 18px;
    font-family: 'Assistant', sans-serif;
}

.name {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
}

.file-picker-btn {
    margin: 10px 0;
}

#description {
    margin-bottom: 20px;
    height: 220px;
}

.footer-padding {
	padding-bottom: 20px;
    padding-top: 1em;
}

.footer {
    display: inline-block;
	position: relative;
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.footer p {
	margin-top: 25px;
	font-size: 17.5px;
    font-weight: 400;
    font-family: 'Lora', serif;
    color:rgb(108, 117, 125) !important;
    /* color: #6c757d!important; */
}

.svg-inline--fa {
    height: 2em;
}

.list-inline {
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 0;
    list-style: none;
    text-align: center!important;
}

.list-inline-item a {
    color: rgb(33, 37, 41) !important;
}

.list-inline-item a:hover {
    /* color: #ec6746 !important; */
    color: #bc8f8f !important;
}

.login-button {
    position: absolute;
    left: 390px;
    top: 40px;
}

.flex-row {
    position: relative;
    z-index: 1;
}


/* RESPONSIVE */

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

    .navbar {
        display: flex;
        align-content: center;
        height: 180px;
        padding-right: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }
    
    .navbar-nav {
        font-size: 16px;
        letter-spacing: 1px;
    }


    .login-button {
        position: absolute;
        left: 150px;
        top: 60px;
    }

    .flex-row {
        margin-top: 100px;
    }

    .logo {
        position: absolute;
        width: auto;
        height: 180px;
        left: -10px;
        top: -10px;
    }

    .sign {
        visibility: hidden !important;
        width: auto;
        height: 0;
    }

    .blog-heading {
        width: 742px !important;
        max-width: 742px !important;
        top: 17em;
    }

    .post-heading {
        width: 742px !important;
    }

    .imageDescription {
        font-size: 1.1rem !important;
    }

    .container {
        width: 742px !important;
        max-width: 742px !important;
        margin: 0 auto 1em auto;
        /* padding: 50px 10px; */
        font-size: 18px !important;
    }

    iframe {
        width: 700px !important;
        height: 393px !important;
    }
}


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

    .logo {
        position: absolute;
        width: auto;
        height: 180px;
        left: -10px;
        top: -10px;
    }

    .sign {
        visibility: hidden !important;
        width: auto;
        height: 0;
    }

    .navbar {
        display: flex;
        align-content: center;
        height: 180px;
        padding-right: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }

    .navbar-nav {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .flex-row {
        margin-top: 100px;
    }

    .login-button {
        position: absolute;
        left: 150px;
        top: 60px;
    }

    .blog-heading {
        width: 600px !important;
        max-width: 600px !important;
        top: 17em;
    }

    .post-heading {
        width: 600px !important;
    }

    .imageDescription {
        font-size: 1.1rem !important;
    }

    .container {
        width: 600px !important;
        max-width: 600px !important;
        margin: 0 auto 1em auto;
        font-size: 18px !important;
    }

    iframe {
        width: 550px !important;
        height: 309px !important;
    }
}

@media screen and  (min-width: 531px) and (max-width: 630px) {

    .navbar {
        display: flex;
        align-content: center;
        height: 180px;
        padding-right: 0;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }
    
    .navbar-nav {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .flex-row {
        margin-top: 100px;
    }

    .logo {
        position: absolute;
        width: auto;
        height: 180px;
        left: -10px;
        top: -10px;
    }

    .sign {
        visibility: hidden !important;
        width: auto;
        height: 0;
    }

    .login-button {
        position: absolute;
        left: 150px;
        top: 60px;
    }

    .blog-heading {
        width: 500px !important;
        max-width: 500px !important;
        top: 17em;
    }

    .post-heading {
        width: 500px !important;
    }

    .container {
        width: 500px !important;
        max-width: 500px !important;
        margin: 0 auto 1em auto;
        padding: 50px 10px;
    }

    iframe {
        width: 450px !important;
        height: 252px !important;
    }
}


@media screen and  (min-width: 131px) and (max-width: 530px) {

    .navbar {
        display: flex;
        align-content: center;
        height: 180px;
        padding-right: 20px;
    }

    .navbar-toggler {
        position: absolute;
        right: 20px;
    }
    
    .navbar-nav {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .flex-row {
        margin-top: 100px;
    }

    .login-button {
        position: absolute;
        left: 150px;
        top: 60px;
    }

    .logo {
        position: absolute;
        width: auto;
        height: 180px;
        left: -10px;
        top: -10px;
    }

    .sign {
        visibility: hidden !important;
        width: auto;
        height: 0;
    }

    header.masthead {
        height: auto;
    }

    .h1-white {
        font-size: 2.2rem;
    }

    .blog-heading {
        width: 300px !important;
        max-width: 350px !important;
        top: 6em;
    }

    .post-heading {
        width: 350px !important;
        padding: 0 30px;
        top: 5em;
    }

    .text-heading {
        top: 2em;
    }

    .blog-heading {
        top: 6em;
    }

    h1.post {
        font-size: 1.7rem !important;
    }

    .post-subheading {
        font-size: 0.9rem !important;
    }

    .short-date-top {
        font-size: 0.8rem;
    }

    .subheading {
        font-size: 1rem !important;
    }

    .short-postTitle {
        font-size: 1.3rem;
    }

    .short-subheading {
        color: rgb(33, 37, 41);
        font-size: 1rem;
    }

    .short-date {
        font-size: 0.8rem;
    }

    .quote {
        font-size: 0.85rem;
        padding: 5px;
        margin: 5px;
    }

    .name {
        font-size: 0.85rem;
    }

    .container {
        width: 300px !important;
        max-width: 300px !important;
        margin: 0 auto 1em auto;
        padding: 10px 10px;
        font-size: 16px;
    }

    img, svg {
        vertical-align: middle;
        width: 100%;
        height: auto;
    }

    .imageDescription {
        font-size: 0.8rem !important;
    }

    .post-links {
        max-width: 300px !important;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 0;
    }

    .my-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }

    .btn {
        font-size: 14px;
    }

    .home-button {
        width: 90%;
    }

    footer {
        width: 90%;
    }

    .fa-stack.mobile {
        font-size: 14px;
        width: 1.5em;
      }

    .fa-inverse {
        color: var(--fa-inverse,rgb(33, 37, 41));
    }

    .fa-circle {
        visibility: hidden;
    }

    .footer p {
        margin-top: 0.5rem;
        font-size: 12px;
    }

    .list-inline {
        margin-bottom: 0;
    }

    .list-inline.text-center {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
      }
  
      .list-inline-item {
        margin: 5px 0;
      }

    iframe {
        width: 300px !important;
        height: 168px !important;
    }
}

