@charset "utf-8";
/* CSS Document */

/* Index Page */
html,body{
	height: auto;
	overflow-y: visible;
	overflow-x: hidden;
}
.blink_me {
  animation: blinker 2.5s linear infinite;
}
#loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color:black;
  background-image: url(..//images/icons/my_websites_icon/ms-icon-310x310.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
  overflow-y: hidden;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
div#load_screen{
	background: #000;
	opacity: 1;
	position: fixed;
    z-index:10;
	top: 0px;
	width: 100%;
	height: 1600px;
	overflow-x: hidden;
  overflow-y: hidden;

}

.video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}
.big-space{
	margin-top: 300px;
	margin-bottom: 400px;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.small-space{
	margin-top: 100px;
	margin-bottom: 200px;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.skills-background{
	background-color: #A6A6A6;
	width: 100%;
	border-radius: 10px;

}
.skills-background-under{
	background-color: #A6A6A6;
	width: 100%;
	padding-bottom: -10px;
	margin-bottom: -10px;

}
.skills-title{
	background:#252577;
	color: #FFFFFF;
	font-size: auto;
	font-weight: bold;
	padding: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}
.skills-subheads{
	background-color: rgba(34,139,34,.8);
	border-radius: 10px;
}
.skills-description{
	background-color: rgba();
	border-radius: 10px;
}

.skills-list{
	font-family: TimeBurner, Trench;
	font-size: 40px;
}

.me-text{
	font-size: 22px;
	color: #1e90ff;
	font-weight: bold;
}
.icon
{
	position:fixed;
	height: 60px;
	width: 60px;
	top: 0;
	margin: 20px;

}

.shadowfilter {
	-webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	
}.shadowfilter:hover {
	-webkit-filter: drop-shadow(0px 0px 8px rgba(0, 231, 255, 0.8));
}

h1
{
	text-align: center;
	justify-content: center;
	color: #FFFFFF;
	margin-top: 100px;
	font-size: 100px;
	font-family: TimeBurner, Trench;
	font-weight: bold;
}

h2{
	color: #4DA9FF;
	font-size: 80px;
	font-family: Trench, Arial;
	font-weight: bold;

}
h3{
	color: white;
}
p {
	color: #FFFFFF;
	font-family: Trench, Arial;
	font-size: 20px;
	text-align: center;
}
.h1-backgrounds{
	background: rgb(163, 163, 163);
	background: rgba(163, 163, 163, .9);
	padding: 10px;
	border-radius: 5px;
	margin:auto;
	width: 50%;
	max-width: auto;
	margin-top: 100px;
	margin-bottom: 10px;
}
.h2-backgrounds{
	background: rgb(255,255,255);
	padding: 10px;
	border-radius: 5px;
	margin-top: 8px;
	margin-left: 100px;
	margin-right: 100px;
}
.p-backgrounds
{
	background: rgb(163, 163, 163);
	background: rgba(163, 163, 163, .6);
	padding: 10px;
	border-radius: 3px;
}

.h-spacing{
	letter-spacing: 15px;
}


.b-underline{
	background: black;
	margin: 0 auto;
	width: 60%;
	height: 15px;
	border-radius: 10px;
	opacity: 50%;
}
.w-line{
	background: white;
	margin: -75px auto;
	width: 30%;
	justify-content: center;
	height: 5px;
	border-radius: 10px;
	opacity: 50%;
}

.stacked-text{
	text-align: left;
}
.front-pic{
	height: 600px;
}


footer{
	position: absolute;	
	text-align: center;
	line-height: auto;
	width: 100%;
	padding: 10px;
	background: #232323;
	right: auto;
	left: auto;
	bottom: 0 auto;
}

/* Icons */
svg{
  display: inline-block;
  width: 2.3em;
  height: 1.5em;
  stroke-width: 0;
  align-self: center;
  align-content: center;
  vertical-align: middle;
}

a svg:hover #icon-linkedin {
fill: #3B5998;
}
a svg:hover #icon-email {
fill: orange;
}
a svg #icon-linkedin,
a svg #icon-email { 
	height: 20px;
	width: 20px;
  transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}

.svg-icon {
  width: 1em;
  height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: black;
}

.svg-icon circle {
  stroke: black;
  stroke-width: 1;
}

/* Fonts */
@font-face{
	font-family: TimeBurner, Trench;
	src: url("/fonts/timeburnerbold.ttf");
	src: url("/fonts/timeburnernormal.ttf");
	src: url("/fonts/trench100free.otf");
	src: url("/fonts/trench100free.ttf")
}
@font-face{
	font-family: Capsule X Pro Medium UC;
	src:url("/");
}

/* About Me Page */
.about-pics{
	height: 100%;
	width: 100%;
	
}

/* Works Page */

.works-body{
	background: rgba(135,206,250,0.4);
	background-position: left;
	height: 100%;
}

.gis-body, .web-body, .sts-body, .model-body{
	background:black;
	opacity: .6;
}
.gis-body{
	background-image: url(..//images/works_backgrounds/gis.jpg);
	background-attachment: fixed;
}

.web-body{
	background-image: url(..//images/works_backgrounds/web.jpg);
	background-attachment: fixed;
}
.sts-body{
	background-image: url(..//images/works_backgrounds/sts.jpg);
	background-attachment: fixed;
}
.works-button{
	background: rgb(163, 163, 163);
	background: rgba(163, 163, 163, .6);
	padding: 10px;
	margin: 10px auto;
	border-radius: 3px;
	display: block;
}
.works-title{
	background-color: rgba(0,0,0,.2);
	border-radius: 10px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.model-body{
	background-image: url(../images/model-back2.jpg);
	background-attachment: fixed;
	background-size: cover;
}
.model-img{
	height: 300px;
	width: 250px;
}


label:hover {
  color: #000;
}

#expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
}

/* Contact */

label {
    color: #333;
}
.contact-background{
	background: rgba(211,211,211,.2);
}
.place-text{
	color: white;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.list-unstyled {
	color: #d9534f;
}

.contact-header {
	margin-bottom: 30px;
}
.contact-pic{
	height: 200px;
	width: 200px;
}

@Media(max-width: 576px){

	.controls{
		margin: 0px 30px;
	}

	.contact-header {
		text-align: center;
	}
}

/* Mobile */
@Media(max-width: 768px){

	.mobile-only {
		display: block;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	html {
	overflow-y: visible;
	overflow-x: hidden;
	}
	h1{
		font-family: TimeBurner, Trench;
		font-weight: bold;
		font-size: 40px;
	}
	
	h2 {
		font-size: 30px;
	}
	p{
		font-size: 16px;
	}
	footer{
		padding: 20px;
	}

	.home1 h5 {
		font-size: 15px;
	}

	.home2 h2 {
		text-align: center;
	}

	#event-content-column {
	margin-top: 10px;
	}
	.img-fluid{
		max-width: 100%;
		height:auto;
	}
	.h1-backgrounds{
	background: rgb(163, 163, 163);
	background: rgba(163, 163, 163, .9);
	font-size: xx-large;
	padding: 10px;
	border-radius: 5px;
	margin: auto;
	margin-top: 110px;
	margin-bottom: 20px; 
}
.h2-backgrounds{
	background: rgb(255,255,255);
	font-size: xx-large;
	padding: 10px;
	border-radius: 5px;
	margin: auto;
	margin-top: 8px;
}
.front-pic{
	max-width: 100%;
	height:auto;
}
.skills-background{
	width: 70%;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}
.skills-background-under{
	background-color: initial;
	width: 100%;


}
.skills-pic{
	width: 70%;
	height: 70%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
.skill-font{
	font-size: 13.4px;
}
.skills-title{
	padding: 20px;
	width: 65%;
	display: block;
	margin: 0 auto;
}

}