/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* reset */

body{
padding:0;
margin:0;
    background:url(../../images/pic5.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}


/*-- main --*/
.content {
    padding: 106px 0 60px;
}
.content h1{
    color: #fff;
    font-size: 43px;
    text-align: center;
    letter-spacing: 1px;
	text-transform:capitalize; line-height:90px
}
.main {
    width: 59%;
    margin: 50px auto 90px;
}
p.copy_rights {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 25px;
}
p.copy_rights a{
	text-decoration:none;
	color:#5fb3bd;
}
p.copy_rights a:hover{
	text-decoration:underline;
	color:#fff;
}


.enter-page > a {
    background-color: #5fb3bd;
    display: block;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase; color:#fff; text-decoration:none
}

