.tabs {
    top: 0;
}

.container {
    max-width: 868px;
    margin: 0 auto;
}

a {
    text-decoration:none;
}

.money-slider i {
    font-size: 50px;
}

header {
    background: url('https://unsplash.it/g/300/200?random') no-repeat;
    background-size: cover;
}

header .overlay {
    background: hsla(10, 75%, 50%, 0.9);
}

header .headerText {
    text-align: center;
    margin-bottom: 20px;
    padding: 0 0 50px 0;
}

header .headerText h1 {
    color: white;
    margin: 0;
    padding-top: 2em;
    font-size: 42px;
    font-weight: 300;
}

header .headerText h2 {
    color: white;
    font-size: 20px;
    font-weight: 600;
}

header .button {
    margin-top: 50px;
    font-size: 28px;
    color: hsl(10, 100%, 50%);
}

header .button:hover {
    color: hsl(20, 100%, 50%);
}

.list {
  margin: 3em 0;
}

.box {
    float: center;
    margin: 1.7em 0;
}

.box .inner {
    text-align: center;
    padding: 30px;
}

.dualbox {
    float: left;
    width: 50%;
    margin: 1.7em 0;
}

.dualbox .inner {
    text-align: center;
    padding: 30px;
}

.inner a .button .icon:before {
    margin: -8px;
    font-size: 40px;
    color: hsl(10, 100%, 50%);
}

.inner a:hover .button .icon:before {
    color: hsl(20, 100%, 50%);
}

.tribox {
    float: left;
    width: 33%;
    margin: 1.7em 0;
}

.tribox .inner {
    text-align: center;
    padding: 30px;
}

.tribox .inner .icon {
    font-size: 52px;
    color: #888;
}

.tribox .inner .icon:before {
    color: hsl(10, 100%, 50%);
}

.footer {
    clear: both;
    text-align: center;
    color: rgb(170, 170, 170);
    font-size: 14px;
}

::-webkit-input-placeholder {
   opacity: 1;
}

:-moz-placeholder {
   opacity: 1;
}

::-moz-placeholder {
   opacity: 1;
}

:-ms-input-placeholder {  
   opacity: 1;
}
