/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
}


/*
 * Base structure
 */

body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.cover-container {
	height: 100vh;
	width: 100%;
}

#video-bg{
	z-index:-1;
	position:absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	border: 0;
	background-image: url(images/photo.jpg);
	background-position: top;
	background-size: cover;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	object-fit: cover;
	height: 100vh;
	width: 100vw;
}

.logo{
	width: calc(225px + 9vw);
	margin-top: 16px;
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

.btn-outline-dark {
    color: #fff;
    background-color: none;
    border-color: white; /*set the color you want here*/
	margin-top: 1em;
}
.btn-outline-dark:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: rgba(255,255,255,0.5);
    border-color: white; /*set the color you want here*/
}

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto:wght@300&display=swap');

h1{
	font-family: 'Playfair Display', serif;
	font-size: calc(32px + 1vw);
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 48px;
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 8px;
	
}
.lead{
	font-family: 'Roboto';
	font-size: calc(15px + 0.3vw);
	line-height: 8px;
}
