/*
RED 	#fc6769
YELLOW	#e1dd79
GREY	#454545
LGREAY	#707070
*/

:root {
	--red: #ff675d;
	--yellow: #fbf49b;
	--green: #00a990;
	--blue: #0081c3;
	--gray1: #4b4846;
	--gray2:	#302e2d;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-size: 1em;
    vertical-align: baseline;
	background: transparent;
	letter-spacing: 0.048rem;
	word-spacing: 0.07rem;
}

body {
	/* text-transform: uppercase !important; */
/* background: #454545;
background-color: #fc6769; */
background-color: black;
font-family: 'Roboto', sans-serif;
line-height: 0.2rem;
text-transform: uppercase;

-webkit-font-smoothing: antialiased;
color: #262626;

	/* background-image: url(imgs/pr/bcbasbg.png); */
	background-size: 100%;
	
/* 	text-transform: uppercase; */

	word-spacing: 0.06rem;
	font-weight: 400;

-webkit-background-composite: border;
text-align: left;


}

a {
	text-decoration: none;
	color: inherit;
	border-bottom: 4px solid;
}

p {
	padding: 0;
	margin: 0;
	display:inline;
	/* display: inline; */
}

hr {
	border: 0px;
	border-bottom: 1px solid white;
}

#longLine {
	position: absolute;
	height: 100vw;
	width: 30vw;
	left: calc(50% - 15vw);
	background-color:  black;
	z-index: 1;
	display: none;
}

#center {
	width: 95vw;
	max-width: 780px;
  	height: 80%;
  	overflow: visible;
  	margin: auto;
  	position: absolute;
  	z-index: 2;
  	top: 0; left: 0; bottom: 0; right: 0;

}

p:after {
	content:" ";
	display: block;
	margin: 20px;
}

#box {
	background-color: transparent;
	padding: 20px;
}

h1 {
	display: inline;
	white-space: nowrap; 
	font-style: none !important;
}

h2 {
	font-size: 3em;
	margin-top: -20px;
	/* text-shadow:-2px -2px #e1dd79; */
	display: inline;
	white-space: nowrap; 
	margin-bottom: 0.2rem;

}


#text {
	color: white;
	/* background-color: #fc6769; */
	padding: 2vw;
	line-height: 1.7rem;
}


.links {
	border-bottom: 0px solid #e1dd79;
	font-size: inherit;
}

.links a {
	border-color: var(--yellow)
}


.links a:hover{
	border-color: var(--red)

}


.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
  }
  
  .fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  @media (min-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
	  height: 300%;
	  top: -100%;
	}
  }
  
  @media (max-aspect-ratio: 16/9) {
	.fullscreen-bg__video {
	  width: 300%;
	  left: -100%;
	}
  }
