* {    
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

html,
body {
    padding: 0;
    margin: 0;
}

body {    
    background-color: #08152d;
}


.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav {
    background-color: #08152d;
    overflow: hidden;
    padding: 25px;
}

.container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
    position: relative;
}

img {
    vertical-align: middle;
    border-style: none;
}

.logo {
    max-height: 45px;
    height: auto;
}

.nav .logo {
    max-height: 26px;
    height: auto;
}

.call-to-action {
    padding: 60px 50px;
    background-color: #162339;
    color: #fff;
}

h1 {
    font-size: 2rem;
    padding: 0;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 700;
}

p {
    padding: 0;
}

.call-to-action > .container > div {
    width: 80%;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
    color: #ED1361;
    text-decoration: none;
}

.footer {
    padding-top: 45px;
}

.button {
    border-radius: 100px;
    background-color: #ED1361;
    font-weight: 600;
    font-size: 1.2rem;
    color: #fff;
    padding: 10px 15px;
    margin-top: 45px;
    margin-bottom: 45px;
    outline: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}

.button:visited,
.button:active,
.button:focus,
.button:hover {
    color:#fff;
    cursor: pointer;
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border: 0;
    border-top: 1px solid #fff;
    opacity: 0.5;
}

.auto-launch-message {
    display: none;
}

/* MESSAGE STYLES */

.polystream-message {
    display: none;
}

.polystream-message p {
    line-height: 2rem;
}

a {
    cursor: pointer;
}

body:not(.polystream-show-launch-button) .polystream-launch-button,
body:not(.polystream-show-launch-button) .polystream-launch-button-message {
    opacity: 0;
}

body.polystream-installing #polystream-installing,
body.polystream-platform-fail #polystream-platform-fail,
body.polystream-os-fail #polystream-os-fail,
body.polystream-cpu-fail #polystream-cpu-fail,
body.polystream-testing #polystream-testing,
body.polystream-checking-helper #polystream-testing,
body.polystream-installing #polystream-installing,
body.polystream-installed:not(.polystream-launching):not(.polystream-launched) #polystream-installed,
body.polystream-protocol-launch.polystream-launched #polystream-protocol-launch,
body.polystream-protocol-launch.polystream-launched .polystream-protocol-launch,
body.polystream-protocol-launching #polystream-protocol-launch,
body.polystream-helper-launching #polystream-helper-launch,
body.polystream-launched .polystream-helper-launch,
body.polystream-launched #polystream-helper-launched,
body.polystream-missing-arguments #polystream-missing-arguments {
    display: block;
}

body.polystream-installing.polystream-helper-launch .polystream-helper-launch {
    display: inline;
}

#launcher-not-installed,
#launcher-installed-protocol,
#launcher-installed-helper {
    margin-top: 45px;
    margin-bottom: 45px;
}
