@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'open_sans_condensed_bold';
    src: url('/fonts/OpenSans-CondBold.ttf');
}

@font-face {
    font-family: 'open_sans_regular';
    src: url('/fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'open_sans_condensed';
    src: url('/fonts/OpenSans-CondLight.ttf');
}

@font-face {
    font-family: 'open_sans_bold';
    src: url('/fonts/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'open_sans_extra_bold';
    src: url('/fonts/OpenSans-ExtraBold.ttf');
}

body {
    font-family: openSans, Verdana, Geneva, sans-serif;
    color: #000;
    background-color: #FFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}


/* main centered container */

.container {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

a:link {
    color: #999;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #999;
}

a:hover {
    text-decoration: none;
    color: #CCC;
}

a:active {
    text-decoration: none;
    color: #999;
}

.hidden {
    visibility: hidden;
    display: none;
}

#swf {
    margin: auto;
}

.description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.downloads {
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 20px;
    margin-top: 20px;
}

.button {
    font-family: "open_sans_condensed_bold";
    display: inline-block;
    height: 2.5em;
    padding: 0 1em;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 2.5em;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}

.button.download {
    background-color: #ff5276;
    border-radius: 2em;
    color: #FFF;
    padding-left: 2.5em;
    background-attachment: local;
    background-position: 0.6em;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

.button.download:hover {
    background-color: #ff8ba3;
    color: #FFF;
}

.button.download.win {
    background-image: url("/images/win.svg");
}

.button.download.mac {
    background-image: url("/images/mac.svg");
}

.button.download.linux {
    background-image: url("/images/linux.svg");
}

.button.download.flash {
    background-image: url("/images/flash.svg");
}


/* same color as the buttons */

.highlighted-link:link,
.highlighted-link:active,
.highlighted-link:visited {
    color: #ff5276;
    font-weight: 700;
}

.highlighted-link:hover {
    color: #ff8ba3;
}

.header-video {
    width: 100%;
}

.nav-menu {
    font-family: "open_sans_condensed";
    font-size: 1.5rem;
    color: #999;
}

.section {
    margin-bottom: 30px;
}

.centered {
   margin: auto;
    clear:both;
    text-align: center;
}


.header-image {
    width: 100%;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "open_sans_condensed_bold";
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}

h1 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0rem;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0rem;
    letter-spacing: 0;
}


/* Larger than phablet */

@media (min-width: 550px) {
    h1 {
        font-size: 4.2rem;
    }
    h2 {
        font-size: 3.6rem;
    }
    h3 {
        font-size: 3.0rem;
    }
    h4 {
        font-size: 2.4rem;
    }
    h5 {
        font-size: 1.8rem;
    }
    h6 {
        font-size: 1rem;
    }
}

p {
    margin-top: 1.5rem;
}