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

* {
	margin: 0;
	padding: 0;
}

body,
html {
    
    min-height: 100%;
}

body {
    
    background-image:url("images/background-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
	clear:both;	
}

.header {
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}

.navbar {
    padding-top: 25px;
    text-align: right;
	margin-right: 15px;
}

.navbar ul {
    display: inline;
    margin: 0;
    list-style: none;
}

.navbar ul li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-size:21px;
	font-weight: 700;
    color: white;
    text-decoration: none;
}

.navbar ul li:last-child {
    padding-right:0 !important;
}

.navbar ul li a:link {
	text-decoration: none;
	color:white;	
}

.navbar ul li a:visited {
	text-decoration:none;
	color:white;
}

.navbar ul li a:hover {
	text-decoration:underline;
	color:white;
}

.navbar ul li a:active {
	text-decoration:none;
	color:white;
}

.logo {
	width:267px;
	height:53px;
	float: left;
}

h1 {
    font-family:'Lato', sans-serif;
    color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	text-align: left;
}

h2 {
	font-family:'Lato', sans-serif;
	color:#fff;
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
}

p {
    font-family:'Lato', sans-serif;
	color: #fff;
    font-size: 18px;
	font-weight: 400;
	line-height: 28 px;
	text-align:justify;
}

.text-home {
	float: left;
    width:400px;
	margin-top: 80px;
}

.text-wide {
	float: left;
    width:950px;
	margin-top: 80px;
}

.pic-right {
	width:500px;
    height:361px;
    float: right;
    margin-top: 80px;
    margin-bottom: 20px;	
}

button {
	width: 180px;
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
	background: #634e42;
	border: 0;
	border-radius: 20px;
	outline: none;
	margin-top: 30px;
	
}

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



.footer {
    width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
    text-align: center;
    
}

.footer ul {
    display: inline;
    margin: 0;
    list-style: none;

}

.footer ul li {
    display: inline-block;
    position: relative;
    padding: 5px;
    vertical-align: middle;

}


.links a:link {
    text-decoration: none;
    font-family: 'Lato', sans-serif;
	font-size: 15px;
    font-weight: 700;
    color: white;
}

.links a:visited {
    text-decoration: none;
    color: white;
}

.links a:hover {
    text-decoration:underline;
	color:white;
}

.links a:active {
    text-decoration: none;
    color: white;
}

.mobile {
    font-family: 'Lato', sans-serif;
	font-size: 15px;
    font-weight: 700;
    color: white;
    
}