﻿@font-face {
  font-family: 'Inter';
  font-weight: normal;
  src: url('Inter_24pt-Regular.ttf');
}

@font-face {
	font-family: 'Inter';
	font-weight: bold;
	src: url('Inter_24pt-Bold.ttf');
  }

  @font-face {
	font-family: 'InterLight';
	font-weight: normal;
	src: url('Inter_24pt-Light.ttf');
  }

  @font-face {
  font-family: 'InterBlack';
  font-weight: normal;
  src: url('Inter_24pt-Black.ttf');
}*


html {
	height:100%;
    background-color:white;
}

body
{
    background-color:white;
	margin: 0px;
    font-family: 'Inter', sans-serif!important;
    line-height:24px;
	height:100%;
	text-align:center;
	font-weight:normal;
}

input:focus,
select:focus,
textarea:focus,

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5a5a5a;
  opacity: 1; /* Firefox */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #372817; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; 
}

option {
	font-size:24px;
}

button:focus, button:active {
    outline: none !important;
}

button {
	font-family: 'Inter'!important;
	cursor:pointer;
	width:147px;
	height:55px;
	border-radius:10px!important;
	border:none;
	color:#eee2d5;
	background-color:#372817;
}

a
{
border:none;
text-decoration:none;
color:inherit;
}

a:hover {
	text-decoration:none;
	color:inherit;
}


img
{
	border:none;
}

sub, sup {
    position: initial!important;
}

hr {
	height:1px;
	border: none;
    height: 1px;
    color: #858483; /* old IE */
    background-color: #858483; /* Modern Browsers */
	margin-bottom:40px;
	margin-top:10px;
}

select {
	width:100%;
	height:62px;
	border:0;
	border-radius:10px;
	font-size:24px;
	font-family:Inter;
}

.mobileOnly {
	display:none;
}

h1 {
	font-weight: bold;
}

.mainContainer {
	background-color:#192651;
	display:flex;
	flex-direction:column;
	height:100vh;
	color:white;
}

.mainContainer .header {
	flex-shrink:0;
}

.mainContainer .content {
	flex-grow:1;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-start;
	padding:20px;
	overflow-y:auto;
}

.mainContainer .footer {
	flex-shrink:0;
	text-align:center;
	padding-bottom:20px;
}

.header img {
	width:100%;
}

.footer img {
	width:80px;
}

.pressDownloads {
	max-width:800px;
	text-align:left;
	margin:0 auto;
	line-height:50px;
}

.pressDownloads img {
	width:30px;
}