*{
    margin: 0;
    box-sizing: border-box;
}
h1{
    color:white;
}

body{
    background-color: #461E5F;
    background-image: linear-gradient(45deg, #6657A4 40%, #57B8D8 100% );
    
}

@keyframes backAnimation{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 50% 100%;
    }
    100%{
        background-position:  0% 50%;
    }
}
label{
    color: white;
}
p{
    margin-top: 1.5%;
    color: white;
}

.page-header{
    margin-top: 1%;
    margin-left: 0.4%;
}
.col-md-4{

    margin-left: -1%;
}
@media(max-width: 426px){
    .col-md-4 {
        margin-top: 20%;
        margin-left: -1%;
    }
    .page-header{
        margin-top: 5%;
        position: relative; 
    }
    
}

.magic-img{
    user-select: none;
    width: 30%;
    height: 30%;
    display: inline-block;
    position: relative;
    margin-right: 5%;
    float: right;
    /*box-shadow:  -20px 13px 26px;*/
    filter: drop-shadow(10px 18px 0.5rem  #461E5F /* #73c2a8*/);
}
@keyframes float{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-30px);
    }
    100%{
        transform: translateY(0);
    }
}
li a{
    font-size: large;
    font-family: monospace;
}
#home, li a{
    margin-bottom: 5%;
}

li a:hover{
    transition: 2s;
    border-bottom: #73c2a8 3px solid;
}

#home:hover{
    transition: 2s;
    border-bottom: #73c2a8 3px solid;
}
 #reset{
    color: white;
    text-decoration: none;
}
#reset:hover{
    cursor: pointer;
    text-decoration:underline;
}

/*Medias queryes */
@media(max-width:768px){
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        position: absolute;
        right: 30px;
        display: flex;
        flex-direction: row;
        width: 21em;
        justify-content: space-around;
        top: -1px;
    }
    .navbar-toggle{
        display: none;
    }
    .collapse {
        display: block;
    }
    .navbar-nav {
        margin: 15.5px 10% 15.5px 0;
        font-size: 1.1em;
        display: flex;
    }
    .magic-img{
        height: 50%;
    }
    .nav .li-first{
        margin: 0 15px;
    }
    .nav>li {
        margin-left: -8px;
    }
}

@media(min-width: 426px)and (max-width:690px){
    .magic-img{
        position: absolute;
        bottom: 30px;
        margin-left: 27%;
    }

}
@media(max-width:690px) and (min-width: 426px){
    .form-control {
        width: 195%;
    }
    .material-symbols-outlined{
        width: 99%;
    }
}
@media(max-width: 426px){
    .magic-img{
        position: absolute;
        bottom: 16px;
        margin-left: 12%;
        width: 65%;
    }

}
@media(max-width: 769px){
    .col-md-4 {
        margin-left: -1%;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 2px;
        font-size: 1em;
    }
}
@media(max-width: 1025px) and (min-width: 769px){
    .col-md-4 {
        margin-left: -1%;
        width: 60%;
        font-size: 2vw;
    }
    .nav>li>a {
        padding: 15px 10px;
        font-size: 1.2em;
    }
}

#conteudo{
    position: absolute;
    display: none;
    right: 65px;
    top: 5px;
    background-color: #2e3032;
    border: 1px solid;
    border-radius: 5px;
    width: 20%;
    height: 90%;
}
#conteudo ul{
    transition: 2s;
    display: flex;
    padding: 0;
    height: 100%;
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
#conteudo li{
    list-style: none;
}
#conteudo li a{
    text-decoration: none;
    color: #9d9d9d;
    font-size: 2vw;
}
@media(max-width:470px){
    #conteudo li a{
    font-size: 3.3vw;
    }
}
.icon-bar{
    transition: 1.5s;
}
@media(min-width: 2000px){
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -264px;
    }
}

.footer{
    color: #fff;
    margin-bottom: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    margin-bottom: 20px;
}
