html {
	height: 100%;
}

body {
  font-family: circe-rounded, sans-serif;
	font-weight: 400;
	font-style: normal;
  text-align: center;
  
  background-image: url('images/bg.jpg');
  background-size: cover;
  background-position: center center;
}

.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 25px;
  border-top: 10px solid #718237;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
	max-width: 1100px;
}

.logo {
	max-width: 420px;
	width: 100%;
	margin-top: -50px;
}

.row .col-lg-6 {
	padding: 40px 0 20px;
}

.custom-gutter > [class*='col-'] {
  padding-right: 40px;
  padding-left: 40px;
}

.custom-gutter > [class*="col-"]:first-child {
  border-right: 1px solid #333333;
}

p {
	color: #333;
	font-size: 18px;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

hr {
	height: 1px;
	background-color: #333333;
	width: 200px;
	margin: 30px auto 0;
	border: none;
}

.btn {
	background-color: #718237;
	color: #EEE;
	padding: 15px 30px;
	font-size: 20px;
	border-radius: 30px;
	line-height: 1;
}

.btn:hover {
	background-color: #75873a;
	color: #EEE;
}

.btn::before {
	content: url('images/mail.svg');
	display: inline-block;
	width: 18px;
	margin-right: 10px;
	vertical-align: middle;
}

.copyright {
	position: absolute;
	bottom: 50px;
	font-family: sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #AAA;
	left: 50%;
	margin-left: -100px;
}

@media (max-width: 1024px) { 
	
	hr {
	  margin: 30px auto 20px;
	}
	
	.col-lg-6 {
		flex: 0 0 100%;
    max-width: 100%;
	}
	
	.row .col-lg-6 {
		padding: 0;
	}
	
	.custom-gutter > [class*='col-'] {
	  padding-right: 0;
	  padding-left: 0;
	}
	
	.custom-gutter > [class*="col-"]:first-child {
	  border-right: none;
	}
	
	p.left,
	p.right {
		text-align: center;
		max-width: 700px;
		margin: 0 auto 20px;
	}
	
}


@media (max-width: 767px) {  
	
  p {
	  font-size: 14px;
  }
  
  hr {
	  width: 140px;
  }
  
  .logo {
	  max-width: 300px;
  }
	
	.copyright {
		bottom: 10px;
	}

}
