*
{
    margin: 0;
    padding: 0;
}
/*------navigation-----*/
#nav-bar
{
    position: sticky;
    top: 0;
    z-index: 10;

}
.navbar-brand img {
    height: 40px;
    padding-left: 30px;
}
.navbar-nav li {
    padding: 0 10px;
}

.navbar-nav li a {
    float: right;
    text-align: left;
}
#nav-bar ul li a:hover{
    color: #000000!important;

}
.navbar{
    background: #fff;
    border-bottom: 2px solid black;
}
.navbar-toggler {
    border: none!important;
}
.nav-link {
    color: #555!important;
    font-weight: 600;
    font-size: 16px;
}
.news {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    padding-right: 25px;
}
.newa {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    padding-right: 25px;
}
.newt {
    font-weight: 600;
    font-size: 16px;
    display: flex;
}
.Bosu {
    display: flex;
}
.newo {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    padding-left: 25px;
    color: white
}
/*----Slider----*/
#slider {
    width: 100%;
}
.carousel-caption {
    top: 20%;
    transform: translateY(-50%);
    bottom: initial!important;
}
.carousel-caption h5 {
    color: #efefef;
    font-size: 42px;
}


/*-----About-----*/
#about {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
#about .btn {
    margin-top: 20px;
    margin-bottom: 30px;
}
.about-content {
    padding-top: 20px;
}
.skills-bar p{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress-bar{
    border-radius: 16px;
}
.progress {
    border-radius: 16px !important;
    margin-bottom: 20px;
}
/*----Music---*/
#music {
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(img/Music\ Stuff.jpg);
    background-size: cover;
    background-position: center;
    color: #efefef !important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}
#music h1 {
    text-align: center;
    color: #efefef!important;
    padding-bottom: 10px;
}
#music h1::after {
    content: '';
    background: #efefef;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.music {
    margin-top: 40px;
}
.icon {
    font-size: 40px;
    margin: 20px auto;
    padding: 20px;
    height: 80px;
    width: 80px;
    border: 1px solid #fff;
    border-radius: 50%;
}
#music p{
    font-size: 14px;
    margin-top: 20px;
    color: #ccc;
}
.music .col-md-3:hover {
    background: black;
    cursor: pointer ;
    transition: 0.7s;
}
/*----equipment---*/
#equipment {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #555;
}
.img-responsive {
    max-width: 100%;
    max-height: 100%;
}
h1 {
    text-align: center;
    color: #555 !important;
    padding-bottom: 10px;
}
h1::after {
    content: '';
    background: black;
    display: block;
    height: 3px;
    width: 170px;
    margin: 20px auto 5px;
}
.profile-pic {
    margin-top: 25px;
}
.profile-pic .img-box{
    opacity: 1;
    display: block;
    position: relative; 
}
.profile-pic .img-box img {
    filter: grayscale(0);
}
.profile-pic .img-box img:hover {
    filter: grayscale(1);
    cursor: pointer;
}
.profile-pic h2 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: black !important;
}
.profile-pic h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
#equipment .fa {
    height: 45px;
    width: 45px;
    color: black !important;
    background: #fff;
    padding: 4px;
    border-radius: 50%;
}
.img-box ul {
    padding: 15px 0;
        position: absolute;
        z-index: 2;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
}
.img-box ul li {
    padding: 5px;
    display: inline-block;
}
.img-box:hover ul {
    opacity: 1;
}
.img-box ul, img-box ul li {
    transition: 0.5s;
}
/*----promo----*/
#promo {
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(img/Future.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
    text-align: center;
    padding: 100px;
    font-family: sans-serif;
    font-size: 38px;
}
/*---price---*/
#donate {
    padding: 40px 0;
    background: #efefef;
}
.single-price {
    margin: 10px auto 10px;
    display: inline;
    float: left;
    width: 110%;
    background-color: #fff;
    transition: 0.5s;
}
.single-price:hover {
    box-shadow: 0 2px 20px #333;
}
select#item-options {
    width: 98%;
}

.price-head {
    background-color: #555;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}
.price-heads {
    background-color: #555;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}
.price-head h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}
.price-heads h2 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}
.price-head p {
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
}
.price-heads p {
    font-size: 25px;
    color: #ccc;
    font-weight: bold;
    line-height: 30px;
}
#donate span {
    font-size: 15px;
}
div.headerslider {
    height: 0px;
}
a.navbar-brand img {
    width: 140px;
    height: 100px;
}
.content-price {
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.content-price ul li {
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
    list-style: none;
}
ul li:last-child {
    border: none;
}
.fa-check-circle {
    color: green;
    margin-right: 10px;
    font-size: 20px;
}
.fa-times-circle {
    color:red;
    margin-right: 10px;
    font-size: 20px;
}
.price-button {
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}
.buy-btn {
    background-color:#555;
    border-radius: 3px;
    display: inline-block;
    font-size: 10px;
    padding: 10px 30px;
    transition: 0.5s;
}
.buy-btn:hover {
    border-color: 1px solid #fff;
    background-color: lightgray;
}
a {
    text-decoration: none!important;
    color: #fff !important;
}
/*----Sociaal Media---*/
#socialmedia {
    padding-top: 50px;
    padding-bottom: 50px;
}
#socialmedia .row{
    margin-top: 30px;
}
.col-md-4 {
    margin: 40px auto;
}
.profile {
    padding: 70px 10px 10px;
    background-color: #efefef;
}
.profile img{
    top: -60px;
    left: calc(50% - 60px);
    border: 10px solid #fff;
}
.user {
    height: 120px;
    width: 120px;
    border-radius: 50%;
}
.cheng {
    display: flex;
}

.profile h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #007bff;
}
#socialmedia span {
    font-size: 12px;
    color: #333;
}
blockquote {
    font-size: 16px;
    line-height: 30px;
}
div.profile {
    height: 350px;
}
.carousel-caption h5 {
    background-color: rgb(20, 20, 20);
    width: 100%;
}

blockquote::before {
    content:'\201C';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}
blockquote b {
    color: black;
}
blockquote #text {
    color: black;
}
blockquote::after {
    content:'\201D';
    font-size: 50px;
    color: #007bff;
    position: relative;
    line-height: 10px;
    bottom: -15px;
    left: 5px;
}
.profile:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: 0.5s;
}
/*---Get in Touch---*/
#contact 
{
    background: #efefef;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
}
.contact-form {
    padding: 15px;
}
.form-control {
    border-radius: 0 !important;
    border: none !important;
}
.form-group {
    height: 50px;
}
::placeholder {
    color: #999(87, 84, 84) !important;
}
.follow {
    background-color: #fff;
        padding: 10px;
        margin: 15px;
}
.contact-info .fa {
    margin: 10px;
    color: black;
    font-weight: bold;
}
/*-------Footer------*/
#footer {
    background: #333;
    color: #fff;
    padding: 12px;
}
.fa-wordpress {
    margin: 3px;
    color:#10a9da;
}
#read.btn.btn-primary {
    background-color: black;
    color: #efefef;
    font-size: 20px;
}
#more {
    display: none;
}
.buy-btn {
    margin-bottom: 15px;
    position: relative;
}

@media (max-device-width: 480px) {
div.single-price {
margin-left: 15px;
width: 94%;
}
h5 {
    padding-bottom: -55px;
    padding-top: 45px color transparent;
    
}
.carousel-caption h5 {
    font-size: 22px; }

#promo p{
    font-size: 28px;
    text-align: center;
    height: 114%;
    line-height: 25px;
    
}
}