/* CSS Document */

html {height: 100%;}

body {background: linear-gradient(0deg, rgba(100,100,100,1) 0%, rgba(10,10,10,1) 60%); background-repeat: no-repeat; background-attachment: fixed; color:#ffffff; margin:0; padding:0; height: 100%;}

img {display: block;}

#content {max-width:480px; margin:0 auto;}

#content-inner {margin:0 24px 0px 24px;}

#image img {width:100%; height: auto; margin: 24px 0 12px 0; border-radius: 10px;}

#badges {margin: 36px 0 24px 0;}

.badge {display:grid; height:150px; justify-content: center; align-content: center;}

.badge img {width:300px; height:auto;}

#footer {padding-bottom: 96px;}

/*@font-face{font-family:LatoBlack; src:url(../fonts/Lato/lato-Black.ttf) format('truetype');}
@font-face{font-family:LatoBold; src:url(../fonts/Lato/lato-Bold.ttf) format('truetype');}
@font-face{font-family:LatoRegular; src:url(../fonts/Lato/lato-Regular.ttf) format('truetype');}*/


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

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

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



h1 {font-family: LatoBlack, sans-serif; font-size: 100px; line-height: 125px; margin: 0;}

h2 {font-family: LatoBold, sans-serif; font-size: 24px; line-height: 24px; margin: -20px 0 0 6px; letter-spacing: 2px;}

h3 {font-family: LatoBold, sans-serif; font-size: 28px; line-height:28px; letter-spacing: 1.5px; text-align: center; text-transform: uppercase; margin: 0 0 12px 0;}

h6 {font-family: LatoBold, sans-serif; font-size: 16px; line-height: 28px; margin: 0; letter-spacing: 3px; text-align: center;}

p {font-family: LatoRegular, sans-serif;; font-size:18px; line-height: 28px; letter-spacing: 1.2px;}

a {text-decoration: none; color: aquamarine;}

a:hover {color:#D798B2;}

h1 a, h2 a {text-decoration: none; color: #FFFFFF;}

h1 a:hover, h2 a:hover {color:#ffffff;}

