/********* OVERRIDE STYLES ***********/
html, body, form, input, textarea, select{
	font-family: 'Karla', Century Gothic, sans-serif;
	line-height:1.5rem;
}

html, body{
	min-height:100%;
	height:100%;
	margin:0;
	padding:0;
	font-size:100%;
}

body { 
  background: url(images/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#social-media{
	float:right;
	margin-bottom:30px;
}

#social-media a{
	width: 32px;
    height: 32px;
    color: #fff;
    display: inline-block;
	border-radius: 16px;
    line-height: 32px;
	margin:0 5px;
	font-size:22px;
}


.facebook-link{
	background:#3b56a2;
}

.twitter-link{
	background:#0407d9;
}

.googleplus-link, .youtube-link{
	background:#c91a20;
}

.instagram-link{
	background:#934a9b;
}

h1.heading{
	margin-top:50px;
	margin-bottom:30px;
	font-size:3rem;
	clear:both;
}

img{
	max-width: 100%;
    height: auto;
}

#container{
	text-align:center;
	color:#fff;
	padding:20px;
	margin:0 auto;
	box-sizing: border-box;
	min-height:100%;
	margin-bottom:-60px;
	display:block;
	overflow: hidden;
	max-width:100%;
}

#container:after {
  content: "";
  display: block;
}

.container-fluid{
	padding-left:0;
	padding-right:0;
}

.row {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.transparent{
	background-color: rgba(0, 0, 0, 0);
    border:none;
    border: solid 1px #ffffff;
    color: #ffffff;
}

#items{
	margin-top:100px;
}

.item{
  border:solid 2px white;
  border-radius:100px;
  height:200px;
  width:200px;
  background:#fff;
  text-align:center;
  margin:0 auto;
}

.item-1{
	color:#0b9822;
}

.item-2{
	color:#558df5;
}

.item-3{
	color:#f96e53;
}

.item-text{
	margin-top:30px;
	font-size:1.8rem;
	font-weight:bold;
	margin-bottom:20px;
}

.center{
	text-align:center;
}

#items .fa{
	font-size:150px;
	line-height:200px;
}

footer, #container:after {
	height:60px;
}

footer{
	color:#fff;
	font-size:0.8rem;
}

#footer-text{
	line-height:40px;
}

footer a, footer a:visited, footer a:hover{
	color:#fff;
	text-decoration:none;
}

.designed-credit{
	text-align:right;
}

@media (min-width: 992px){
	input#email{
		width: 280px;
	}
}

@media (max-width: 991px){
	footer {
		text-align: center;
	}
	
	.designed-credit{
		text-align:center;
	}
	
	footer .row{
		margin-bottom:0;
	}
}