body {
    font-family: CenturyGothic;
    font-weight: normal;
    cursor: url(../images/cursorb.cur), pointer;
    font-size: 15px;
}

#sticky-header {
    padding: 10px 20px 10px 20px;
    position: sticky; top: 0;
    z-index: 1;
}

#sticky-header #logo {
    font-size: 24px;
    color: #FF00FF;
}

#sticky-header span {
    /*padding-left: 10px;*/
    color: FF00FF;
}

#sticky-header #logo img{
    width: 50px;
}

#sticky-header #menu {
    
}

#sticky-footer #menu a,
#sticky-header #menu a{
    color: #FF00FF;
    font-size: 24px;
    padding-left: 10px;
}

#sticky-header #menu a:hover{

}

#sticky-footer {
    padding: 10px 20px 10px 20px;
    position: sticky; 
    bottom: 0;
    z-index: 1;
}

#sticky-footer #sm a img{
    padding: 3px;
    width: 32px;
}

#intrologo {
    position: absolute;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    z-index: 10;
}

#intrologo .logo-box {
    margin-top: 50vh;
    transform: translate(0, -50%);
}

#intrologo .text {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;

    animation-delay: 1s;
    animation-name: animation-text;
    animation-duration: 2s;
    animation-fill-mode: forwards;

    opacity: 0;
}

@keyframes animation-text {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.row {
    margin: 0 !important;
}

@media (max-width: 768px) {

    #intrologo .text {
        width: 50px;
    }
}

.modal-page {
    position: absolute;
    width: 100% !important;
    max-width: none !important;
    padding-left: 100px;
    padding-right: 100px;
    top: 50vh;
    transform: translate(0, -50%) !important;
    margin: 0 !important;
}

iframe{height:calc(100vh - 200px);width:100%;}

@media only screen and (max-width: 1400px) {
    .modal-page {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    iframe{height:calc(100vh - 340px);width:100%;}

    .modal-page {
        top: 0;
        transform: none !important;
    }
}

.modal-backdrop {
    background-color: transparent;
}

@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/CenturyGothic.ttf);
  }

.close {
    position: absolute !important;
    top: 10px;
    right: 10px;
}