body{
    font-family: 'Alata', sans-serif;
    color: #2e3134;
    background-image: linear-gradient(to bottom right, rgba(60, 79, 118, 0.6), rgba(245, 139, 139, 0.5)),url("img/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
p, ul{
    font-size: 130%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
h4{
    margin:10%;
    text-align: center;

}
svg{
    opacity: 0.9;
}
#contact{
    width:100%;
    border-radius: 10px;
}
#index{
    height: 800px;
    padding: 10% 0;
}
#about{
    margin-bottom: 3%;
    overflow: hidden;
}
#data{
    background: linear-gradient(to top left, rgba(235, 221, 255, 1), rgba(235, 235, 235, 0.6));
    margin-bottom: 10%;
    padding:5%;
}
.avatar{
    width:150px;
    border-radius:50%;
    vertical-align: center;
}
.btn-outline-secondary, .btn{
    font-family: 'Exo', sans-serif;
    font-size: 30px;
    border-color: #804646;
    color: #804646;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 3%;
    box-shadow: #ebddff 1px 1px 3px;
    text-shadow: #ebddff 1px 1px 2px;
    transform: none;
    animation-name: buttonColor;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    border-radius:40px;
    background: rgba(193, 193, 193, 0.8);
    padding: 10px;
}
.btn-outline-secondary:hover, .btn:hover{
    background: radial-gradient(circle, rgba(248, 248, 248, 1) 0%, rgba(193, 193, 193, 0.8) 70%);
}
.display-3{
    color: #dadada;
    text-shadow: #4b4e51 1px 1px 3px;
}
.container-fluid{
    background: transparent;
}
.col-sm{
    margin:2%;
}
.col-md{
    text-align: justify;
    border-radius: 50px;
    background: linear-gradient(to top left, rgba(235, 221, 255, 0.7), rgba(235, 235, 235, 1));
    padding:2%;
    margin:1%;
}

.col-md:hover{
    background: linear-gradient(to bottom right, rgba(235, 221, 255, 0.7), rgba(235, 235, 235, 1));
}
.card{
    opacity:0.95;
    margin-top: 10%;
    margin-bottom: 15%;
    border-radius: 10px;
    padding: 2%;
}
.box{
    opacity:0.9;
    border-radius: 20px 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.71);
    color: black;
    width: 100%;
    margin:auto;
}
.toprint{
    display: none;
}


#name path:nth-child(2){
    stroke-dasharray: 240px;
    stroke-dashoffset: 240;
    opacity: 0.2;
    animation: name-anim 1.2s ease forwards 0.1s;
}
#name path:nth-child(3){
    stroke-dasharray: 80px;
    stroke-dashoffset: 80;
    opacity: 0.2;
    animation: name-anim 1.4s ease forwards 0.2s;
}
#name path:nth-child(4){
    stroke-dasharray: 100px;
    stroke-dashoffset: 100;
    opacity: 0.2;
    animation: name-anim 1.6s ease forwards 0.4s;
}
#name path:nth-child(5){
    stroke-dasharray: 80px;
    stroke-dashoffset: 80;
    opacity: 0.2;
    animation: name-anim 1.8s ease forwards 0.6s;
}
#name path:nth-child(6){
    stroke-dasharray: 80px;
    stroke-dashoffset: 80;
    opacity: 0.2;
    animation: name-anim 2s ease forwards 0.8s;
}
#name path:nth-child(7){
    stroke-dasharray: 100px;
    stroke-dashoffset: 100;
    opacity: 0.2;
    animation: name-anim 2.2s ease forwards 0.4s;
}

#leftarm{
    animation: type 1s alternate infinite linear;
    transform-origin: center;
}
#rightarm{
    animation: type 1.5s alternate infinite linear;
    transform-origin: center;
}
#plant1{
    animation: type 2s alternate infinite linear;
    transform-origin: bottom right;
}
#plant2{
    animation: type 2s alternate infinite ease-in-out;
    transform-origin: bottom left;
}


#first\ object{
    animation: hair 3s alternate infinite linear;
    transform-origin: center;
}
#second\ object{
    animation: hair 2s alternate infinite ease;
    transform-origin: center;
}

#stars{
    animation: stars 4s infinite linear;
    transform-origin: center;
}
#spacehair{
    animation: hair 1s alternate infinite ease-in-out;
    transform-origin: top;
}
#objects{
    stroke-dasharray: 100px;
    stroke-dashoffset: 150;
    animation: name-anim 3s infinite linear alternate;
}


@keyframes images{
    from{
        transform: rotateY(0deg);
    }
    to{
        transform: rotateY(30deg);
    }
}
@keyframes hair{
    from{
        transform: rotateX(0deg);
    }
    to{
        transform: rotateX(30deg);
    }
}
@keyframes type{
    from{
        transform: rotateX(0deg);
    }
    to{
        transform: rotateX(30deg);
    }
}
@keyframes stars{
    from{
        transform: rotateZ(0deg);
    }
    to{
        transform: rotateZ(360deg);
    }
}
@keyframes name-anim{
    to{
        stroke-dashoffset: 0;
        opacity: 0.8;
    }
}
@keyframes buttonColor{
    0%{
        border-color: #402020;
        color: #402020;
    }
    50%{
        border-color: #1f2a3e;
        color: #1f2a3e;
    }
    100%{
        border-color: #402020;
        color: #402020;
    }
}

@media only screen and (max-width: 479px) {
    .col-md{
        border-radius: 0;
        padding:2% 5%;
        text-align: center;
    }
    svg{
        display:none;
    }
    .mobile{
        display:block;
    }
    .illustrations{
        display:none;
    }
    body{
        background-image: linear-gradient(to bottom right, rgba(60, 79, 118, 0.6), rgba(245, 139, 139, 0.5)),url("img/bg3.jpg");
        background-repeat: no-repeat;
        background-size: 1440px;
        background-attachment: fixed;
    }
    .btn-outline-secondary, .btn{
        font-size:20px;
    }

}



