@import url('reset.css');
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,900';
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #edbe3a;
    /* Margin bottom by footer height */
    margin-bottom: 140px; 
    overflow: hidden;
}

.container {
    display: block;
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.ball-1 {
    background: url('../img/ball-1.png') no-repeat 0 0;
    position: absolute;
    top: -1180px;
    left: -1000px;
    display: block;
    width: 1458px;
    height: 1458px;
    z-index: -1;
}
.ball-2 {
    background: url('../img/ball-2.png') no-repeat 0 0;
    position: absolute;
    bottom: -800px;
    right: -749px;
    display: block;
    width: 1458px;
    height: 1458px;
    z-index: -1;
}

.btn-horizon {
    padding: 30px 50px;
    border-radius: 32px;
    color: #fff;
    font: 900 25px/1.5em 'Lato', sans-serif;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    box-shadow: 0px 0px 7px 0px #555;
    transition: all .3s ease;
    outline: none;
}

.btn-horizon:hover,
.btn-horizon:active,
.btn-horizon:visited,
.btn-horizon:focus {
    text-decoration: none !important;
    color: #fff !important;
}

.btn-horizon.vistos {
    background: #e98328;
}
.btn-horizon.vistos:hover {
    background: #fe8920;
}

.btn-horizon.portugal {
    background: #b22935;
}
.btn-horizon.portugal:hover {
    background: #d12635;
}


/**
 * Logo
 */

.logo {
    display: block;
    width: 396px; height: 67px;
    margin: 100px auto 220px auto;

    /* position: absolute;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -198px; */
}

.logo img {
	width: 100%;
	display: block;
}

.texto {
    font: 400 18px/1.5em 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    display: block;
}

.texto a {
    text-decoration: none;
    color: #fff;
}

.btn-horizon {

}


/**
 * Cols
 */

.footer {
    height: 140px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; 
}

/* .col {
    height: 100px;
    font: 700 25px 'Lato', sans-serif;
    color: #fff;
    padding: 32px 0 0;
}

.col a {
    text-decoration: none;
    color: #fff;
} */

/* .col-1 {
    background: #f7dc43;
    text-align: right;
    padding-right: 25px;
}

.col-2 {
    background: #f1cb3e;
    text-align: left;
    padding-left: 25px;
} */
