/**
*  Theme....: Inside Tech
*  Version..: 0.2
*  Author...: Esteban Vaquero C.
**/

/*
*======
* BASE
*======
*/

/* Fonts */
body {
    font-family: 'Poppins', sans-serif;
}

.font-size-100 {
    font-size: 100%;
}

.font-size-125 {
    font-size: 125%;
}

.font-size-150 {
    font-size: 150%;
}

.font-size-200 {
    font-size: 200%;
}

/*
*========
* LAYOUT
*========
*/

#header {
    position: relative;
    padding: 130px 0 130px 0;
}

#header > .particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#header > .particles-js canvas {
    height: 10px;
    z-index: -1;
}

/*
*========
* MODULE
*========
*/
.logo {
    max-width: 150px;
    height: auto;
    margin: 10px;
}

/*
*=======
* THEME
*=======
*/

/* Icons */
.fa-15x {
    font-size: 15em;
}

.fa-20x {
    font-size: 20em;
}

/* Shadows */


/* Backgrounds */
.bg-0 {
    background-color: #0080c8 !important;
}

.bg-1 {
    background-color: #33658a !important;
}

.bg-2 {
    background-color: #d9dcd6 !important;
}

.bg-3 {
    background-color: #16425b !important;
}

.bg-4 {
    background-color: #b1c3d7 !important;
}


/* Gradients */
.bg-gradient-1 {
    background: rgb(84, 151, 200);
    background: linear-gradient(0deg, rgba(84, 151, 200, 1) 0%, rgb(51, 101, 138) 100%);
}

/*
*============
* RESPONSIVE
*============
*/
@media screen and (max-width: 576px) {


}
