@charset "UTF-8";
/* CSS Document */


/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('../fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}


/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}



/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}



h1 h2 h3 h4 h5 h6 p {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana!important;
}

body {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
}

.site__background h1 {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
}


.site__background p {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
}


.card__mobile--static {
	font-family: 'Lato',Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
	
}

.modal-content p {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
}

.card-text {
	font-family: 'Lato', Calibri, Arial, Tahoma, Verdana;
	font-weight: 300;
}

.color__silver {
	color: #dedede;
}


a.color__silver:hover {
	color: #aeaeae;
}

.site__background--wrapper {
	text-align: -webkit-center;
}

.icon {
	min-width: 250px;
}

.icon__area {
	width: 130px;
	padding-top: 100px;
	padding-bottom: 0px!important;
	margin-bottom: 0px!important;
}

.site__background h1 {
	padding-top: 30px;
}


a {
	color: #aeaeae;
}

a:hover {
	color: #777777;
}

@media (min-width: 992px) {
	.card {
		min-height: 450px;
		bottom: -365px;
	}


	.card:hover {
		bottom: -25px!important;
	}
}



@media (max-width: 992px) {
	
	.icon__area {
	width: 100px;
	}
	
	h1 {
	font-size: 2.125rem;
	}
	
	p {
	font-size: 16px!important;
	}
}