@charset "UTF-8";

h3.title {
    font-family: 'Poppins';
    font-size: 65px;
    font-weight: 300;
    margin-top: 0px;
    text-align: center;
}

p.introduction  {
    font-family: 'Poppins'; 
    font-size: 20px;
    text-align: justify;
}

p.title{
    text-align: center;
}

li.menu{
    font-family: 'Poppins';  
    font-size: 18px;
}

div.title{
    margin: 0 auto;
    text-align: center;
}

h2.title{
    font-family: 'Poppins'; font-size: 68px; font-weight: 300;
}

img.img-resize {
    width: 60% !important;
    height: 60% !important;
}

img.blog-resize {
    max-width: 50%;
    max-height: 50%;
    float: left;
    padding: 5px;
}

img.logo{
    width: 85%  !important;
    height: 85%  !important;
}

button.menu{
    width: 150px;
    padding-bottom: 10px; 
    padding-top: 10px;
}


@media (max-width: 500px) {
    h3.title {
        font-family: 'Poppins';
        font-weight: 300;
        font-size: 2.5rem;
        margin-top: 5px;
        padding-top: 5px;
    }

    h2.title {
        font-family: 'Poppins';
        font-size: 2.75rem;
        margin-top: 5px;
        padding-top: 5px;
        font-weight: 300;
    }

    img.img-resize{
        width: 90% !important;
        height: 90% !important;
    }

    img.logo{
        width: 90%  !important;
        height: 90% !important;
    }
   
    button.menu{
        width: 100%;
    }
    
}