* {
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
}
body {
    display: block;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
}
a:hover {
    color: #999;
}
a {
    color: #666;
    text-decoration: none;
}
.header {
    background-color: #fff;
    height: 260px;
    padding-top: 40px;
    margin: 0 auto;
    position: relative;
}
.topLinks {
    width: 100%;
    background-image: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -moz-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -o-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: linear-gradient(to bottom, #fafafa, #f3f3f3);
    font-size: 20px;
    padding: 5px 0 5px 0;
}

.topLinks .wrapper {
    text-align: right;
}

.wrapper {
    position: relative;
    width: 920px;
    margin: 0 auto;
    box-sizing: border-box;
}
.logo {
    font-size: 75px;
    font-weight: 300;
    display: inline-block;
    padding-top: 45px;
    vertical-align: top;
}

.logoGroup {
    display: inline-block;
    width: 60%;
}

.links {
    text-align: right;
    width: 38%;
    height: 200px;
    display: inline-block;
}

.otherLinks {
    margin-top: 15px;
}

.beta {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 336px;
    color: #456cff;
}
.icon {
    display: inline-block;
}
.description {
    width: 97%;
    display: inline-block;
    color: #666;
    font-weight: normal;
    text-align: center;
    margin: -80px 30px 30px 30px;
    font-size: 23px;
}
.greyContent {
    background-image: -webkit-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -moz-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -o-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: -ms-linear-gradient(top, #fafafa, #f3f3f3);
    background-image: linear-gradient(to bottom, #fafafa, #f3f3f3);
}
.mainDisplay {
    background: #d3ddff;
    padding: 40px 0 10px 0;
    display: block;
    height: 630px;
}
.cols {
    margin: 0;
}
.col-l {
    width: 50%;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
}

.col-l img {
    float: left;
}
.mainDisplay .col-l {
    right: 87.5%;
}
.mainDisplay .col-r {
    left: 50%;
}
.col-r {
    width: 50%;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    box-sizing: border-box;
}
.title {
    text-align: left;
    font-size: 25px;
    color: #5c84fd;
}
.blurb {
    margin-top: 10px;
    text-align: left;
}

.mainDisplay .title {
    color: #083cff;
    margin-top: 170px;
}
.mainDisplay .blurb {
    color: #000;
}

.downloadLink {
    display: block;
    
    color: #fff;
    padding: 15px 20px 15px 20px;
    font-size: 26px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 280px;
    text-align: center;
}

.downloadLink.chrome {
    margin-top: -40px;
    background: #456cff;
}

.downloadLink.firefox {
    background:#E55B0A;
}

.downloadLinkContainer {
    display: inline-block;
    height: 40px;
    
}

.downloadLink:hover {
    filter: brightness(150%);
    color: #fff;
}
.watchPanels {
    padding: 10px 0 10px 0;
    height: 570px;
}

.watchPanels .col-l {
    right: 50%;
}

.watchPanels .title {
    margin-top: 100px;

}
.watchPanels .title2 {
    margin-top: 200px;
}

.polls {
    padding: 10px 0 20px 0;
    height: 430px;
}

.polls .col-l {
    right: 87.5%;
}
.polls .col-r {
    left: 51.5%;
}
.polls .title {
    margin-top: 130px;
}

.emotes {
    padding: 30px 0 10px 0;
    height: 460px;
}

.emotes .col-l {
    right: 53%;
}

.emotes .title {
    margin-top: 100px;

}
.emotes .title2 {
    margin-top: 200px;
}

.darkmode {
    padding: 40px 0 20px 0;
    height: 450px;
    background: rgb(20,20,20);
    color: #D3D3D3;
    margin-bottom: 20px;
}

.darkmode .col-l {
    right: 42%;
}
.darkmode .col-r {
    left: 45%;
}
.darkmode .title {
    margin-top: 150px;
}

.fullscreen {
    padding: 40px 0 20px 0;
    height: 460px;
}

.fullscreen .col-l {
    right: 75%;
}
.fullscreen .col-r {
    left: 51.5%;
}
.fullscreen .title {
    margin-top: 150px;
}