/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }  

html, body { position: relative; top: 0px; left: 0px; padding: 0px; margin: 0px; }

body, h1 {font-family: "Raleway", sans-serif}
body, html { height: 100%;} 
body {
    background: url('bg.jpg') no-repeat center center fixed;
    min-height: 100%;
    background-size: cover;
	color: white;
	margin: 0px;
}
p { margin: 5px 0px 10px; padding: 0px; }
#container,header { width: 90%; margin: 0px auto; }
a { text-decoration: none; color: white; }
a:hover { font-weight: 600; }
.text-center { text-align: center; }
.text-small { font-size: 20pt; }
.text-medium { font-size: 26pt; }

.text-black { color: #000; }

.padding-small { padding: 5px; }
.padding-medium { padding: 10px; }

.border-grey { width: 50%; border-bottom: 1px solid grey; min-height: 5px; min-width: 50%; margin: 5px auto; }

.middle {  position: relative; top: 50%; transform: translateY(-50%); }

.bg-pale-white { background: rgba(255,255,255,0.5); }