@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background: #394864;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h2, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h3 {
	font-weight: 400;
}


p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #acbac1;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


#wrapper {
	text-align: center;
	padding: 7% 0 0 0;
	background: url(../img/main-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}


h2.subtitle {
	color: #fff;
	font-size: 24px;
}

.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

p.copyright {
	margin-top: 30px;
	color: #fff;
	text-align: center;
  padding: 0;
  margin-bottom: 5px;
}	

.logo{      
    margin: 0 auto;
}

.addre{
  color:#fff;
  font-weight: 300;
}

.wid-auto{
  width: 100%;
  height: 300px 
}