/*  css style for IT Services */

/*------------------------------------------------------------------------------
	Fonts
------------------------------------------------------------------------------*/


h1 {
	font-family: 'Lobster', cursive;
	font-size: 66px;	
	text-align: center;
	color: white;
	font-weight: normal;

	
	-moz-transition: all 1s, -moz-transform 2s;
	-o-transition: all 1s, -o-transform 2s;
	 -webkit-transition: all 1s, -webkit-transform 2s;
    transition: padding-top .3s ease-in, all 1s, transform 1s;
	
}


h1:hover, h1:active
{
	font-size: 68px;	
	color: #53a7ea;
}


h2 {
	font-family: 'Rancho', cursive;
	font-size: 26px;
	text-align: center;
	color: white;
	font-weight: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	cursor: default;
	
	-moz-transition: all 1s, -moz-transform 2s;
	-o-transition: all 1s, -o-transform 2s;
	-webkit-transition: all 1s, -webkit-transform 2s;
    transition:  all 1s, transform 1s;
}

/*------------------------------------------------------------------------------
	General
------------------------------------------------------------------------------*/

a{
	text-decoration: none;
	
}

html{
	height:100%;
}

body{
	background: url(pattern.jpg);
	/*background-color: red;*/
	
	width: 100%;
	height: 100%;
	
	margin: 0px;

	display: flex; 
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#child{
	width: 100%;
	overflow: auto;
	/*padding-bottom: 10px;*/
}
	
img{
	width: 57px;
	height: 57px;
	position: relative;
	overflow: visible;
	
	-moz-transition: all 1s, -moz-transform 2s;
	-o-transition: all 1s, -o-transform 2s;
	 -webkit-transition: all 1s, -webkit-transform 2s;
    transition:  padding-top .3s ease-in, all 1s, transform 1s;
}


#mv{
	height: 176px;
	width: 100%;
	
	display: flex; 
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-center;
}

#mv > a{
	margin: auto;
}

#icons{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
}



.icon{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	padding: 2%;
	display: inherit;
	
	width: 57px;
	height: 57px;
	
}

.icon:hover, .icon:active
{
	background-color: #53a7ea;
	box-shadow: inset 0 0 0 10px #53a7ea;
		
	-moz-transition: box-shadow 0.5s ease, background-color 1s ease;
	-o-transition: box-shadow 0.5s ease, background-color 1s ease;
	-webkit-transition: box-shadow 0.5s ease, background-color 1s ease;
	
	transition:box-shadow 0.5s ease, background-color 1s ease;
}


/*------------------------------------------------------------------------------
	Responsive optimization
------------------------------------------------------------------------------*/

@media (max-width: 1366px) {
	h1 {
		font-size: 60px;
	}
	
	h1:hover, h1:active
	{
		font-size: 62px;		
	}
	
	#mv{
		height: 160px;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 54px;
	}
	
	h1:hover, h1:active
	{
		font-size: 56px;		
	}

	.icon:hover, .icon:active
	{
		box-shadow: inset 0 0 0 8px #53a7ea;
	}	
	
	#mv{
		height: 146px;
	}
}

@media (max-width: 960px) {
	h1 {
		font-size: 48px;
	}
	
	h1:hover, h1:active
	{
		font-size: 50px;		
	}
	
	#mv{
		height: 132px;
	}
}

@media (max-width: 850px) {
	h1 {
		font-size: 42px;
	}
	
	h1:hover, h1:active
	{
		font-size: 44px;		
	}
	
	.icon:hover, .icon:active
	{
		box-shadow: inset 0 0 0 6px #53a7ea;
	}
	
	#mv{
		height: 116px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 36px;
	}
	
	h1:hover, h1:active
	{
		font-size: 38px;		
	}
	
	h2 {
		font-size: 20px;
	}
	
	#mv{
		height: 100px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 30px;
	}
	
	h1:hover, h1:active
	{
		font-size: 32px;		
	}
	
	.icon:hover, .icon:active
	{
		box-shadow: inset 0 0 0 4px #53a7ea;
	}
	
	#mv{
		height: 84px;
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: 24px;
	}
	
	h1:hover, h1:active
	{
		font-size: 26px;		
	}
	
	h2 {
		font-size: 14px;
	}
	
	img{
		width: 45px;
		height: 45px;
	}
	
	#mv{
		height: 68px;
	}
	
	.icon{
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 440px) {
	h1 {
		font-size: 18px;
	}
	
	h1:hover, h1:active
	{
		font-size: 20px;		
	}
	
	.icon:hover, .icon:active
	{
		box-shadow: inset 0 0 0 2px #53a7ea;
	}
	
	img{
		width: 35px;
		height: 35px;
	}
}

@media (max-height: 650px) {
	h1{
		line-height: 0;
	}
}