body{
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-color:#1c679e;
	font-size:20px;
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	height: 100vh;
	color:white;
	font-weight:300;
}
.inline-text {
    font-size: 14px;
    font-weight: 400;
    border-left: 2px solid white;
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    bottom: -23px;
    margin-left: 20px;
    position: relative;
}

.header img {
    display: inline-block;
    vertical-align: middle;
}

.header {
    padding: 10% 0px 4% 0px;
}
h3{
	font-size:24px;
	font-weight: 300;
	margin: 10px 0px;
}
a{
	color:white;
	text-decoration:underline;
}
.footer{
	background-color:rgba(255,255,255,.1);
	position:absolute;
	bottom:0px;
	width:100%;
	padding:2% 0px;
}
.container{
	max-width:1600px;
	width:90%;
	margin:0 auto;
}

.copy{
	display:inline-block;
	float:left;
	line-height:38px;
}
.right-side{
	display:inline-block;
	float:right;
}
.social{
	vertical-align:middle;
	margin-left: 10px;
}
@media all and (max-width:980px){
	body{
		height: auto;
		padding-bottom: 150px;
		min-height: calc(80vh - 150px);
	}
	.copy, .right-side{
		display:block;
		width:100%;
		text-align:center;
		margin-bottom:10px;
		line-height: normal;
	}
	.social{
		margin:10px 0px 0px 0px;
		display:block;
	}
	.footer{
		padding:20px 0px 10px 0px;
	}
}
@media all and (max-width:680px){
	.header img{
		max-width:180px;
	}
	h3{
		font-size:20px;
	}
	.footer{
		font-size:16px;
	}
	.inline-text{
		vertical-align:top;
		bottom: -10px;
	}
	.header{
		padding:50px 0px 50px 0px;
	}
}

@media all and (max-width:480px){
	.header img{
		max-width:250px;
		margin:0 auto;
		display:table;
	}
	.inline-text{
		bottom:0px;
		margin-top:20px;
		margin-left:0px;
		border-top:2px solid white;
		border-left:0px;
		padding-left:0px;
		padding-top:10px;
		text-align:center;
		width:100%;
	}
}

@media all and (max-height:600px){
	.footer{
		position:relative;
	    float: left;
	    margin-top: 40px;
	}
	.header{
		padding:20px 0px 20px;;
	}
}