@font-face {
    font-family: 'cinzelbold';
    src: url('cinzel-bold-webfont.woff2') format('woff2'),
         url('cinzel-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: white;
    margin:0;
}


#vidBk{
 display: flex;
    position: relative;
        z-index: -1;
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

header{
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: rgb(255,255,255,0.5);
    border-bottom: 1px solid rgb(153,0,0);
    margin: 10px 0;
    padding-bottom: 10px;
}
#logo {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("/img/Preytorians_Crest_P_Avatar_250px.png");
    background-size: cover;
    float:left;
}
nav {
    display: block;
    position: relative;
    margin-top: 50px;
    float: right;
    margin-right: 25px;
}
footer {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    border-top: 1px solid rgb(153,0,0);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 200;

}
footer nav {    
    display: flex;
    position: relative;
    width: 50%;
    margin: 25px auto;
    float:unset;
    justify-content: center;
}

#openingBlock{
    display:block;
    position: relative;
    z-index: 1;
    
}
.ytResponsive{
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px;
  border-width: 0;
  background-color: transparent;
}
section {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 200;
    color: #333;
}
section p {
    font-size: 14px;
    text-align: justify;
    line-height: 1.2em;
}
ol {
    font-style: italic;
    
}
.centerSection:first-of-type {
    margin-top:150px;
    border: 1px solid rgb(153,0,0);
    border-radius: 10px;

}
.centerSection {
    display: block;
    position: relative;
    width: 1024px;
    margin: 15px auto 25px;
    z-index: 1;
    background-color: rgb(255,255,255,0.85);
    padding: 20px;
    border: 2px solid rgb(153,0,0);
    border-radius: 10px;
}
/*sl-carousel sl-carousel-item {
    display: block;
    position: relative;
    width: 1024px;
    margin: 15px auto 25px;
    z-index: 1;
    background-color: rgb(255,255,255,0.85);
    padding: 10px;
    border: 2px solid rgb(153,0,0);
    border-radius: 10px;
}*/
sl-carousel {
    --aspect-ratio: unset;
    margin-top:-150px;
}
.rightSide {
    display:block;
    position: inherit;
    z-index: 1;
    width: 45%;
    float: right;
    padding-top: 10px;
}
.leftSide {
    display:block;
    position: inherit;
    z-index: 1;
    width: 50%;
    float: left;
}
.rightSide50 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 45%;
    float: right;
}
.leftSide50 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 45%;
    float: left;
}
.rightSide30 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 35%;
    float: right;
}
.leftSide70 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 62.5%;
    float: left;
}
.fullWide {
    display: flex;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
.fullWideCopy {
    display: block;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    
}
h1,h2,h3,h4,h5,h6 {
    font-family: cinzelbold, serif;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(153,0,0,1.0);
}
h1 {
    font-size: 48px;
    margin:0;
}
h3 {
    font-size: 28px;
}
.centerSection .rightSide iframe:first-of-type{
   display: none;
}
.newRelease {
    display:block;
}
i {
    color:rgb(153,0,0);
}
i:hover {
    color:rgb(0,0,0);
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
footer a {
    color:rgb(255,255,255);
}
footer a:hover {
    color:rgb(153,0,0);
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}

footer i {
    color:rgb(153,0,0);
}
footer i:hover {
    color:rgb(255,255,255);
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}
.bottmTag {
    color: rgb(153,0,0);
    font-weight: 600;
}
footer p{
    text-transform: uppercase;
}
.coverArt{
    border-radius: 10px;
}
.imgOverlay {
    display: block;
    position: relative;
    z-index: 20;
    font-family: 'cinzelbold';
     color: #fff;
    background-color: rgb(0, 0, 0, 0.5);
    padding: 10px;
    margin-top: -43px;
    /* overflow: hidden; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.imgOverlay a {
    color:rgb(255,255,255);
}
.imgOverlay a:hover {
    color:rgb(153,0,0);
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}


/* ********** MOBILE STYLES ********** */

@media only screen and (max-width:768px) {
    h1 {
    font-size: 40px;
    margin:0;
}
    
    header{
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: rgb(255,255,255,0.5);
    border-bottom: 1px solid rgb(153,0,0);
    margin: 10px 0;
    padding-bottom: 10px;
}
#logo {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    background-image: url("/img/Preytorians_Crest_P_Avatar_250px.png");
    background-size: cover;
    float:left;
}
nav {
    display: block;
    position: relative;
    margin-top: 50px;
    margin-right: 25px;
}
    .centerSection {
    display: block;
    position: relative;
    width: 85%;
    margin: 15px auto 25px;
    z-index: 1;
    background-color: rgb(255,255,255,0.85);
    padding: 20px;
    border: 2px solid rgb(153,0,0);
    border-radius: 10px;
}
    .fullWide {
    display: block;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}
    .fullWideCopy {
    display: block;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
    text-align: justify;
    
}
    .fullWideCopy h2 {
        text-align: left;
    }
    .rightSide {
    display:block;
    position: relative;
    z-index: 1;
    width: 100%;
}
.leftSide {
    display:block;
    position: relative;
    z-index: 1;
    width: 90%;
    
}
    .centerSection:first-of-type {
    margin-top: 150px;
    border: none;
    padding: 0 20px 0;
}
    .rightSide50 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 100%;
    float: right;
}
.leftSide50 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 100%;
    float: left;
}
        .rightSide70 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 100%;
    float: right;
}
.leftSide30 {
    display:block;
    position: inherit;
    z-index: 1;
    width: 100%;
    float: left;
}
    footer {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 150px;
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    border-top: 1px solid rgb(153,0,0);
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 200;

}
    footer nav {    
    display: flex;
    position: relative;
    width: 90%;
    margin: 25px auto;
    float:unset;
    justify-content: center;
}
    
}
