body,
html {
    overflow-x: hidden;
}

.sidenav-trigger img {
    height: 4vh;
    margin-top: 1.5vh;
    margin-left: 1.5vh;
}

.en {
    position: absolute;
    height: 3vh;
    margin-top: 2vh;
    margin-left: calc(100vw - 6vh);
    background-color: gray;
}

.pt {
    position: absolute;
    height: 3vh;
    margin-top: 2vh;
    margin-left: calc(100vw - 10vh);
    background-color: gray;
}

.active {
    background-color: white;
}

.sidenav-trigger {
    z-index: 1001;
    position: fixed;
}

.sidenav {
    z-index: 1001;
}

.logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.logo img {
    width: 70%;
}

.biography {
    text-align: justify
}

.banner {
    height: 100vh;
}

.navbar {
    height: 7vh;
    width: 100vw;
    position: fixed;
    background-color: black;
    opacity: 1;
    z-index: 1000;
}

.section {
    padding-bottom: 10vh;
    padding-top: 10vh;
    display: none;
}

.page-footer {
    background-size: 100vw;
    background-image: url("../assets/img/black_footer.jpeg")
}

.slider {
    z-index: -1;
    height: 100vh !important;
}

.slider .slides {
    height: 100vh !important;
}

.footer_icon {
    height: 50px;
}

.footer img {
    margin-top: 20px;
}

.bio {
    width: 400px;
    max-width: 90vw;
    float: left;
    padding: 10px;
    border-radius: 5%;
}

.chart {
    margin: auto;
    max-width: 500px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

.programming_skills img {
    width: 90vw;
    max-width: 900px;
}

.programming_skills {
    text-align: center;
}

.tabed {
    padding-left: 20px;
}

.naming {
    position: absolute;
    font-family: 'Baloo Paaji', cursive;
    color: black;
    font-size: 6vh;
    z-index: 2;
    top: 20vh;
    text-align: center;
    width: 100vw;
}

.naming_small {
    position: absolute;
    font-family: 'Baloo Paaji', cursive;
    color: grey;
    font-size: 3.5vh;
    z-index: 2;
    top: 28vh;
    text-align: center;
    width: 100vw;
}

.input-field input[type=text]:focus+label,
.materialize-textarea:focus:not([readonly])+label,
.input-field input[type=email]:focus+label {
    color: #2378E5 !important;
}

.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid#2378E5 !important;
    box-shadow: 0 1px 0 0 #2378E5 !important;
}

a, .language {
    cursor: pointer;
}