@font-face{
    font-family: 'myfont';
    src: url('fonts/font.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face{
    font-family: "myfont1";
    src: url("fonts/font1") format("truetype");
    font-style: normal; 
    font-weight: normal; 
}
.prem{
    line-height:200%;
	list-style-type:none;
	font-size:200%;
    font-weight:bolder;
}
.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: relative;
    height: 100%;
    width: 100%;
    padding-top:45%;
}
 
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
 
.overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
 
.overlay p {
    text-align:center;
    color:#fff;
    font-size: 200%;
    margin-top:9%;
}
.content h1{
    text-align: center;
    font-size: 30px;
}

.content div{
	color:black;
}

#choose{
    font-size:200%;
}

#text{
    padding-top:10%;
    font-size:250%;
}

/*a{
    text-decoration: none;
}*/

#wrap:after{
content: "";
display: block;
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

#wrap {
margin-bottom: 5%;
min-height:75%;
}

#wrap:after{
height: 100%;
}

#text p {
color: rgba(0,0,0,0.6);
text-shadow: 0px 3px 0px #b2a98f,
            0px 14px 10px rgba(0,0,0,0.15),
            0px 24px 2px rgba(0,0,0,0.1),
            0px 34px 30px rgba(0,0,0,0.1);
}

.anim-show{
    display: inline-block;
    color: #fff;
    font-size: 25px;
    text-align: center;
    opacity: 0;
    transition: 1s;
    animation: show 3s 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes show{
    0%{
    opacity:0;
    }
    100% {
    opacity:1;
    }
}
@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('bg.jpg') center center / cover no-repeat;
    }
 
    .fullscreen-bg__video {
        display: none;
    }
}
body {
    overflow-x: hidden;
}