@font-face {
    font-family: 'Montserrat';
    src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: 'MontserratLight';
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: 'MontserratBold';
    src: url(../fonts/Montserrat-Bold.ttf);
}

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Montserrat';
    margin: 0;
    background-color: white;
}

a{
	color: inherit;
	text-decoration: none;
}

.bold-text{
    font-family: 'MontserratBold';
}

.light-text{
    font-family: 'MontserratLight';
}

.header-1{
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.header-2{
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.header-2 > h1{
    margin-left: 10%;
    width: 80%;
}

.header-1 .bold-text{
    text-shadow: 1px 1px 40px white;
}

.header-3{
    font-size: 45pt;
}

.subtitle{
    text-transform: none;
    letter-spacing: 0;
    font-size: 25px;
    margin: 0 auto;
    margin-top: -10px;
    width: 600px;
}

.pretitle{
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 25px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: -20px;
}



#spw-process{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    display: none;
}

#spw-process > div{
    width: 450px;
    height: 450px;
    background-color: #8e44ad;
    border-radius: 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#process-title{
    color: white;
    font-size: 30px;
    text-transform: uppercase;
}

#process-loading{
    width: 300px;
    margin: 0 auto;
}

#process-ok{
    width: 250;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7428%) hue-rotate(82deg) brightness(100%) contrast(91%);
    display: none;
}

@media only screen and (max-width: 599px) {
    .header-1 {
        font-size: 23px;
        letter-spacing: 6px;
    }

    .header-2{
        font-size: 22px;
        letter-spacing: 4px;
    }

    .subtitle{
        width: 90%;
        font-size: 20px;
    }

    .pretitle{
        width: 90%;
        font-size: 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px){
    .header-1{
        font-size: 33px;
    }

    .header-2{
        font-size: 32px;
    }
}
