body {
	font-family: "Tahoma", Geneva, sans-serif; 
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

h1 {
	font-family: 'Shadows Into Light', cursive;
}
h2 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
h3 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
h4 {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

p {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

a 
{
	color: #eee;
}

span {
	color: #fff;
}

/* Helpful for debugging AngularJS scopes */
/* .ng-scope  {
	border: 1px solid red;
	margin: 3px;
} */

.cover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 10, 32, 0.5);
}
.cover-background {
	background-color: rgba(10, 10, 20, 1.0);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.my-nav {
	padding-top: 0.5%;
	z-index: 10;
	color: #fff;
	background-color: rgba(0, 0, 0, 1);
}
.my-nav a {
	color: #fff;			
}
.my-nav a:hover {
	background-color: rgba(0,0,0,0.8);
	color: #aaa;
}

.front-page {
	margin-top: 15%;
	z-index: 1;
	background-color: rgba(255,255,255,0);
	color: #fff;
	text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

.project-item {
	padding: 10px;
}

.project-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ccc;
	background-color: rgba(0,0,0,0.6);
	padding: 10%;
	z-index: 10;
}

/* ----------------------------- MODAL WINDOWS ----------------------------- */

.Modal-backdrop
{
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	z-index: 10;
	opacity: 0.75;
}
.Modal-holder
{
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: transparent;
	z-index: 11;
	padding: 5%;
}
.Modal-box
{
	margin: 0 auto;
	width: 100%;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	position: relative;
}
.Modal-content
{
	max-height: 90%;
	overflow-y: scroll;
}

.close-button
{
	position: fixed;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
.close-button-icon
{
	font-size: 20px;
}

/* --------------------------- GALLERY ----------------------------- */

.gallery
{
	position: fixed;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.gallery-background
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	z-index: 21;
	opacity: 0.75;
}
.gallery-title
{
	position: fixed;
	top: 5px;
	left: 30px;
	right: 30px;
	height: 50px;
	z-index: 21;
	vertical-align: auto;
}
.gallery-frame
{
	position: absolute;
	top: 50px;
	left: 30px;
	bottom: 50px;
	right: 30px;
	border-radius: 4px;
	border: 5px solid #fff;
	box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
	z-index: 21;
}
.gallery-button
{
	position: absolute;
	width: 30%;
	top: 0;
	bottom: 0;
	font-size: 30px;

	display: flex; 
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}
.gallery-button-left
{
	left: 10px;
}
.gallery-button-right
{
	right: 10px;
}
.gallery-button-icon
{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.gallery-button-icon-left
{
	justify-content:flex-start;
}
.gallery-button-icon-right
{
	justify-content:flex-end;
}
.gallery-image-frame
{
	position: absolute;
	left: 50px;
	right: 50px;
	top: 5px;
	bottom: 5px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.gallery-image
{
	object-fit: contain;
	flex: 1;
	overflow: hidden;
	align-self: stretch;
}

/* --------------------------- MEDIA CONTAINERS ----------------------------- */

.video-container
{
	position: relative;
	padding: 10px;
	overflow: hidden;
}

.video-container-youtube
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden;
}
.video-container-youtube iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.image-container img
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 5px;
}

/* --------------------------- HOVER EFFECTS ----------------------------- */

.hover-effect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hover-effect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.overlay:hover {
	opacity: 1;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
.hover-effect img {
	display: block;
	position: relative;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.hover-effect:hover img {
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.hover-effect h2 {
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	position:relative;
	font-size:17px;
	background:rgba(0,0,0,0.6);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	padding:20px;
}
.hover-effect a.info {
	text-decoration:none;
	display:inline-block;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #fff;
	background-color:transparent;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	margin:50px 0 0;
	padding:20px 40px;
}
.hover-effect a.info:hover {
	box-shadow:0 0 5px #fff;
}
.hover-effect:hover h2,.hover-effect:hover a.info {
	opacity:1;
	filter:alpha(opacity=100);
	-ms-transform:translatey(0);
	-webkit-transform:translatey(0);
	transform:translatey(0);
}
.hover-effect:hover a.info {
	-webkit-transition-delay:.2s;
	transition-delay:.2s;
}

.animate-show-hide.ng-hide {
	opacity: 0;
}
.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
	transition: all linear 0.5s;
}

/* --------------------------- CUSTOM SCROLL BAR STYLES ----------------------------- */
::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
	background: #888; 
}

::-webkit-scrollbar-thumb:hover {
	background: #555; 
}
