@font-face {
	font-family: 'Museo Sans Cyrl 100';
	src: url('../fonts/MuseoSansCyrl-100.eot');
	src: local('MuseoSansCyrl-100'),
		url('../fonts/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-100.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-100.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 300';
	src: url('../fonts/MuseoSansCyrl-300.eot');
	src: local('MuseoSansCyrl-300'),
		url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 500';
	src: url('../fonts/MuseoSansCyrl-500.eot');
	src: local('MuseoSansCyrl-500'),
		url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 700';
	src: url('../fonts/MuseoSansCyrl-700.eot');
	src: local('MuseoSansCyrl-700'),
		url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Museo Sans Cyrl 900';
	src: url('../fonts/MuseoSansCyrl-900.eot');
	src: local('MuseoSansCyrl-900'),
		url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
		url('../fonts/MuseoSansCyrl-900.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

:root {
  --bs-blue: #236eb6;
  --bs-gray: #6b6d76;
  --bs-body-color: #000;
  --bs-border-color: var(--bs-gray);
}

body {
  font-family: 'Museo Sans Cyrl 300', sans-serif;
}

h1 {
  text-transform: uppercase;
}

h1, h2 {
  line-height: 130%;
  margin-bottom: 1rem;
  color: var(--bs-blue);
}

h1, .fw-bold {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-weight: 500;
}

h2 {
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  border-bottom: 1px solid var(--bs-gray);
}

header nav {
  text-transform: uppercase;
}

header .logo {
  max-height: 60px;
}

main {
  text-align: center;
}

main .margin-wide {
  margin: 0 1rem;
}

@media (min-width: 992px) {
  main {
    font-size: 1.125rem;
  }

  main .margin-wide {
    margin: 0 6rem;
  }
}

main a {
  color: var(--bs-body-color);
  text-decoration: none;
}

main a:hover {
  text-decoration: underline;
}

footer {
  background-color: #0a1628;
  background: linear-gradient(to right, #000000 0%, #0a1628 30%, #1a3a6b 70%, #1e5aa8 100%);
  color: #fff;
  font-size: .875rem;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.blue {
  color: var(--bs-blue);
}

.black {
  color: var(--bs-black);
}

.lh-160 {
  line-height: 160%;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
  
  .w-md-50 {
    width: 50% !important;
  }

  .w-md-60 {
    width: 60% !important;
  }
}