/*
    Theme Name: Avertra MUG Theme
    Author: Alixsander Haj Saw
    Author URI: https://opensourcehustle.com/
    Description: IT Services and IT Consulting
    Tags: IT, Mendix, SAP
    Version: 3.1
    Text Domain: avertra
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, button {
    font-family: 'Poppins', sans-serif;
}

html, body {
    width: 100%;
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

h2 + p {
    margin-top: 0;
}

h1 {
    font-size: 3.5vw;
    margin: 1.1vw 0;
    font-weight: 600;
    line-height: 4.5vw;
}

h2 {
    font-size: 1.4vw;
    margin: 1.5vw 0;
    font-weight: 600;
}
a {
    text-decoration: none;
}

p, a, li {
    font-size: 1.1vw;
}

p, ul {
    margin: 1.1vw 0;
}

button {
    border: none;
    font-size: 1.1vw;
    cursor: pointer;
}

.main-cnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    
}

.margin-cnt {
    width: 90%;
    position: relative;
}

section {
    position: relative;
    width: 100%;
}

.round-btn {
    padding: 0.6vw 2vw !important;
    border-radius: 5vw !important;
    color: white !important;
    width: fit-content !important;
}

.violet-bg {
    background-color: #5523b7;
}

.violet {
    color: #5523b7;
}

.magenta-bg {
    background-color: #c9239c;
}

.magenta {
    color: #c9239c;
}

.cyan-bg {
    background-color: #2ac6d1;
}

.cyan {
    color: #2ac6d1 !important;
}

.semiBold {
    font-weight: 600;
}

.blue-bg {
    background-color: #0844bc;
}

.blue {
    color: #0844bc;
}

.white {
    color: white;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: bold;
}

.semi-bold {
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.lightWeight {
    font-weight: 200;
}

#wp-page {
    padding: 10vw 0;
}

@media (max-width:767px) {
    p, a, li {
        font-size: 16px;
        margin: 16px 0;
    }

    button {
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
        margin-bottom: 14px;
        text-align: center;
        line-height: 28px;
    }

    h2 {
        font-size: 22px;
    }

    .round-btn {
        padding: 10px 30px !important;
        border-radius: 25px !important;
    }

}


/* random comment for deployment test  */