.lelogo {
    height: 4em;
    width: 6em;
}

.lelogo2 {
    height: 5em;
    width: 5em;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
}

.body {
    background-image: url("./imgs/bg.jpg");
    background-repeat: repeat;
}

.leiframe{
    overflow:hidden;
    height: 50%;
    width: 50%;
    float: center;
}

.fa {
    padding: 10px;
    font-size: 26px !important;
    width:45px;
    text-align: center;
    text-decoration: none;
}

.fa:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

.fa-facebook {
    color: white;
}

.fa-twitter {
    color: white;
}

.fa-instagram {
    color: white;
}

.footer {
    margin-top: 50px;
  }

.downloadicon {
    margin-right: 5px;
    margin-left: 5px;
}

.downloadicon:hover {
    opacity: 0.7;
}

.clickylink
{
    cursor: pointer;
}

.btn-primary
{
    background-color: #733C90;
    border-radius: 500px;
    border-color:#5f267c;
}

.btn-primary:hover
{
    background-color: #5f267c;
    border-color:#5f267c;
}

.btn-primary:active
{
    background-color: #b355ee !important;
    border-color:#5f267c;
}

.trailer {
    z-index: 105;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    position: absolute;
    inset: 0px;
    height: 100%;
    visibility: visible;
}

.trailer-header {
    z-index: 106;
    display: flex;
    align-items: center;
    margin: -1.75em 0px 10px 0px;
    background-color: #5f267c;
    height: 2em;
    width:100%;
}

.trailer-text {
    z-index: 107;
    cursor: pointer;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    flex: 1 1 auto;
    color: #ffffff;
    font-size: 1.4em;
    text-align: center;
    margin-right: 50px;
}

.letrailer
{
    position: sticky;
    left: 90%;
    bottom: 20px;
    width:640px;
    height: 416px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
    display: block;
}

.leiframe 
{
    border-style:solid;
    border-width: 5px;
    border-color:#5f267c ;
    margin-top:28px;
    width: 640px;
    height: 358px;
    background-color: #5f267c ;
}

.hiddenbar
{
    position: sticky;
    left: 90%;
    bottom: 20px;
    height: 50px;
    width: 640px;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 32px;
    display: none;
}


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

    .hiddenbar
    {
        width: 320px;
    }

    .leiframe 
    {
        height: 176px;
        width: 322px;
    }

    .letrailer
    {
        height: 235px;
        width: 322px;
    }
}

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

    .addpad
    {
        padding: 5px;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
    }
}
