html,
body {
    margin: 0px;
    padding: 0px;
}

.menu {
    float: right;
    color: rgb(225, 225, 225);
    font-family: myriadPro-Regular;
    text-decoration: none;
    padding-left: 30px;
}

.section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner {
    position: relative;
    width: 100% overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, .6);
    text-shadow: 0 0 1px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}

.banner ul {
    list-style: none;
    width: 300%;
}

.banner ul li {
    display: block;
    float: left;
    position: relative;
    /*		-webkit-background-size: 100% 100%;*/
    
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    /*		background-size: 100% 100%;*/
    
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);
    list-style-position: inside;
    margin: 0;
    padding: 0;
    left: -40px;
}

.banner h1,
.banner h2 {
    font-family: Verdana;
    font-size: 40px;
    line-height: 52px;
    color: #fff;
}

.banner .btn,
.banner .dot {
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}

.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.banner .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.banner .dots li.active {
    background: #fff;
    opacity: 1;
}

.intro {
    font-size: 32px;
    font-family: MyriadPro-Regular;
    color: rgb(220, 231, 238);
    vertical-align: middle;
    display: table-cell;
    font-size: 36px;
    padding: 10px;
}

@media (max-width: 768px) {
    .intro {
        font-size: 26px;
    }
}

ol.bjqs-markers li a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    margin: 5px;
    text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover {
    background: #999;
}

h2 {
    font-familiy: Verdana;
    color: #444343;
}

#container {
    width: 700px;
    margin: 40px auto;
}

.thumbnails a {
    display: block;
    float: left;
    margin: 4px;
}

.thumbnails a img {
    border: solid 1px Black;
}

.thumbnails a:hover img {
    border: solid 1px #aaa
}

img {
    border: 0px;
}

.video {
    position: absolute;
    background: url(images/youtube-play-button.png);
    height: 51px;
    width: 71px;
    top: -95px;
    left: 120px;
}

.thumb {
    padding-left: 5px;
    padding-top: 2px;
}

.tshirt {
    width: 175px;
    padding-left: 8px;
    padding-top: 15px;
}

.newsItem {
    padding-bottom: 10px;
    font-size: 14pt;
}

.date {
    border-top: 1px solid lightgrey;
    font-size: 10pt;
    color: #a0a0a0;
}

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    height: 0;
}

.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.profile {
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
}

.footer {
    background-color: #080808;
    height: 50px;
}
