/*!
 * Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

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

footer {
    margin: 50px 0;
}

/* custom */

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.card-text {
	vertical-align: center;
}

h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}

#navbar {
	font-family: 'Lato', sans-serif;
}

#navbar .navbar-brand {
	font-family: 'Caveat', cursive;
}

img.btn-customized {
	height: 32px
}

.btn-customized:hover {
    opacity: 0.7;
}

.btn-booth {
	background-color: rgb(252, 80, 77);
}