


.pattern {
	background-image: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.40)), url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}


.pattern::after {
	content: "";
	clear: both;
}

#colorize {
    color: rgba(255,255,255,1.00);
	font-weight: 500;
	font-size: 1.9em;
	margin-bottom: 20px;
}



/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    text-align:center;
    height:100%;
    min-height:100vh;
	width: 100%;
    /*position:relative;*/
    overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -111111111;
	background-image: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.50)), url(https://j.gifs.com/mQKMD0.gif);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-background2 {
    text-align:center;
    height:100%;
    min-height:100vh;
	width: 100%;
    /*position:relative;*/
    overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1111111;
	background-image: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.50)), url("../images/contact.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-background3 {
    text-align:center;
    height:100%;
    min-height:100vh;
	width: 100%;
    /*position:relative;*/
    overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -11111111;
    background:url("../images/media.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-background4 {
    text-align:center;
    height:100%;
    min-height:100vh;
	width: 100%;
    /*position:relative;*/
    overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -111111;
    background:url("../images/donate.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}

.big-background-title {
    font-size: 4.8em;
    color:#fff;
    font-weight:300;
    text-transform:uppercase;
	position: relative;
    text-align:center;
    margin: 0px;
    padding: 0px;
    display:inline-block;
}

a.big-background-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
	background-image: linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.50)), url(https://j.gifs.com/mQKMD0.gif);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden;
}






/* SMALL VIDEO BACKGROUND 
================================================== */
.small-background-section {
    font-family:'Raleway',sans-serif;
    padding:100px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#f1c40f;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}





/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 1080px) {
.about-section-title {
    line-height:1
    }
    
    .big-background-title {
    font-size:2.0em;
    }
    
    
#colorize {
	font-size: 1.5em;
}
    
    
}





@media screen and (max-width: 780px) {
.about-section-title {
    line-height:1
    }
    
    .big-background-title {
    font-size:24px
    }
    
    
#colorize {
	font-size: 1.3em;
}
    
    
}



@media screen and (max-width: 480px) {
.big-background-title {
    font-size:32px
}

.small-background-title {
    line-height:1
}

#colorize {
	font-size: 1.3em;
}


/*.player{ display: none;}  -> If you want to remove the video bg on a specific viewport w/o plugin*/
}

@media screen and (max-width: 360px) {
.big-background-title,#colorize {
    line-height:1
}
}

@media screen and (max-width: 320px) {
.small-background-title {
    font-size:18px;
}
}


