body	{
	background: url(http://source.unsplash.com/c9FQyqIECds);
	/*background: url(http://source.unsplash.com/lecBgT8T44k);*/
	background-size: cover;
	background-position: center;
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	color: white;
}

html	{
	height: 100%;
}

#content	{
	text-align: center;
	padding-top: 25%;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
				 0px 8px 13px rgba(0,0,0,0.1),
				 0px 18px 23px rgba(0,0,0,0.1);*/
}

.navbar-inverse	/*{	
	background: #000000;
}*/
.navbar-inverse .navbar-nav>li>a	{
	color: white;
}
.navbar-inverse .navbar-brand	{
	color: #C7DE4F;
}
.navbar-brand	{
	color:#F5F5F5;
	font-family: 'Poppins', sans-serif;
/*	font-size: 14px;*/
	font-weight: 400;
}

/*ADDITIONAL NAVBAR HEIGHT*/
.navbar-nav > li > a, .navbar-brand {
    padding-top:7px !important; padding-bottom:0 !important;
    height: 33px;
}
.navbar {min-height:30px !important;
}

.navbar-toggle {
     padding: 0 0;
     margin-top: 7px;
     margin-bottom: 0;
}
/*NAVBAR HEIGHT ~END*/

/*h1	{
	font-weight: 700;
	font-size: 4.5em;
}

h4	{
	font-weight: 400;
	font-size: 1.7em;
}*/


hr	{
	width: 300px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.center	{
	text-align: center;
}

.bottom-space	{
	padding-bottom: 15px;
}

.background-1	{
	/*background: url(http://source.unsplash.com/8x2_TvSN64c);*/
	background: url(/images/backgrounds/background-1.jpeg);
	background-size: cover;
}

.background-2	{
	/*background: url(http://source.unsplash.com/muS2RraYRuQ);*/
	background: url(/images/backgrounds/background-2.jpeg);
	background-size: cover;
}

.background-3	{
	background-color: #000000;
	background-image: none;
}
.background-4	{
	/*background: url(http://source.unsplash.com/4op9_2Bt2Eg);*/
	/*background: url(http://source.unsplash.com/6Wad1bIYQ94);*/
	/*background: url(http://source.unsplash.com/xzNXkB8oJRU);*/
	background: url(/images/backgrounds/background-4.jpeg);
	background-size: cover;
}
.background-5	{
	/*background: url(http://source.unsplash.com/mGH253KbfaY);*/
	background: url(/images/backgrounds/background-5.jpeg);
	background-size: cover;
}
.p-black	{
	color: #8E8E8E;
}
.off-black	{
	color: #101010;
}
.light-blue	{
	color: #8AC4F4;
}
.lime	{
	color: #CBE356;
}
.purple	{
	color:#7095F5;
}
.white	{
	color: #ffffff;
}
.left	{
	text-align: left;
}

/*PADDING FOR CONTACTS PAGE*/
.address-padding	{
	padding-left: 10px;
}

/*THUMBNAIL*/
.thumbnail{
	border: 1px solid #CBE356;
}

/*SPACER*/
.spacer{
	height: 20px;
	margin-top: 10px;
}

/*SOCIAL MEDIA ICONS*/
.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }
 .social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }

/*
    Multicoloured Hover Variations
*/

 #social-fb	{
 	color: #4C7DD4;
}
 #social-tw	{
 	color: #1DA1F2;
 }
 #social-em	{
 	color: #EEA80C;
 }
 #social-pi	{
 	color: #9F081B;
 }
 #fa-code	{
 	color: #C6DE4F;
 }

#fa-github	{
	color: #ffffff;
	margin-right: 2px;
}

#fa-creative-commons-by	{
	color: #71E3DA;
}

 /*HOVER*/
 #social-fb:hover {
     color: #458FFF;
 }
 #social-tw:hover {
     color: #4099FF;
 }
 #social-gp:hover {
     color: #d34836;
 }
 #social-em:hover {
     color: #f39c12;
 }
 #social-pi:hover {
 	 color: #BD091B;
 }