body {
    padding: 0;
    margin: 0;
    font: 18px/1.5 sans-serif; }
a { color: #0000F0; }
a { text-decoration: none; }

h1 { font-size: 52px; }
.subHeader { font-size: 36px; }
.description { color: #888; }

#menu>a { color: #666; }
#menu>a:hover,
#menu>span { color: #000; }
#menu>a,
#menu>span {
    padding: 12px 32px;
    display: inline-block;
    float: right; }
#menu>span { background-color: #f8f8f8; }
#menu>a:hover {
    background-color: #eee;
    transition: background 0.4s; }
main { clear: both; }
.container {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1344px;
    padding: 24px;
    box-sizing: border-box; }
.btn {
    display: inline-block;
    background-color: #023c99;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
    color: white; }
.btn:hover { background-color: #3864b1; }
.flex-3,
.flex-4 {
    display: flex;
    flex-wrap: wrap; }
.flex-3>div,
.flex-4>div {
    margin: 0;
    padding: 0; }
.flex-3>div>div,
.flex-4>div>div {
    word-break: break-word;
    overflow: hidden;
    padding: 12px; }
.flex-3>div { flex: 0 0 33.333%; }
.flex-4>div { flex: 0 0 25%; }
.flex-4>div>div>h3 { margin-top: 0; }
.flex-4>div>div>div {
    line-height: 1.3em;
    color: #666; }
.tariffName { font-size: 2em; }
.price { font-size: 1.2em; }
.priceInfo {
    margin-bottom: 24px;
    color: #888;
    font-size: 0.85rem; }
.features {
    padding: 12px 32px;
    text-align: left; }
.mobileOnly { display: none; }
.text-centered-white {
    text-align: center;
    color: white;
    font-size: 1.8em;
    padding-top: 32px;
    box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
    .flex-4>div { flex: 0 0 50%; }
    .flex-4>div>div>h3 { margin-bottom: 0; }
    .flex-4>div>div { margin-bottom: 8px; }
}
@media only screen and (max-width: 660px) {
    .desktopOnly { display: none; }
    .mobileOnly  { display: block; }
}
@media only screen and (max-width: 500px) {
    .flex-3>div,
    .flex-4>div { flex: 0 0 100%; }
    h1 { font-size: 32px; }
    .subHeader { font-size: 26px; }
}

.big-img {
    background-size: 100% auto;
    height: 300px;
    background-color: #f8f8f8;
    background-repeat: no-repeat; }
.big-img.team-evening  { background-image: url("/img/public/team-evening.jpg"); }
.big-img.team-mountain { background-image: url("/img/public/team-mountain.jpg"); }

@media only screen and (max-width: 1000px) {
    .big-img {
        padding-top: 8px;
        height: 200px; }
    .big-img div { font-size: 1.4rem; }
}
@media only screen and (max-width:  660px) {
    .big-img {
        padding-top: 0;
        height: 150px; }
    .big-img div { line-height: 1.2; }
}
@media only screen and (max-width:  500px) {
    .big-img { height: 120px; }
    .big-img div {  }
    #description {
        padding: 18px 12px !important;
        font-size: 20px !important;
        line-height: 1.6em !important;
    }
}
