@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
/*
    font-family: 'Open Sans', sans-serif;

    font-family: 'Montserrat', sans-serif;
*/
html,body{
	width: 100%;
	height: 100%;
}
.tb{
	display: table;
	width: 100%;
	height: 100%;
}
.cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.head{
	height: 400px;
	background: url(../images/mockup.jpg) no-repeat center 30%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
}
.head h1{
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.head p{
	font-size: 20px;
}
.head p,
.head p a{
	color: #d0d0d0;
	text-decoration: none;
	background-color: transparent;
	font-weight: 400;
	text-decoration: none;
	font-size: 24px;
}
.mockup{
	padding:100px 0;
}
.mockup ul{
	margin:0;
	padding:0;
}
.mockup ul li{
	list-style-type: none;
	position: relative;
	overflow: hidden;
	border:1px solid #f3f3f3;
	padding:20px;
	margin:0 0 40px;
}
.mockup ul li:last-child{
	margin:0;
}
.mockup ul li a{
	display: block;
	margin:0 0 20px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.mockup ul li a:hover{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.mockup ul li h3{
	margin:20px 0 0;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.mockup ul li:last-child h3{
	margin:0;
}
.footer{
	padding: 30px 0;
	background: #f3f3f3;
}
.footer p{
	text-align: center;
	margin:0;
	padding:2px 0;
}
.footer p strong{
	font-weight: 700;
	letter-spacing: 2px;
}