html {
    scroll-behavior: smooth;
}
.is-100x100{
    height: 100px;
    width: 100px;
}
.skill-list > li{
    margin: 30px 0 0 0;
}
.has-bg-image {
    background-image: url('../images/cover5.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn-primary-outline{
    background-color: transparent;
    /*border-color: transparent;
    box-shadow: none;*/ 
    color: #ffffff;
}
.header{
    padding-top: 1%;
}
.bulma-image {
    width: 200px;
}
.interests {
    display: flex;
    justify-content: center;
}
.summary-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 36em;
}
.skill-percentage {
	float: right;
}

.small-container{
    width: 4%;
    text-align: center;
}

.large-container{
    width: 4%;
    text-align: center;
}

.contact-image{
    padding-left: 12px;
    padding-bottom: 20px;
}

.transboxs{
    margin: 30px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
}

.transbox{
    opacity: 0.5;
    color: #ffffff;
    background-color: #ffffff;
}
.transbox:hover{
    opacity: 0.2;
    color: #ffffff;
    background-color: #ffffff;
}


.name1{   
	font-family: Righteous; 
    font-size: 60px;
    font-style: normal;
}


.navbar-item{   
    font-size: 20px;
    font-style: normal;
}


.button{
    border-color: transparent;
    border-bottom: 1px solid rgb(73 63 76 / 76%);
    background-color: transparent;
    margin-right: 1px;
    color:#ebe9e9;
    font-size: 20px;
    font-family: 'Baloo 2', cursive;
}

.button:hover{
    color:#ebe7ee8e;
}

.align-right{
    text-align: right;
    padding-bottom: 10px;
    position: relative;
}
.name{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.text-center{
    text-align: center;
}

.rw-words {
    display: inline;
    text-indent: 10px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #ffffff;
    -webkit-animation: rotateWord 27s linear infinite 0s;
    -ms-animation: rotateWord 27s linear infinite 0s;
    animation: rotateWord 27s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
    color: #fefefe;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #fefefe;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s;
    color: #ffffff;
}

.rw-words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
    color: #ffffff;
}

.rw-words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
    color: #ffffff;
}

.rw-words-1 span:nth-child(7) {
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
    color: #ffffff;
}
.rw-words-1 span:nth-child(8) {
    -webkit-animation-delay: 21s;
    -ms-animation-delay: 21s;
    animation-delay: 21s;
    color: #ffffff;
}
.rw-words-1 span:nth-child(9) {
    -webkit-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
    color: #ffffff;
}
.rw-words-1 span:nth-child(10) {
    -webkit-animation-delay: 27s;
    -ms-animation-delay: 27s;
    animation-delay: 27s;
    color: #ffffff;
}


@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    12% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    8% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    12% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    8% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    12% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
