@font-face {
  	font-family: "Open Sans";
  	src: url('../fonts/OpenSans.ttf') format('truetype');
  	font-weight: normal;
  	font-style: normal;
}

@font-face {
  	font-family: "Open Sans";
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  	font-weight: normal;
  	font-style: italic;
}

@supports (-webkit-touch-callout: none) {
   /* CSS specific to iOS devices */
	.bg-team {
		background-color: #202020;
		color: white;
		background-image: none;
		padding-left: 0px;
		overflow-x: hidden;
	}
}

@supports not (-webkit-touch-callout: none) {
   /* CSS for other than iOS devices */
   .bg-team {
		background-color: #202020;
		color: white;
		background-image: url(../images/border.png);
		background-repeat: repeat-y;
		background-repeat-x: no-repeat;
		padding-left: 96px;
		background-position-x: -1px;
		background-position-y: 43px;
		overflow-x: hidden;
	}
}

html, body {
	height: 100%;
}


body {
	font-family: "Open Sans", Sans;
	background-color: white;
	font-size: 16pt;
}

footer {
	padding-top: 20px;
}

.bg-logo {
	background-image: url("../images/logo_small.png");
	background-repeat: no-repeat;
	padding-left: 128px;
    padding-top: 128px;
}

.bd-navbar {
    background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15)
}

.bg-gardariki {
	background-image: url("../images/gardariki.jpg");
	color: white;
	text-shadow: 1px 1px #495057;
	background-size: cover;
}

.bg-team img {
	width: 100%;
    max-width: 300px;
}

.card-header {
	margin-top: 18px;
}

.card-text {
    font-size: 10pt;
    color: #888;
}

.team-border {
	margin-left: 32px;
    margin-right: 32px;
}

.triangle-bottomleft {
	width: 0;
	height: 0;
	border-bottom: 100px solid red; 
	border-right: 100px solid transparent;	
}

#carouselOverview .carousel-inner .carousel-item .carousel-caption {
	bottom: 32rem;
}

.team-border .row .col .photo {
	border: 2px solid;
    border-radius: 150px;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}