/* Layout */
html, body{
    height: 100%;
    overflow-x: hidden;
}

body {
    background: url(../img/capa.png),
                url(../img/ruido.png),
                linear-gradient(50deg, #ff4169, #7c26f8)
    ;

    background-attachment: fixed;
    font-family:  Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: 900;
    letter-spacing: -0.05;
    margin-bottom: 50px;
    color: #fff;
}

h2 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.04rem;
}

/* navbar */
nav {
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.829);
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    transition: 300ms;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #9bf0e1;
}

.division {
    width: 1px;
    background: #fff;

    margin: .7rem .8rem;
}

/* Toggler */
.navbar-light .navbar-toggler{
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

/* Home */
#home {
    height: 100vh;
}

.capa {
    text-align: center;
}

.btn-custom {
    color: white;
    border-radius: 20rem;
    text-transform: uppercase;

    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}

.btn-free {
    background: #7c25f8;
}

.btn-free:hover {
    background: #6207e3;
    color: white;
}

.btn-premium {
    border: 2px solid white;
}

.btn-premium:hover {
    background: white;
    color: black;
}

/* services */
.box {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#services {
    background: white;
}

#services h2, 
#services h3 {
    color: #7c25f8;
}

.gallery {
    padding: 1rem 0;
}

/* resources */
#resources{
    color: white;
} 

#resources h3 {
    color: #9bf0e1;
}

.rotation {
    transform: rotate(30deg);
    padding-left: 4.5rem;
}

/* footer */
footer {
    background: #000;
    padding: 50px 0px 20px 0px;
    position: relative;
}

footer h4 {
    color: #919496;
    font-size: 0.8rem;
    text-transform: uppercase;
}

footer .navbar-nav a {
    color: white;
    font-size: 0.8rem;
}

footer .navbar-nav a:hover {
    color: #9bf0e1;
    text-decoration: none;
}

footer ul {
    list-style: none;
}

footer ul li {
    float: right;
    margin: 0 1rem;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .btn-custom {
        margin: 10px 15px;
        font-size: .9rem;
        width: 90%;
    }
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    h1 {
        font-size: 3rem;
    }

    .btn-custom {
        margin: 10px 15px;
        font-size: 1.2rem;
        width: 80%;
    }

}


/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 
    h1 {
        font-size: 4rem;
    }

    .btn-custom {
        margin: 10px 15px;
        font-size: 1.2rem;
    }


}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 
    h1 {
        font-size: 5rem;
    }

    .btn-custom {
        margin: 10px 15px;
    }


}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    h1 {
        font-size: 6rem;
    }

    .btn-custom {
        margin: 10px 15px;
    }


}
