/* General Changes */
h3{
    font-size: 30px;
    font-weight: bold;
}
body{
    font-family: 'Montserrat', sans-serif;
}
/* General Changes */


/* Navigation Changes */
.navbar{
    border-bottom: #e600e6 solid 2px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-brand{
    color: #e600e6;
    font-size: 24px;
}

.nav-link{
    text-transform: uppercase;
}

.nav-link:hover{
    color: #e600e6;
}
/* Navigation Changes */


/* Header Changes */
#header{
    background: url(../images/header-bg.jpeg) no-repeat center center;
    background-size: cover;
    height: 100vh;
}

h1{
    margin-top: 50px;
}

#header .overlay{
    background-color: rgba(26, 0, 26, .2);
    height: 100vh;
}

.btn-outline-secondary{
    cursor: pointer;
}

.btn-outline-secondary:hover{
    background-color: #e600e6 !important;
}
/* Header Changes */

/* Features Changes */
#features i{
    color: #e600e6;
    cursor: pointer;
}
#features h3:hover{
    color: #e600e6;
    cursor: pointer;
}
/* Features Changes */