@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&family=Poppins:wght@300;500;700;900&display=swap');
/*font-family: 'Elsie Swash Caps', cursive;*/
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&family=Syne:wght@800&display=swap');

*{
    outline: none !important;
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
}
header{
    position: relative;
    z-index: 1000000;
}
p{
    font-size: 1.3rem;
}
.navbar{
    background: #ffb8b8 !important;
    transition: 0.5s;
}
.navbar.scrolled{
    transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link {
    transition: 10ms;
    color: rgb(9 0 104);
    font-weight: 900;
    font-size: 1.2rem;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255 187 46);
    text-shadow: 3px 1.5px 4px #2c3033;
    -webkit-text-stroke: .5px rgb(9 0 104);
}
.project{
    padding-top: 10rem !important;
}
h1, h2, #link-project{
    font-family: 'Syne', sans-serif;
    font-weight: 900 !important;
    color: #040059;
}
a{
    text-decoration: none;
    font-size: 1.5rem;
}
.footer
{
    bottom: 0;
    left: 0;
    padding: 15px 100px;
}
.nameFooter {
    font-family: 'Poppins', sans-serif;
    font-weight: 600; 
}
.icon{
    width: 40px;
    transition: transform .2s ease-in;
}
.icon:hover{
    transform: scale(1.3);
}
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px){
}
@media (max-width: 575px)   {
    .footer{
        padding: 10px 0;
    }
    .nameFooter{
        font-size: .7rem;
    }
    .icon{
        width: 30px;
    }
}
@media (min-width: 576px) {
    p{
        margin-top: 1rem;
    }
    .footer{
        padding: 0 10px;
    }
    .nameFooter{
        font-size: .75rem;
    }
    .icon{
        width: 30px;
    }
}
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575px)   {
    .footer{
        padding: 10px 0;
    }
    .nameFooter{
        font-size: .7rem;
    }
}
@media (min-width: 576px) {
    p, h2{
        padding: 0 10px;
    }
    p{
        margin-top: 1rem;
    }
    .footer{
        padding: 0 10px;
    }
    .nameFooter{
        font-size: .75rem;
    }
}
/*// Medium devices (tablets, 768px and up)*/
@media (max-width: 768px){
    .icon{
        width: 30px;
    }
}
@media (min-width: 768px) {
    p{
        margin-top: 1rem;
    }
    .nameFooter {
        font-size: 1rem;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    p{
        font-size: 1.1rem;
    }
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .img-fluid{
        width: 100% !important;
    }
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 2000px) {
    .footer{
        margin-top: 100px !important;
    }
    p{
        font-size: 1.5rem;
    }
    .img-fluid{
        width: 100% !important;
    }
}
