@import url('https://fonts.googleapis.com/css2?family=Dongle&display=swap');

html {
    font-family: 'Dongle', sans-serif;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 60px;
}

p {
    font-size: 30px;
    line-height: 2rem;
}

li {
    font-size: 20px;
}

nav li a {
    font-size: 20px;
}

nav ul a,
nav .brand-logo {
    color: #444;
    font-size: 30px;
}



footer ul li a {
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px #ff5722;
}

footer ul li a:hover {
    color: #ff5722;
    font-size: 25px;
    text-shadow: 2px 2px white;
}

iframe {
    width: 100%;
    height: 300px;
}

p a {
    color: #ff5722;
}

p a:hover {
    font-weight: bold;

}

.slogan_box {
    color: white;
    background-image: url(../images/banner/banner_nologo.png);
    text-align: center;
    padding: 70px 0;
    text-align: center;
}

.flexbox-container {
    display: flex;
    justify-content: center;
}

.flexbox-item {
    width: 250px;
    margin: 10px;
    background-color: #ff5722;
    text-align: center;
    display: flex;
}

.flexbox-item a {
    flex: 1 1 auto;
    font-size: 30px;
    color: white;
}

.flexbox-item a:hover {
    background-color: #FF825B;
}


.sidenav li > a {
    font-size: 20px;
    color: #444;
}

.title_text {
    text-shadow: 4px 4px #ff5722;
}

#index-banner img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: left;
}

#logo {
    width: 70px;
    height: 70px;

}

.txt_size {
    font-size: 30px;
}


.pfp {
    border-radius: 100%;

}

.container1 {
    display: flex;
}


.sidenav-trigger {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

.blue_collor_from_logo {
    background-image: url(../images/banner/advocado_banner.png);
}

.text_color_black {
    color: black;
}

.btn {
    background-color: #ff5722;
    color: white;
    font-size: 30px;
    width: 250px;
    height: auto;
}

.btn:hover {
    background-color: #26a69a;
    color: white;
}

.imageborder {
    border: solid 4px #ff5722;
    background-color: white;
}

.animation_container {
    text-align: center;
    margin: auto;
}

#logo_VL {
    max-width: 100%;
    height: auto;
}


@media only screen and (max-width : 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }

    #index-banner .section {
        top: 10%;
    }

    pfp {
        border-radius: 100%;
        max-width: 100%;
        height: auto;

    }

}

@media only screen and (max-width : 600px) {
    #index-banner .section {
        top: 0;
    }

    pfp {
        border-radius: 100%;
        max-width: 100%;
        height: auto;
    }

    .btn {
        display: flex;
        align-content: space-around;
        margin: auto;
        background-color: #ff5722;
        color: white;
        font-size: 30px;
    }

    .btn:hover {
        background-color: #26a69a;
        color: white;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}
