body {
    background-color: #000;
    color: tan;
}

a {
    color: #f0ad4e;
    text-decoration: underline;
}

a:hover {
    color:red;
}

.colorRed {
    color:red;
}

.colorGreen {
    color: lightgreen;
}

h1,.h1 {
    margin-top:12px;
    margin-bottom: 10px;
    font-size: 30px;
    text-align:center;
}

h2,.h2 {
    color:red;
    margin-top:10px;
    margin-bottom: 8px;
    padding-left: 10px;
    font-size: 24px;
    text-align:center;
    font-weight:bold;
}

h3,.h3 {
    color: red;
    margin-top: 6px;
    margin-bottom: 4px;
    padding-left:0px;
    font-size: 18px;
    text-align:center;
    font-weight:bold;
}



header {
    background-color: #000;
    color: #ddd;   
    padding: 0px;
    text-align: center;
}

footer {
    background-color: #000;
    color: #ddd;   
    padding: 10px;
    text-align: center;
}

header img {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0px;
}

aside {
    background-color: #000;
    text-align: center;
    padding-top: 10px;
}

.nav-pills li {
    margin-top:4px;
    margin-left:30px;
    font-size: 16px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:visited,
.nav-pills>li.active>a:hover{
    background-color: #000;
    text-decoration: none;
}

.range-list {
    padding-bottom: 8px;
    padding-top: 8px;
}
.range-list h4 {
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
}
.range-list img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
}
.range-title {
    color: #f0ad4e;
}

.sports-icon-list {
/*    background-color: #333;*/
    padding-bottom: 40px;
}
.sports-icon-list a {
    color: white;
}
.sports-icon-list a h6 {
    margin-top: 2px;
    margin-bottom: 14px;
}
.sports-icon-list img {
    width:70px;
    height:70px;
}

.sports-list-top div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.sports-list-top a {
    margin-left: 30px;
    margin-right: 30px;
    display: inline-block;
}

article {
    padding: 12px;
    text-align:center;
}

article .attraction {
    margin-top: 12px;
    box-shadow: 6px 6px 8px #777;
}

article img {
    width: 80%;
    height: auto;
    text-align: center;
    /* box-shadow: 6px 6px 8px #777; */
    margin-bottom: 10px;
}
article p {
    font-size: 16px;
    margin: .5em .5em;
}

.requirement {
    color: #94caf4;
}

.underline {
    text-decoration: underline;
}

#plan-table td {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    .range-list {
        padding-bottom: 16px;
        padding-top: 16px;
    }
}

@media (max-width: 767px) {
    h4.range-title {
        margin: 4px;
    }

    /* .range-list a {
        display: block;
    }
    .range-list img {
        width: 33%;
        height: 33%;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .range-list h4 {
        display: inline;
    } */
}