
@font-face {
    font-family: myFont;
    src: url('../p5/fonts/avenir.ttf');
}

@font-face {
    font-family: cabin;
    src: url('../p5/fonts/Cabin-Regular.ttf');
}

#text h1 {
	font-family: myFont, sans-serif;
	color: black;
	font-size: 1.7vw;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0vw;
	padding-right: 2vw;
	margin-bottom: 4vh;
}

p {
	font-family: myFont, sans-serif;
	color: black;
	font-size: 1.1vw;

	padding-left: 2vw;
	padding-right: 2vw;

}

#text h1 p {
	font-size: 1.7vw;
}

@media(max-width:767px) {
	#text h1 {
		margin-top: 2vw;
		font-size: 3vw;
	}

	p {
		font-size: 2vw;
	}
}

#photo {
	padding-right: 20px;
	padding-bottom: 30px;
	max-height: 100%;
	text-align: center;
	position: relative;
}

#text {
	padding-left: 20px;
}

#photo img{
	max-height: 80vh;
	max-width: 40vw;
	top: 0px;
	right: 0px;
	position: relative;
	margin: 0 auto;
}

#wspace {
	margin-top: 1vw;
}

.carousel-inner {
	max-height: 100vh;
}

/* Carousel arrows */

.arrow_midsides {
	position: absolute;
	padding: 1rem; /* Arrow size */
	/*box-shadow: 1px -1px 0 1px white inset;*/ /* 5th parameter = color */
	/*-webkit-box-shadow: 2px -2px white inset;*/ /* 5th parameter = color */
	border: solid transparent;
	border-width: 0 0 2rem 2rem;
	left: 50%;
	bottom: 50%;
}

.arrow-down  {transform:rotate(-45deg);}
.arrow-right {transform:rotate(-135deg);}
.arrow-left  {transform:rotate(+45deg);}

.carousel-control.left, .carousel-control.right {
  background: none !important;
  /*filter: progid: none !important;*/
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
