@charset "utf-8";
/* CSS Document */

/** Text Over Image **/
.image-bg {
    position: relative;
    text-align: left;
    color: white;
	font-family:'Montserrat', Arial, sans-serif;
}


.image-bg .headline {
    font-weight: 800;
    font-size: 32px;
    font-size: 1.25vw;
    text-shadow: 0px 0px 20px #000;
    text-transform: uppercase;
    line-height: 1.5;   

}	
.image-bg .red {
	background-color: #c8102e;
    padding: 1rem;
}
.image-bg .black70 {
	font-weight: 400;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	font-size:16px;
	font-size:1.5vmin;
	line-height: 1.5;
}

.image-bg .black-45-bg {
    font-weight: 400;
    background-color: rgba(0,0,0,.45);
    font-size: 13px;
    line-height: 1.5;
    padding: 0 1em;
}


/*.image-bg .text a {
    font-family:'Montserrat', Arial, sans-serif;
	font-weight: 800;
	font-size:16px;
    font-size: .85vw;
    line-height: 10px;
	color: #ffffff;
	text-transform: uppercase;
}*/


/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width:50%;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	height:50%;

}
	
.bottom-left-100 {
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:100%;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:50%;
	height:50%;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
}


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

 @media (max-width: 767px){
.image-bg .headline {
    font-weight: 800;
    font-size: 32px;
    font-size: 4.5vw;
    text-shadow: 0px 0px 20px #000;
    text-transform: uppercase;
    line-height: 1.5;   

}	
.image-bg .red {
	background-color: #c8102e;
    padding: 1rem;
	width: 48%;
}
.image-bg .black70 {
	font-weight: 400;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	font-size:16px;
	line-height: 1.5; 
}
.image-bg .black-45-bg {
    font-weight: 400;
    background-color: rgba(0,0,0,.45);
    font-size: 13px;
    line-height: 1.5;
    padding: 0 1em;
}
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width:50%;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	height:50%;

}
	
.bottom-left-100 {
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:100%;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:50%;
	height:50%;
}
	}

 @media (min-width: 768px) and (max-width: 991px) {
.image-bg .headline {
    font-weight: 800;
    font-size: 32px;
    font-size: 3.5vw;
    text-shadow: 0px 0px 20px #000;
    text-transform: uppercase;
    line-height: 1.5;   

}	
.image-bg .red {
	background-color: #c8102e;
    padding: 1rem;
	width: 48%;
}
.image-bg .black70 {
	font-weight: 400;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	font-size:16px;
	font-size:2vmin;
}
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px;
	width:50%;
	background-color:rgba(0,0,0,.65);
	padding: 1rem .5rem;
	height:50%;

}
	
.bottom-left-100 {
    position: absolute;
    bottom: 0px;
    right: 0px;
	width:100%;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
	width:50%;
	height:50%;
}
	}