/* cyrillic-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(/fonts/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}


* {
	box-sizing: border-box;
}


html,body
{
    height: 100%;
}
body
{
   display: table; 
   margin: 0 auto;
   background: linear-gradient(#395D7B, #8BA3B7);
}

.container
{  
    height: 100%;
    display: table-cell;   
    vertical-align: middle;   
}


.copyright {
	padding-top: 30px;
	text-align: right;
	font-size: 0.6em;
}

.cent
{
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;	
	background-color: rgba(27,31,35,0.88);
	margin: 50px 50px 50px 50px;
        border: 0.4rem solid #5C7C96;
}

.cont
{
	color: #ffffff;
}

a {
	color: #ffffff;
	text-decoration: none;
	text-decoration-style: dotted;
}

.content {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 3rem;
}
h1 img{	
	position: absolute;
	top:0;
	left:0;
	background-size: 252px 99px;
}

h1 
{
	position: relative;
	font-family: Ubuntu;
	font-size: 100px;
	letter-spacing:-18px;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	border-bottom: solid 2px #FFFFFF;
      	display: inline;
	padding-bottom: 6px;
	white-space: nowrap;
	line-height: 100px;
	color: rgba(27,31,35,0);
}

h2 {
	font-size: 1.6em;
	line-height: 1.6em;
}

.spacer{
   height: 2px;
}

h3 {
	padding-top: 10px;
	font-family: Ubuntu;
	font-size: 1.4em;
	font-style: italic;
	font-variant: normal;
	font-weight: 500;
	line-height: 1.6em;
}

.quote {
	width: 100%;
	font-size: 0.88em;
}

.quote p {
	display: flex;
	justify-content: right;
	text-align: right;
	line-height: 1.3em;
}

.quote q {
	font-style: italic;
}

p {
	font-family: Ubuntu;
	font-size: 1.2em;
  letter-spacing: 2px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 2em;
}

li {
	font-family: Ubuntu;
	font-size: 1.1em;	
	letter-spacing: 2px;
	font-weight: 350;
	line-height: 1.4em;
}

blockquote {
	font-family: Ubuntu;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Ubuntu;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%;
    }
}

@media (max-width: 10px) {
    .fullscreen-bg {
        background: url('bg.png') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}
