@charset "utf-8";

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
	background: #FFFFFF;
	color: #1e1e27;
    justify-content: center !important;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #51545f;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 2px #fde0db;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #d5050a;
}
p a:hover
{
	color: #d5050a;
	background: #fde0db;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #fde0db;
	color: #d5050a;
}
p::selection
{
	background: #fde0db;
}
h1{font-size: 72px;}
h2{font-size: 36px;}
h3{font-size: 28px;}
h4{font-size: 24px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Poppins', sans-serif;
	color: #282828;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
.form-control
{
	color: #d5050a;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}


/* BPRC */

.intro {
    position: relative;
	margin-top: 0;
	padding-top: 150px; /* compensates for fixed header (50px top bar + 100px navbar) */
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url('../images/gun_gun.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

.intro_content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    padding-left: 20%;
    padding-right: 20%;
}

.intro_content h1 {
   color: whitesmoke;
   font-size: 40px;
   text-align: center;
}

.intro_content p {
   color: whitesmoke;
   font-size: 20px;
   text-align: center;
}

.custom-shape-divider-bottom-1764773981 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
	z-index: 1;
}

.custom-shape-divider-bottom-1764773981 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 91px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1764773981 .shape-fill {
    fill: #ffffff;
}

.Section_1{
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

.title_container h1{
    color : rgb(24, 24, 24);
    font-size: 40px;
}

.title_container{
    padding-bottom: 30px;
}

.Section_1 p{
    color : rgb(39, 39, 39);
    font-size: 16px;
}

/* Event item button centering */
.events .event_item {
	text-align: center;
}
.events .event_item .button {
	display: inline-block;
	margin: 12px auto 0;
}
.events .event_item .button a {
	display: inline-block;
}

.intro .target{
	position: absolute;
	right: 23%;
	bottom: -3%;
	z-index: 3;
}

.event_item{
    padding: 10px;
    border: #d5050a 1px solid;
    border-radius: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)),url('../images/event_1.jpg');
    background-size: cover;
    background-position: center;
    justify-content: center;
    text-align: center;
}

.event_item h3, .event_item p{
    color: whitesmoke;
}

.event_item img{
    filter:invert(100%);
    padding-bottom: 10px;
    padding-top: 15px;
}

.events {
    padding-left: 10%;
    padding-right: 10%;
    justify-content: center;
}

.button{
    padding-bottom: 50px;
}

.button a {
    color: whitesmoke;
    font-size: 16px;
    background-color: #d5050a;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
    width: 120px;
    align-self: center;
    text-align: center;
    border-color: #d5050a;
    border-width: 1px;
    border-style: solid;
}

.button a:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
}

.Section_2{
    position: relative;
    padding-bottom: 30px;
    text-align: center;
    justify-content: center;
    display: flex;
}

.Section_2 .title_container h1{
    color : rgb(0, 0, 0);
    font-size: 24px;
}

.Section_2 p{
    color : rgb(0, 0, 0);
    font-size: 18px;
}

.Section_2 .title_container{
    padding-top: 30px;
}

.button2 a {
    color: whitesmoke;
    font-size: 16px;
    background-color: #d5050a;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 15px;
    width: 120px;
    align-self: center;
    text-align: center;
    border-color: #d5050a;
    border-width: 1px;
    border-style: solid;
}

.button2 a:hover {
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    border-color: #d5050a;
    border-width: 1px;
    border-style: solid;
}

.join_us{
    padding: 20px;
    border: #d5050a 1px solid;
    background-color: rgb(248, 248, 248);
    border-radius: 10px;
    max-width: 500px;
    box-shadow: #000000 2px 2px 10px;
    transition: ease-out 0.4s all;
}

.join_us:hover{
    transform: scale(1.1);
}

@media (max-width: 768px) {

    /* Prevent mobile scroll twitching due to fixed backgrounds */
    .intro {
        background-attachment: scroll;
        height: auto;
        min-height: 80vh;
    }

    .intro_content {
        padding-left: 5%;
        padding-right: 5%;
        top: 46%;
    }

    .intro_content h1 {
        font-size: 28px;
    }

    .intro_content p {
        font-size: 16px;
    }

    .intro .target {
        right: 33%;
        bottom: -6%;
        width: 40px;
        z-index: 2;
    }

    .Section_1 {
        z-index: 3;
        padding-top: 18px;
    }

        .Section_1 h1 {
        font-size: 28px;
    }

    .title_container {
        padding-left: 2%;
        padding-right: 2%;
    }

    .join_us {
        width: 85%;
        padding-left: 2%;
        padding-right: 2%;
    }
}