* {
    font-family: 'Montserrat', sans-serif;
    color:#333;
    margin:0;
    padding:0;
}

html{
    width:100%
}

body {
    position: relative;
    margin:0;
    background:#fff;
    padding-bottom: 100px;
}

.centred {
    text-align: center!important;
}


.container {
    width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container.dark {
    background:#424242;
}

.header {
    position:fixed;
    top:0;
    left:0;
    min-height: 60px;
    width:100%;
    background:rgba(255,255,255,0.9);
    z-index:100;
    font-weight: 500;
}

.header.solid {
    background: #00aec6;
    color:white;
}

.header.sticky {
    border-bottom:1px solid #eee;
}

.header ul {
    height:100%;
    margin:0 100px 0 400px;
    padding-left:0;
    list-style:none
}

@media screen AND (max-width:1500px){
    .header ul {
        margin-right: 60px;
        font-size:0.9em
    }

    .header ul li {
        width:100px!important;
    }
}


@media screen AND (max-width:1080px){
    .header ul.pc-only {
        display:none;
    }
}

.header ul.right {
    top: 0;
    position: absolute;
    margin:0;
    right: 0;
}

.header .logo {
    width: 230px;
    margin-left:20px;
    font-family: "Montserrat";
    font-size: 21px;
    cursor: pointer;
}

.header .logo a {
    text-decoration: none;
}

.header .logo,
.header .logo a,
.header ul li {
    height:55px;
    color:#333;
    text-align:center;
    line-height: 60px;
    float: left;
}

.header.solid .logo,
.header.solid .logo a,
.header.solid ul li {
    color:white;
}

.header ul li {
    width:150px;
    border-bottom:5px solid transparent;
}

.header ul li a {
    text-decoration: none;
    /* color:#333; */
}

.header.solid ul li a {
    color:white;
}

.header ul li:hover {
    cursor:pointer;
}

.header ul li:hover a {
    color: #00aec6;
}

.header.solid ul li:hover a {
    color: white;
}

.header ul li.selected, .header ul li:hover {
    border-bottom:5px solid #00aec6;
}

.header ul li .fa {
    margin-right:10px;
}

.header + .container {
    margin-top:60px;
}

.section {
    position: relative;
    padding:10px 20px;
    min-height: 350px;
    padding-top:150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background:white;
    flex-grow:1;
    flex-shrink: 1;
}

.section.short {
    padding-top: 0;
}

.section:nth-child(even):not(.clear) {
    background:#eeeeef;
}

.section.no-flex {
    display: block;
}

.section p {
    font-weight: 300;
    line-height: 23px;
}

.section .summary {
    text-align: justify;
    align-self: flex-end;
    padding: 20px;
    min-height:140px;
}

.section .accent {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size:50px;
}

.section .accent,
.section .accent span {
    color:#fff;
}

.section .section {
    background:inherit;
    padding:100px 0px;
}

.section .section .accent {
    font-size:30px;
}

.section .accent > span {
    padding: 5px 20px;
    background:#444;
    font-weight: bold;
}


@media screen AND (max-width:700px){
    .section .accent {
        font-size:30px;
    }
}

.section .btn {
    background: transparent!important;
    border:1px solid #777;
    padding: 5px 20px;
    border-bottom:3px solid;
}

.section .btn a {
    text-decoration: none;
}

.section .btn, .section .btn a {
    cursor: pointer;
}

.section .btn:hover {
    border-bottom-color: #424242!important;
}

.section .btn:hover,
.section .btn:hover a {
    background:#424242!important;
    color:#eeeeef;
}

.section .btn.see-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 30px;
    padding-right: 50px;
    border:none;
}

.section .btn.see-more, .section .btn.see-more a {
    color:white;
    font-weight:600;
}

.section .btn.see-more:after {
    content:'\25B7';
    position:absolute;
    top: 2px;
    right:10px;
}

.section.small {
    width: 31%;
}

.section.medium {
    width: 63%;
}

.section.large {
    width:100%;
    max-width: 100%;
}

@media screen AND (max-width:1720px) {
    .section.small {
        width:47.1%;
    }

    .section.small.mobile-large {
        width:100%;
    }
}

@media screen AND (max-width:1350px) {
    .section.small,
    .section.medium {
        width:100%;
    }
}

.section.small img {
    align-self: flex-start;
    max-width:100%;
}

.section.centred {
    display:flex;
    justify-content: space-around;
}

#reviews.section.centred .review{
    width:30%;
    font-size:20px;
    text-align: justify;
    font-weight: 300;
}

@media screen AND (max-width:700px){

    .section.centred {
        display: block;
    }

    .section.centred.accent {
        text-align: center;
    }

    .section.centred .app-list {
        width:100%;
    }

    #reviews.section.centred .review {
        width:100%;
        padding: 20px 0;
        text-align: left!important;
    }
}

.section.centred .accent {
    left:initial;
}

.section ul.no-bullets {
    list-style: none;
}

.section ul li {
    margin-bottom:5px;
    line-height:25px;
    min-height:30px;
}

.section ul.no-bullets li {
    margin-left:-45px;
}

.section.centred ul li {
    text-align: center;
}

.section ul li a {
    /*background:whitesmoke!important;
    color:#333!important;*/
    padding:5px;
    text-decoration: none;
}

.section ul li a span.beta {
    background: #00aec6;
    padding: 1px 8px;
    border-radius: 5px;
    border-bottom: 2px solid #007e96; 
    margin-left: 10px;
    text-align: center;
    color: white;
}

.section .app-list {
    display:inline-block;
    vertical-align: top;
}

.banner {
    height: 450px;
    background-image: url("banner.jpg") !important;
    background-size: cover !important;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #719885, #eeeeef) 1 100;
}

.banner .about {
    position: absolute;
    left: 3%;
    top: 160px;
    font-size: 5em;
}

@media screen and (max-width:650px) {
    .banner .about {
        font-size: 2em;
    }
}

.banner .about,
.banner .about span {
    color:#333;
}

.banner .about > span {
    padding: 5px 20px;
    background:whitesmoke;
}

.banner .about > span.heading {
    font-weight: 600;
}

.banner .about > span.heading {
    font-weight: 600;
}

.sw-green,
.sw-green > span {
    background: #7ea996!important;
}

.epl-blue,
.epl-blue > span {
    background: #148cc1!important;
}

.feature-image {
    background-size: cover!important;
}

#stockwise {
    background-image:url('stockwise-image.jpg');
}

#epl {
    background-image:url('epicklist-image.jpg');
}

#currency-tracker {
    background-image:url('currency-tracker-image.jpg');
}

.matt {
    background-image:url('matt.jpg') !important;
}

.mike {
    background-image:url('mike.jpg') !important;
}

.fuzz {
    background-image:url('fuzz.jpg') !important;
}

.chris {
    background-image:url('chris.jpg') !important;
}

.louie {
    background-image:url('louie.jpg') !important;
}

.black,
.black > div,
.black p,
.black h3,
.black ul li,
.black a {
    background:#424242!important;
    color:whitesmoke!important;
    text-decoration: none;
}

.black > .accent span {
    background:whitesmoke!important;
    color:#333;
}


.banner .about,
.banner .about span,
.section .accent,
.section .see-more {
    font-family: 'Roboto'
}

.social {
    position:absolute;
}

.social a:not(:first-of-type) {
    margin-left:20px;
}

.social .fa {
    color:white;
}

footer {
    position: absolute!important;
    bottom:0;
    min-height:0!important;
    padding:20px!important;
    width: calc(100% - 40px)!important;
}

footer > div {
    display: inline-block;
}

footer > div:not(:last-of-type) {
    margin-right:50px;
}

footer .links {
    font-size: smaller;
}

footer .social {
    right: 15px;
    top: 30px;
}

.banner .social {
    bottom:20px;
    right:20px;
}

@media screen and (max-width:650px) {

    footer {
        display:initial!important;
    }

    body {
        padding-bottom:230px
    }


    footer > div {
        width:100%;
    }

    footer .social {
        position:relative;
        margin-top:20px;
        top:0;
        right:0;
    }

    footer .company {
        position:relative;
        margin-top:20px;
    }
}

ul.list-inline {
    margin-left: -50px;
    display:flex;
    flex-wrap: wrap;
}

ul.list-inline li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background:transparent!important;
}

.appstore-android {
    margin-top:-12px;
    margin-left:-10px;
}