body {
    font-family: Arvo, serif;
    background-color: rgb(51, 51, 51);
    border-style: solid;
    border-width: 10px;
    border-color: rgb(51, 51, 51);
}

.border1 {
    background-color: rgb(19, 19, 19);
    border-style: solid;
    border-width: 12px;
    border-color: rgb(51, 51, 51);
    border-radius: 22px;
}

.border2 {
    border-style: solid;
    border-width: 10px;
    border-color: rgb(252, 200, 33);
    border-radius: 10px;
    margin: -1px;
}

.logo {
    height: 85px;
}

.navbar-header {
    height: 110px;
}

.navbar-inverse {
    background: rgba(0, 0, 0, 0.5);
}

.nav li {
    font-size: 17px;
    margin-right: 35px;
    padding: 30px 0;
    margin: 0 24px;
}

.navbar-inverse .navbar-nav>li>a {
    color: rgba(252, 200, 33, 0.3);
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(252, 200 ,33);
    border-bottom: 2px solid;
    padding-bottom: 42px;
    margin-bottom: -34px;
}

.featured h1 {
    font-style: italic;
}

.jumbotron {
    background-color: transparent;
    color: rgba(252, 200, 33, 1);
/*    text-align: center;*/
    margin: 0;
    padding: 10px;
    letter-spacing: 2.5px;
}

.featured img {
    margin: 50px 0;
    height: 100px;
    width: 100px;
    border-radius: 20px;
    border: 1px solid;
    border-color: rgba(252,201,33,1);
}

@media (hover: hover) {
    .featured img:hover {
        -webkit-box-shadow: 10px 10px 10px 10px rgba(252,201,33,1);
        -moz-box-shadow: 10px 10px 10px 10px rgba(252,201,33,1);
        box-shadow: 0px 0px 7px 5px rgba(252,201,33,1);
    }
}

.featured img:active {
    -webkit-box-shadow: 10px 10px 10px 10px rgba(252,201,33,1);
    -moz-box-shadow: 10px 10px 10px 10px rgba(252,201,33,1);
    box-shadow: 0px 0px 7px 5px rgba(252,201,33,1);
}

.footer {
    background-color: rgba(252, 200, 33, .3);
    color: rgb(282, 230, 63);
    font-size: 18px;
    padding: 10px 0;
}