@font-face {
	font-family: 'GOST_type_A';
	src: url('GOST_type_A.eot');
	src: local('GOST_type_A'),
		url('GOST_type_A.eot?#iefix') format('embedded-opentype'),
		url('GOST_type_A.woff') format('woff'),
		url('GOST_type_A.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


@font-face {
	font-family: 'Agency FB Cyrillic';
	src: url('AgencyFBCyrillic.eot');
	src: local('Agency FB Cyrillic'), local('AgencyFBCyrillic'),
		url('AgencyFBCyrillic.eot?#iefix') format('embedded-opentype'),
		url('AgencyFBCyrillic.woff') format('woff'),
		url('AgencyFBCyrillic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.btn-outline-secondary {
	color: #ccc;
	border-color: #ccc;
	font-size: 1.25rem;
}

.main-link {
	color: #ccc;
	text-decoration: underline;
}
.main-link:hover {
	color: #fff;
	text-decoration: underline:
}

body {
  padding-top: 56px;
  font-family: 'GOST_type_A';
  background: #132231;
  color: white;
	font-size: 1.25rem;
}

a, .btn {
	font-size: 1.25rem;
}

.text-title {
	font-family: 'Agency FB Cyrillic';
	
}
  
.navbar {
	background-color: #132231;
}

.navbar-brand {
	font-size: 2rem;
	font-weight: 500;
	/*color: #84C6E7 !important;*/
}

.navbar-nav {
	font-size: 1.5rem;
}
.navbar-nav a, .link {
	color: #ccc !important;
}

.link {
	text-decoration: underline;
}

.link:hover {
	color: white !important;
}

.main-bg {
	background:  url('../img/bg.png?v=2');
	background-position: 50% 30%;
	min-height: 800px;
}

.main-info {
	color: white;
	text-shadow: black 0 0 5px;	
}

.navbar-toggler {
    border: 1px solid white;
    border-radius: .25rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


.carousel-item {
  height: 80vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}


.navbar-brand-dark {
  color: rgba(255,255,255,.5) !important;
}



footer {
	background-color: #111;
}

.timeline {
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}
