html,
body {
    font-family: 'Raleway', sans-serif;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    margin: 0;
}

* {
    box-sizing: border-box;
}

.headers {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.05)), url('../img/header-background.jpg') no-repeat fixed center;
    height: 80vh;
    background-size: cover;
}

header nav {
    height: 90px;
}

nav a {
    display: inline-block;
    line-height: 90px;
}

nav .logo {
    margin-left: 3%;
}

nav img {
    width: 167px;
    height: 45px;
    vertical-align: middle;
}

nav .signin {
    color: #fff;
    float: right;
    background-color: #e50914;
    line-height: normal;
    margin-top: 18px;
    margin-right: 3%;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 3px;
    font-size: 16px;
    text-decoration: none;
}

.pitch {
    margin: 0 3%;
    position: absolute;
    top: 35%;
    font-size: 1.8vw;
}

.pitch__title {
    color: white;
    font-size: 3em;
    margin: 0 0 0.2em;
    font-weight: 700;
}

.pitch__subtitle {
    margin: 0 0 .5em;
    color: white;
}

/* .btn {
    font-size: 14px;
    letter-spacing: 1.9px;
    font-weight: 400;
    margin: .5em .5em .5em 0;
    padding: 12px 2em;
    color: #fff;
    background-color: #e50914;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    border-radius: 2px;
    user-select: none;
    text-align: center;
    border: 0;
} */

.mt-40 {
    margin-top: 40px;
}

.btn-large {
    padding: 18px 20px;
}

nav .signin:hover,
.btn:hover {
    background: #f40612;
}

#features>nav {
    padding-top: 35px;
    background-color: #141414;
    border-bottom: 2px solid #3d3d3d;
}

#features>nav a {
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: #777;
    height: 125px;
    line-height: 20px;
}

#features>nav a:hover {
    color: white;
}

#features>nav a.is-selected {
    border-bottom: 5px solid #e50914;
    color: white;
}

#features>nav a img {
    height: 49px;
}

#features>nav a h2 {
    margin: 10px 0 0;
    font-size: 1em;
}

#features>article {
    margin-bottom: 120px;
}

#features>article>section {
    display: none;
    padding: 40px 0;
}

#features>article>section.is-selected {
    display: block;
}

.text-size-50 {
    font-size: 50px;
}

#features>article h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 60px 0 20px;
}

#features img {
    max-width: 100%;
}

#features #watchanywhere h2 {
    font-size: 22px;
    padding-right: 1em;
    margin: 0 0 20px;
}

#features #watchanywhere>div:first-child {
    margin-bottom: 60px;
}

#features #watchanywhere p {
    color: #999;
}

#features #pickprice h2 {
    font-size: 32px;
    display: inline;
    margin: 0 40px 0 0;
}

table {
    width: 100%;
    margin-top: 20px;
}

table,
thead,
tbody {
    border-collapse: collapse;
}

thead {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

thead th {
    padding: 10px;
}

tbody {
    color: #999;
}

tbody td {
    text-align: center;
    padding: 10px 20px;
}

tbody tr:nth-child(2n) {
    background-color: #222;
}

tbody td:first-child {
    text-align: left;
}


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

footer a:hover {
    text-decoration: underline;
}


#lang-selection {
    margin-top: 20px;
    border: 1px solid #333;
    border-radius: 2px;
    display: inline-block;
    padding-left: 15px;
}

#lang-selection select {
    background-color: #000;
    border: none;
    color: #999;
    font-size: 14px;
    width: 130px;
    height: 48px;
    text-transform: uppercase;
    font-weight: 300;
}

#company {
    font-size: 13px;
    margin: 24px 0 50px;
}

.columns {
    display: flex;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
}

.columns.flex-wrap {
    flex-wrap: wrap;
}

.column.is-25 {
    flex: none;
    width: 25%;
}

.column.is-narrow {
    flex: none;
}

.center {
    margin: 0 auto;
}

.size-90 {
    width: 90%;
}

.size-80 {
    width: 80%;
}

.size-70 {
    width: 70%;
}

.text-center {
    text-align: center;
}
.static-pages{
	position: relative;
}
.static-pages:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
    background: url(../img/fz-logo.png);
    background-repeat: no-repeat;
    opacity: 0.2;
    position: fixed;
    top: 22%;
	left: 25%;
	background-size: contain;

}

.static-pages h1{
	text-decoration: underline
}
.static-pages h2{
	text-decoration: underline
}
.static-pages h3{
	text-decoration: underline
}

@media only screen and (max-width: 900px) {
    .pitch {
        font-size: 2.8vw;
        top: 23%
    }

    .headers {
        height: 76vh;
	}
	.static-pages:after {
	top: 28%;
    left: 6%;
    background-size: 850px 410px;
	}
}
.bg-dark{
    background-color: #000 !important;
}
.gradient-y-gray {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(231, 234, 243, 0.5) 100%);
    background-repeat: repeat-x;
}
.card-overview {
    width: 300px;
  }
.price-container .price-symbol{
    position: absolute;
    font-size: 18px;
}
.price-container .plan-value{
    font-size: 30px;
    text-align: left;
    margin-left: 12px;
    line-height: normal;
}
.price-container .plan-duration{
    font-size: 14px;
    text-align: left;
    color: #6c757d;
    margin-left: 5px;
}