html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'BetradarThin';
    src: url('eurosti3-webfont.eot'),
    url('eurosti3-webfont.woff') format('woff'),
    url('eurosti3-webfont.ttf') format('truetype'),
    url('eurosti3-webfont.svg') format('svg');
}
@font-face {
  font-family: 'SourceSansProRegular';
  src: url('SourceSansPro-Regular.ttf') format('truetype');
 }

.logo {
    height: 130px;
    background: url('sportradar-logo.svg') no-repeat 30px 30px/284px;
}

#choose-your-region {
    background: url('background-image.png') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px;
}

h1 {
    font-family: 'SourceSansProRegular';
    text-align: center;
    font-size: 35.2pt;
    //text-transform: uppercase;
    margin-top: 25px;
    color: white;
}

.bar{
  color: #ff0000;
  height: 40px;
}

.graylining{
  background-color: transparent;
  padding-bottom: 30px; 
  font-family: 'SourceSansProRegular';
  text-align: center;
}

.graylining p{
  font-size: 16px;
  line-height: 30px;
}

.graylining a{
  font-size: 16px;
  color: #ff0000;
}

.choises {
    margin: 0 auto;
    width: 1080px;
    max-width: 100%;
    margin-top: 80px;
    text-align: center;
}

.choice {
    display: inline-block;
    width: 12.8%;
    margin: 1%;
    text-align: center;
    vertical-align: top;
}

.choice:hover .title {
    color: #ff0000;
}

.choice img {
/*     border: 5px solid #999; */
/*     border-radius: 150px; */
    max-width: 100%;
    height: auto;
    margin-bottom: 30%;
}

.title {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  font-family: 'SourceSansProRegular';/*'Open Sans', sans-serif;*/
  font-weight: bold;
  display: inline-block;
}

.disabled {
  pointer-events: none;
}

@media (max-width: 700px) {
  .choice {
    width: 25.6%;
    margin: 1% 3% 10%;
  }
}

@media (max-width: 500px) {
  .choice {
    min-width: 31%;
    margin: 1% 9% 10%;
  }
}



/*div.globe {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.north-america .globe {
  background-image: url('north-america.png');
}

.south-america .globe {
  background-image: url('south-america.png');
}

.europe .globe {
  background-image: url('europe.png');
}

.asia .globe {
  background-image: url('asia.png');
}

.middle-east .globe {
  background-image: url('middle-east.png');
}

.africa .globe {
  background-image: url('africa.png');
}*/
