.px30{
    font-size: 30px !important;
}

@font-face {
    font-family: android;
    src: url(../../fonts/android.ttf);
}
.android {
    font-family: android, sans-serif;
}

@font-face {
    font-family: fenixLogo;
    src: url(../../fonts/fenix-logo.ttf);
}
.fenixLogo {
    font-family: fenixLogo, sans-serif;
}

@font-face {
    font-family: righteous;
    src: url(../../fonts/Righteous-Regular.ttf);
}
.righteous {
    font-family: righteous, sans-serif;
}

@font-face {
    font-family: robotoLight;
    src: url(../../fonts/Roboto-Light.ttf);
}
.robotoLight {
    font-family: 'robotoLight', sans-serif;
}
@font-face {
    font-family: robotoBold;
    src: url(../../fonts/Roboto-Bold.ttf);
}
.robotoBold {
    font-family: 'robotoBold', sans-serif;
}

@font-face {
    font-family: patrickHand;
    src: url(../../fonts/PatrickHandSC-Regular.ttf);
}
@font-face {
    font-family: patrickFormal;
    src: url(../../fonts/PetitFormalScript-Regular.ttf);
}
.patrickHand {
    font-family: patrickHand, sans-serif;
}
.patrickFormal {
    font-family: patrickFormal, sans-serif;
}

@font-face {
    font-family: kellySlab;
    src: url(../../fonts/KellySlab-Regular.ttf);
}
.kellySlab {
    font-family: kellySlab, sans-serif;
}

.iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pointer{
    cursor:pointer;
}
