@font-face {
    font-family: Delicious;
    src: url('caxton_light_italic.otf')
    format("opentype");
}

a {
    color: black;
}

a:hover {
    color: darkgrey;
    text-decoration: underline;
    -webkit-text-decoration: underline;
}
a:active {
    text-decoration: underline;
}

body {
    padding-top: 5px;
    /* font-family: 'Cantarell', sans-serif !important; */
    font-family: 'Caxton', Serif !important;
    font-style: italic !important;
    line-height: 1.1em;
}

@media (min-width: 992px) {
    body {
        padding-top: 5px;
    }
}
p {
    font-size: 1em;
}
hr {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.navbar {
    min-height: 80px;
}
.navbar-brand {
    margin-right: 0;
}

.navbar-brand > img {
    height: 50px;
}
@media (max-width: 576px) {
    .navbar-brand {
        padding-left: 0;
    }
}

.navbar-nav {
    margin-bottom: 22px;
}
.nav-link {
    font-size: 1.05em;
    padding-top: 0;
}
.nav-link:hover {
    text-decoration: underline;
}
.footer-txt {
    font-size: 0.8em;
}
.navbar-toggler {
    font-size: 1.5em;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 20px;
}
.lyricpicsize {
    width: 100%
}
@media (min-width: 576px) {
    .margin-menu {
        margin-left: 15px;
    }
    #navbarResponsive {
        margin-left: 15px;
    }
    .videosize {
        width: 100%
    }
    .lyricpicsize {
        width: 100%
    }
}
@media (min-width: 768px) {
    .margin-menu {
        margin-left: 15px;
    }
    #navbarResponsive {
        margin-left: 15px;
    }
    .img-fluid {
        max-width: 80%;
    }
    .videosize {
        width: 100%;
    }
    .lyricpicsize {
        width: 100%
    }
}
@media (min-width: 992px) {
    .margin-menu {
        margin-left: 0;
    }
    #navbarResponsive {
        margin-left: 0;
    }
    .img-fluid {
        max-width: 80%;
    }
    .videosize {
        width: 100%;
    }
    .lyricpicsize {
        width: 65%
    }
}
@media (min-width: 1200px) {
    .margin-menu {
        margin-left: 0;
    }
    #navbarResponsive {
        margin-left: 0;
    }
    .img-fluid {
        max-width: 80%;
    }
    .videosize {
        width: 100%;
    }
    .lyricpicsize {
        width: 65%
    }
}
.email {
    background: transparent;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 1px solid !important;
    font-weight: 200;
    color: black;
    padding-left: 0;
    outline: none;
    border-radius: 0 !important;
}
.head > .social > .followus-img {
    width: 22px;
    height: 22px;
    border: 0;
    text-decoration: none !important;
}
.followus-img {
    width: 32px;
    height: 32px;
    border: 0;
    text-decoration: none !important;
}

.underline {
    text-decoration: underline;
}
.social:hover {
    text-decoration: none;
    -webkit-text-decoration: none;
}
.date {
    font-weight: normal !important;
}
.press img {
    height:auto;
    width: auto;
}

.head {
    margin-top: 30px;
}
