h1{
	color: #fafafa;
    font-size: 100px;
	font-weight: 900;
	display: block;
	margin-bottom: 0;
	padding-top: 5px;
}
h2{
	text-align: center;
}
h3{
    text-align: center;
}
h4{
    color: #fafafa;
    display: block;
    font-size: 42px;
    margin-top: 22px;
    padding-bottom: 30px;
}
p{
    margin: 0;
}
footer {
	position: initial;
	overflow: hidden;
}
#content{
  	padding: 20px 0 40px 0;
  	min-height: 200px !important;
}
#content_wrapper{
	width: 70%;
	max-width: 1000px;
	min-width: 800px;
}
#banner{
  	width: 100%;
    height: 100%;
  	background-image: url('../media/images/code1M.jpg');
  	background-size: cover;
  	position: fixed;
  	top: 0;
  	left: 0;
  	z-index: -3;
}
.pointer{
    cursor: pointer;
}
#banner_space{
	width: 100%;
    height: 100%;
	text-align: center;
	overflow: hidden;
}
#banner_heading{
	position: relative;
	top: 26%;
	background-color: rgba(0,0,0,0.2);
}
#banner_scroll-down{
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}
#text{
    width: 100%;
	max-width: 900px;    
	margin: 0 auto 75px auto;
    padding: 0;    
}
#footer_space {
	display: none;
}
#skills{
    max-width: 1200px;
    width: 100%;
	height: auto;
    margin: 0 auto;
	padding: 0;
}
.skill > *{
	text-align: center;
	margin: 0 20px;
}
.skill{
	width: 33.33%;
	height: auto;
	min-height: 700px;
    float: left;
    position: relative;
}
.skill > p {
	position: absolute;
	top: 240px;
	left: 0;
}
.skill:hover > div{
	width: 125px;
	height: 125px;
}
.icon_skill{
	margin: 40px auto;
	width: 120px;
	height: 120px;
	background-color: #333399;
	border-radius: 100%;
	background-position: 50% 50%;
    background-size: 60%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); /* Chrome, Safari */
	   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); /* Firefox */
	        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); /* Standard */
	-webkit-transition: all 500ms ease-out; /* Chrome, Safari */
	   -moz-transition: all 300ms ease-out; /* Firefox */
	     -o-transition: all 300ms ease-out; /* Opera */
	        transition: all 300ms ease-out; /* Standard */
}
#icon_software{
	background-image: url(../media/icons/softwareW_240x240.png);
}
#icon_database{
	background-image: url(../media/icons/databaseW_240x240.png);
}
#icon_consulting{
    background-image: url(../media/icons/dialogW_240x240.png);
}

/* Media Queries for mobile support. */
@media screen and (max-width: 1005px) {
    #text{
        -webkit-column-count: 1; /* Chrome, Safari */
           -moz-column-count: 1; /* Firefox */
                column-count: 1; /* Standard */
    }
    .skill{
        width: 100%;
        min-height: 500px;
        clear: both;
		float: none;
/*		width: 80%;
		margin: 0 auto;*/
	}
}

       
@media screen and (min-width: 551px) and (max-height: 580px), 
       screen and (max-height: 400px) {
    h1 {
        font-size: 50px !important;
    }
    h4 {
        font-size: 30px !important;
    }
}
@media screen and (max-width: 550px) {
	#banner_heading > h1 {
		font-size: 70px;
	}
	.skill {
		min-height: 550px;
	}
}
@media screen and (max-width: 400px) {
	h4 {
		font-size: 30px;
	}
    .skill {
        min-height: 600px;
    }
}
@media screen and (max-width: 300px) {
	.skill {
		min-height: 700px;
	}
}
