/* Txt */

@media screen and (orientation: portrait) {
    
    p2 {
        
        font-size: 25px;
        
    }
    
    p4 {
        
        font-size: 15px;
        
    }
    
    p5 {
        
        font-size: 15px;
        
    }
    
    p6 {
        
        font-size: 8px;
        
    }
    
    p7 {
        
        font-size: 8px;
        
    }
    
    p8 {
    
        font-size: 12px;

    }
    
    
}

@media screen and (orientation: landscape) {
    
    p2 {
        
        font-size: 3vw;
        
    }
    
    p4 {
        
        font-size: 2vw;
        
    }
    
    p5 {
        
        font-size: 1vw;
        
    }
    
     p6 {
        
        font-size: 1vw;
        
    }
    
    p7 {
        
        font-size: 1vw;
        
    }
    
    p8 {
    
        font-size: 1vw;

    }
    
    
}

p1 {
           
    color: white;
    font-size: 1.3vw;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 800;
            
}
        
p2 {
            
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 800;
            
}

p3 {
    
    color: white;
    font-size: 2vw;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 600;
    
}

p4 {
    
    color: #01172d;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-weight: 900;
    border-bottom: 3px solid #ffa952;
    letter-spacing: 1.5px;
    padding-bottom: 1vw;
    
}

p5 {
    
    color: #01172d;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 100;
    
}

p6 {
    
    color: #01172d;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 600;
    
}

p7 {
    
    color: #01172d;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: 100;
    line-height: 2vw;
    
}

p8 {
    
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    
}
    