body{
    font-family: "Montserrat";
    text-align: center;
}

h1{
    font-family: 'Sacramento', cursive;
    font-size: 5.625rem;
    line-height: 2;
    margin: 0 auto 0 auto;
}

h2{
    text-align: center;
    font-size: 2.5rem;
    font-weight: normal;
    padding-bottom: 10px;
}

p{
    line-height: 2rem;
}


.container-fluid{
    padding: 3% 15%;
}

#title{
    background-color: #6867AC;
    color: #fff;
}
/* navbar */

.navbar{
    padding: 0 0 4.5rem;
}
.nav-item{
    padding: 0 18px;
}

.nav-link{
    font-size: 1.2rem;
    font-weight: 100;
}
.navbar-brand{
    font-family: "Montserrat";
    font-size: 2.5rem;
    font-weight: 900;
}

/* intro */

.intro{
    text-align: center;
    margin: 0 auto 0 auto;
    width: 50%;
}


.profile-picture{
    border-radius: 100%;
    width: 18.75rem;
}

/* about me and skills */

.hello{
    margin: auto;
    text-align: center;
    width: 80%;
}

.amethyst{
    padding-bottom: 20px;
    width: 150px;
}

#skills{
    padding: 7% 15%;
}

.skills-list{
    margin: auto;
}

.skill-row{
    margin: 100px auto;
    text-align: left;
    width: 80%;
}

.bald-img{
    width: 150px;
    float: right;
    margin-left: 30px;
}

.simp-img{
    width: 150px;
    float: left;
    margin-right: 30px;
}

.gamer-img{
    width: 150px;
    float: right;
    margin-left: 30px;
}

/* testimonials */

#testimonials{
    background-color: #6867AC;
    text-align: center;
    color: #fff
}

.testimonial-image{
    width: 10%;
    border-radius: 100%;
    margin: 20px;
}

.carousel-item{
    padding: 7% 15%;
}

.bottom-container{
    background-color: #A267AC;
    color: #FFBCD1;
    padding: 50px 0 20px;
}

.footer-link{
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
}

.copyright{
    color: #fff;
    font-size: 0.625rem;
    padding: 20px 0;
}

a{
    color: #FFBCD1;
}

a:hover{
    color: #EAF6F6
}

.btn {
    background: #6867AC;
    background-image: -webkit-linear-gradient(top, #6867AC, #A267AC);
    background-image: -moz-linear-gradient(top, #6867AC, #A267AC);
    background-image: -ms-linear-gradient(top, #6867AC, #A267AC);
    background-image: -o-linear-gradient(top, #6867AC, #A267AC);
    background-image: linear-gradient(to bottom, #6867AC, #A267AC);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    position: relative;
    top: 40px ;
}

.btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #CE7BB0, #FFBCD1);
    background-image: -moz-linear-gradient(top, #CE7BB0, #FFBCD1);
    background-image: -ms-linear-gradient(top, #CE7BB0, #FFBCD1);
    background-image: -o-linear-gradient(top, #CE7BB0, #FFBCD1);
    background-image: linear-gradient(to bottom, #CE7BB0, #FFBCD1);
    text-decoration: none;
}

.contact-message{
    margin: auto;
    width: 40%;
}

.contact-me{
    margin: auto;
    padding: 50px 0 20px;
}

#contact{
    margin-bottom: 100px;
}