@charset "UTF-8";
/* CSS Document */


.page-header	{
	margin-top: 0px;
}

.panel-body	{
	padding-top: 0px;
}
	
#footer {
  position: relative;
  margin-top: 30px;
  bottom: 0;
}

.btn-xl,
.btn-group-xl > .btn {
  padding: 15px 21px;
  font-size: 24px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.sun {
	position: absolute;
    top: -150px;
    left: -150px;
	width: 400px;
	height:400px;
	max-width:100%;
	z-index:-1;
	}
	
.logo {
	max-width: 95%;
	}
	
a	{
	color:#FFF;
	font-style:normal;
	text-decoration:underline;
	}
a:hover {
	color:#A4383D;
	}
	
	@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
#wrap {
	position:fixed;
	z-index:-2;
    background: url(../Images/ThinkstockPhotos-163196980.jpg) top no-repeat #000;
    background-position: 0px 0px;
    background-repeat: repeat-x;
	background-size:cover;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
#logo	{
	margin-top:20px;
	}

}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-ms-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}
@-moz-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}