h1, p, .btn {
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-weight: 300;
}

h1 {
    text-align: center;
    font-weight: 700;
}

.icons
{
    font-size: 40px;
}

p {
    text-align: center;
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
    margin: 30px 0px;
}

section
{
    position: relative;
    padding: 80px 0px;
}

footer
{
    text-align: center;
}

.header h1, .header p, .header i {
    color: #ffffff;
}

.overlay
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(33,33,33,0.75);
    z-index: 0;
}


html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 91px;
}
.footer {
    background-color: #f9cf30;
    color: #ffffff;
    bottom: 0;
    position: absolute;
    width: 100%;
    font-weight: 400;
    box-sizing: border-box;
}

.btn
{
    border: 3px solid #f9cf30;
    border-radius: 6px;
    padding: 14px 24px;
    font-size: 21px;
    background: transparent;
    color: #f9cf30;
    font-weight: 400;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    transition: .2s all ease;
}

.btn:hover
{
    background: #f9cf30;
    color: #ffffff;
}

.container {
    max-width: 680px;
    padding: 0 15px;
    width: auto;
    position: relative;
    z-index: 1;
}
.container .text-muted {
    margin: 20px 0;
}

.header {
    padding-top: 30px;
    padding-bottom: 70px;
    
    
   background: url(../img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header .btn
{
    color: #ffffff;
    font-weight: 300;
}

.main-logo
{
    text-align: center;
}


.main-logo img
{
    max-width: 100%;
}

.btn{
    margin: 10px 30px;
}