
html, body {
    height: 100%;
    margin: 0;
}

body {
    background: #03091B;
    background: rgb(3,9,27);
    background: linear-gradient(172deg, rgba(3,9,27,1) 0%, rgba(14,21,42,1) 70%, rgba(125,123,59,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    text-indent: -1000000px;
    height: 0px;
    margin: 0;
    padding: 0;
}

#video {
    width: 90%;
    max-height: 70vh;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
}
video {
 
    max-height: 70vh;
    width: 100%;
    z-index: 5;
    background: black;
}

#play {
    width: 200px;
    height: 200px;
    background: #000 url(play_btn_out.png) no-repeat center center;
    background-size: contain;
    position:absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    border-radius: 20px;
    border: none;
    display: none;
    z-index: 10;
}

#play:hover {

    background: #000 url(play_btn_over.png) no-repeat center center;
    background-size: contain;
}

#play.active {
    display:block;
}

h2 {
    color: #C5B358;
    font-size: 16px;
    text-align: center;
    margin: 0 0 15px 0;
    font-family: 'Fjalla One';
    /*font-family: 'Anton';*/
    font-weight: normal;
}

h2 .fas{
    font-size: 20px;
    margin-right: 5px;
}

#mail {
 text-align: center;
 margin: 20px;
}

#mail input[type='email'] {
    height: 30px;
    border-radius: 5px;
    border: transparent 2px solid;
    outline: none;
}
#mail input[type='email']:focus {
    border: #C5B358 solid 2px;
    outline: none;
}

#mail button {
    height: 36px;
    background:#C5B358;
    border-radius: 5px;
    border: none;
    outline: none;
}

#mail button .fas {
    color:#bdac5b;
}

#mail button:hover {
    background-color:#b4a34d;
    cursor: pointer;
}

#mail h3 {
    color: #C5B358;
    font-size: 16px;
    text-align: center;
    margin: 5px 0 20px 0;
    font-family: 'Fjalla One';
}

#mail a {
    color: #C5B358;
    font-family: 'Fjalla One';
    font-size: 14px;
}

#mail p {
    color: #C5B358;
    font-size: 14px;
    text-align: center;
    margin: 0 0 25px 0;
    font-family: 'Fjalla One';
}


#logos {
    height: 80px;
    text-align: center;
}

input[name='thename'] {
    display: none;
}

.logo-box {
    height: 100%;
    width: 200px;
    display: inline-block;
    margin: 0 50px;
}

.logo-box.amatic {
    background: transparent url('logo-amatic-white.png') no-repeat center center;
    background-size: contain;
    opacity: 0.3;
}

.logo-box.comatel {
    background: transparent url('logo-comatel-white.png') no-repeat center center;
    background-size: contain;
    opacity: 0.3;
}

hr {
    border-top: 2px solid #C5B358;
    border-bottom:none;
    height:0;
    width: 50%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.videolist {
    width: 90%;
    padding: 20px 0 0 0;
    margin: 0 auto 20px auto;
    display: block;
    position: relative;
    
}



.videolist li { 
    background-color: rgba(255,255,255,0.1);
    border-radius: 20px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    
}

.videolist li.royal_5 {
    background-image: url('./vid_screen_1.PNG');
    background-repeat: no-repeat;
    background-position-x: -53px;
    background-position-y: top;
    background-position-y: 84%;
    background-size: 114%;
}

.videolist li.luckylink {
    background-image: url('./LuckyLink_banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.videolist li a {
    text-decoration: none;
}

.videolist li:hover {
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.5);
    border: 2px solid  #C5B358;
    cursor: pointer;
}

.videolist .preview-img {
    width: 180px;
    height: 90px;
    margin: 10px auto;
}

.videolist .preview-img.rrl{
    background: transparent url('./rgv_game_logo.png') no-repeat 50% 50%;
    background-size:contain; 
}

.videolist .preview-img.llf{
    width: 230px;
    background: transparent url('./ll.png') no-repeat 50% 50%;
    background-size:contain; 
}

.videolist .preview-text {
    width: 100%;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.videolist .preview-text h2 {
    font-size: 25px;
}

.content {
    padding: 50px 20px;
    
}

.content.nopadding {
    padding: 10px 10px 50px 10px;
}

.content h2 {
    font-size: 26px;
}

.content p {
    color: #C5B358;
    text-align: center;
    font-family: 'Fjalla One';
}

.img-container {
    text-align: center;
    width:100%;
    overflow:hidden;
}

.img-container .img-align {
    max-width: 850px;
    margin: 0 auto;	    
}

.img-container img {
    max-width: 100%;
    height: auto;
    border: 2px solid #C5B358;
    transition: all 0.5s ease;
    box-sizing: border-box;
}

.img-container img#img1 {
    transform:translateX(-200%);
}

.img-container img#img1.in {
    transform:translateX(0);
}

.img-container img#img2 {
    transform:translateX(200%);
}

.img-container img#img2.in {
    transform:translateX(0);
}

.img-container hr {
    margin: 30px auto;
    border-top: 2px solid #C5B358;
}

.btn {
    height: 50px;
    background:#C5B358;
    border-radius: 5px;
    border: none;
    outline: none;
    display:block;
    width: 300px;
    margin: 50px auto 0 auto;
    line-height: 50px;
    color: #FFF;
    text-decoration: none;
    font-family: 'Fjalla One';
    font-size: 20px;
}

.btn:hover {
    background-color:#b4a34d;
    cursor: pointer;
}

.reveal.left {
    transform:translateX(-200%);
}

.reveal.right {
    transform:translateX(200%);
}

.reveal.in {
    transform:translateX(0);
}

@media screen and (orientation: portrait){

    body.vid { padding-top: 20vh; height: 80vh;}
  }

@media  screen and (max-width: 500px) {
    #play {
        width: 100px;
        height: 100px;
        margin-left: -50px;
        margin-top: -65px;
    }
  }

  @media  screen and (max-width: 300px) {
    .logo-box {
        width: 100%;
        margin: 0 auto;
    }
  }
