body{
    background-color: var(--blue5);
}

.background {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    position: fixed;
    z-index: 0;
}
.binary {
    background-image: url('../images/binary.jpg');
}
.education {
    background-image: url('../images/dev-education.jpg');
    filter: blur(5px);
}


.overlayer{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 1;
}

.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 10vh;
    transition: .3s;
    position: relative;
    z-index: 1;
}

/*****/

.first {
    height: 100vh;
}
.first h1 {
    font-size: 55px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
}
.subtitle {
    display: flex;
    width: 400px;
    font-size: 22px;
}
.subtitle p {
    text-align: center;
    margin-right: 7px;
}

.cursor {
    font-weight: 700;
}

.hide {
    display: none;
}

/*
.indicator {
    font-size: 50px;
    color: rgba(3,3,3,0.15);
    border-radius: 50%;
    position: absolute;
    top: 90vh;
    left: 49%;
    z-index: 0;
    box-shadow: 5px 5px 15px #e5e5e5;
    transition: 0.3s;
}
.indicator:hover{
    top: 89.4vh;
}

.first p::selection,.first h1::selection,.first span::selection {
    background-color: var(--red3);
    color: whitesmoke;
}

/*****/

.tecnology{
    justify-content: end;
    align-items: center;
    background-color:rgba(0, 30, 46, 0.9);
    color: var(--text-dark);
    padding: 80px;
}
.tecnology h2,.experience h2,.educ-section h2 {
    width: 100%;
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.tecnology h2,.experience h2 {
    width: 100%;
    font-size: 43px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.info-container {
    display: flex;
    width: 100%;
}

.profile {
    width: 30%;
    height: 500px;
    background-image: url("../images/profile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.info {
    width: 70%;
    padding: 0 0 0 30px;
}

.info ul {
    list-style: none;
}

.info-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
}

.info-item p {
    font-size: 20px;
    font-weight: 300;
}
.info .fab,.info .fas {
    font-size: 70px;
}
.left-i {
    text-align: left;
    margin-right: 50px;
}
.right-i{
    text-align: right;
    margin-left: 50px;
}

/*****/


.experience {
    min-height: 100vh;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 40px 0;
}
.employs {
    display: flex;
    flex-direction: column;
    width: 900px;
    margin: auto;
}

.emp-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 200px;
}

.emp-logo {
    width: 35%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin: auto 0;
    box-shadow: 1px 1px 10px -5px #333;
    overflow: hidden;
    transition: .3s;
}
.bds{
    background-image: url("../images/bds.png");
}
.vantek{
    background-image: url("../images/vantek.png");
}
.gyl{
    background-image: url("../images/gylgroup.jpg");
}
.vault{
    background-image: url("../images/vault.png");
}
.digi{
    background-image: url("../images/dgtrck.png");
}

.emp-logo img {
    width: 100%;
    border-radius: 3px;
}

.emp-logo:hover{
    filter: brightness(.9);
}

.emp-desc {
    width: 65%;
    line-height: 1.4;
}
.desc-right {
    text-align: left;
    padding-left: 10px;
}
.desc-left {
    text-align: right;
    padding-right: 10px;
}

.emp-date {
    font-size: 17px;
    font-weight: 600;
}

/*****/

.educ-section {
    padding: 50px;
}
.educ-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin: auto;
}
.educ-container h3 {
    width: 100%;
    text-align: center;
    font-size: 26px;
    margin: 20px auto 7px auto;
}

.educ-column,.projects-column {
    width: 400px;
}

.educ-card {
    display: flex;
    flex-direction: column;
    background-color: var(--background-light);
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
    box-shadow: 1px 3px 7px #333;
}

.educ-card img{
    width: 100%;
}

.card-content {
    padding: 5px;
}

.card-content h4{
    font-size: 20px;
    margin-bottom: 5px;
}

.card-link {
    width: 100%;
    background-color: #DBDBDB;
    text-decoration: none;
    color: #333;
    padding: 6px;
}

/*****/

@media(max-width: 950px) {
    .tecnology {
        padding: 50px 15px;
    }
    .info-item p {
        font-size: 17px;
    }
    .info .fab,.info .fas {
        font-size: 55px;
    }
    .col1 {
        width: 30%;
    }
    .col2 {
        width: 70%;
    }
    .employs {
        width: 100%;
        padding: 0 10px;
    }
    .educ-section {
        padding: 40px 5px;
    }
    .educ-column,.projects-column {
        width: 40%;
    }
}
@media(max-width: 750px) {
    .first h1 {
        width: 100%;
        text-align: center;
        font-size: 35px;
    }
    .subtitle {
        width: 270px;
        font-size: 15px;
    }
    .tecnology {
        padding: 30px 5px;
    }
    .tecnology h2 {
        font-size: 32px;
    }
    .info-container {
        flex-direction: column;
    }
    .profile {
        width: 100%;
        height: 175px;
        margin: 25px auto;
    }
    .info {
        width: 100%;
        padding: 15px;
    }
    .info-item {
        height: auto;
        margin-bottom: 10px;
    }
    .info .fab,.info .fas {
        font-size: 45px;
    }
    .emp-logo {
        min-height: 100px;
    }
    .educ-section h2{
        font-size: 32px;
    }
    .educ-column,.projects-column {
        width: 47%;
    }
}
@media(max-width: 550px) {
    .first h1 {
        font-size: 27px;
    }
    .subtitle {
        width: 225px;
        font-size: 13px;
    }
    .subtitle p {
        text-align: unset;
    }
    .indicator {
        top: 85vh;
    }
    .indicator:hover{
        top: 85.4vh;
    }
    .tecnology {
        padding: 15px 0;
    }
    .tecnology h2, .experience h2 {
        font-size: 23px;
    }
    .profile {
        height: 150px;
        margin: 15px auto;
    }
    .info {
        padding: 5px;
    }
    .info-item p {
        font-size: 14px;
    }
    .info .fab,.info .fas {
        font-size: 40px;
    }
    .right-i,.left-i {
        margin: 0 10px;
    }
    .emp-container{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .emp-logo{
        width: 80%;
        height: 150px;
        margin: 10px auto;
    }
    .emp-desc {
        width: 100%;
    }
    .desc-right,.desc-left {
        padding: 0;
        text-align: justify;
    }

    #gldesc {
        order: 2;
    }
    #gllink {
        order: 1;
    }

    #digidesc {
        order: 2;
    }
    #digilink {
        order: 1;
    }
    .educ-container {
        display: flex;
        flex-direction: column;
    }
    .educ-column,.projects-column {
        width: 95%;
        margin: auto;
    }
}