.banner img{
    position: relative;
}
.banner{
    text-align: center;
}
.navbar .navbar-collapse{
    text-align: center;
}
@media screen and (max-width:550px) {
    .banner img{
        width: 300px;
    }
}
.h4{
    color: yellow;
}
.row{
    margin-top: 40px;
}
h2 {
    font-family: Arial, Verdana, serif;
    font-weight: 800;
    font-size: 2.5rem;
    color: #ffffff;
    text-transform: uppercase;
}
.dropdown-menu li a{
    color: black;
    text-align: center;
}
.collapse a{
    color: yellow;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #ffc107;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1rem;
    color: #000000;
    list-style-type: none;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome', serif;
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #29290f;
    float: right;
    margin-top: 0;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
    color: white;
}

body{
	background-color: #000000;
    height: 100vh;
    padding:0;
    margin:0;
}

