﻿body {
  background:url(images/bg-img.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  font-family:'Arial';
}
@font-face {
    font-family: 'Sui Generis Rg';
    src: url('fonts/SuiGenerisRg-Regular.woff2') format('woff2'),
        url('fonts/SuiGenerisRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.container{
	max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}
h4{
	float: left;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;    
	margin-bottom: 0px;
}
h4 span {
    font-size: 30px;
    color: gray;
    font-weight: bold;
    display: block;
}
.landing-info {
	background: rgba(255,255,255,0.8);
    float: left;
    width: 50%;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px #000;
    border: 5px solid #fff;
}
.landing-info a{
	color:#353895;
	font-size:50px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Sui Generis Rg';
}
@media only screen and (max-width: 768px) {
.landing-info {
	width: 60%;
    padding: 20px;
}	
.landing-info a{
	font-size:32px;
}	
h4{
    font-size: 16px;
    line-height: 26px; 
}
} 
@media only screen and (max-width: 480px) {
.landing-info {
	 width: 70%;
    padding: 15px;
}	
.landing-info a{
	font-size:22px;
}	
h4{
       margin-top: 10px;
}
} 