.head {
	background-image: url("./img/victor-malyushev-Oirxgq5IyCI-unsplash.jpg");
	color: white;
	min-height: 600px;
	background-size: cover;
	background-position: center;
	text-shadow: 2px 2px #333;
	font-weight: 600;
	padding-bottom: 50px;
}

.head2 {
	background-image: url("./img/2malyushev2.jpg");
	color: white;
	min-height: 250px;
	background-size: cover;
	background-position: center;
	text-shadow: 2px 2px #333;
	font-weight: 400;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.justify {
	text-align: justify;
}

nav.navbar {
	background-color: #fff !important;
	font-weight: 600;
}

.navbar-nav > .nav-item > a.active {
	/*color: #d67e2b;*/
	color: #ee8d30;
	/*color: #093e66;*/
}

.main-title {
	font-size: 30pt;
	color:#093e66;
	text-shadow: none;
	margin-right:10px;
	margin-left:10px;
}

.sub-title {
	font-size: 15pt;
	color:#093e66;
	text-shadow: none;
}

.ml-auto-custom {
  margin-left: auto;
}

.lead {
	text-align: justify;
}

.blue {
	/*color: #002966;*/
	color:  #093e66;
}

.name {
	letter-spacing: -2px;
	font-size: 3rem;
}

.hr-blue {
	/*border: 2px solid #002966;*/
	border: 2px solid  #093e66;
}

.footer {
	/*background-color: #002966;*/
	background-color:  #093e66;
	color: #fff;
}

a {text-decoration: none;
color: #ee8d30}

td a { color: black; }

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
 background-color: #fce8d6;
}


.my-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.my-column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.my-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 100%) {
  .my-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 100%) {
  .my-column {
    flex: 100%;
    max-width: 100%;
  }
}

.flex-container {
	display: flex;
	flex-direction: row;
}

.left {
	float:left;
	width: 33.3%
}
.right {
	float:right;
	width: 33.3%;
	text-align: right;
}
.center{
	float: left;
	width: 33.3%;
	text-align: center;
}

iframe{
	height: 300px;
}