/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background 
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {
    height:100%
}

body {
	line-height: 23px;
	font-size: 15px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}


p {
    font-size:20px;
    line-height:140%;
    text-align:center
}


ul li {
    display:inline-block;
    list-style:none;
    padding-right: 10px;
}

.wrapper {
    z-index:600;
    position:relative
}

.pattern {
    background-image:url(../images/pattern.png);
    background-repeat: repeat;
    background-attachment:scroll;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image:url(../images/divider2.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}
.divider2 {
    background-image:url(../images/divider3.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}

#colorize {
    color:#f1c40f;
    font-family: "Noto Sans Japanese";
    font-size:40px
}



/* BIG VIDEO BACKGROUND
================================================== */
.big-background2,
.big-background {
    z-index:550;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}
.big-background2 .big-background-container,
.big-background .big-background-container {
	font-family: "Noto Sans Japanese";
	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%);
	font-weight: 700;
}
.big-background2-title,
.big-background-title {
	font-size: 78px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 22px;
	padding-top: 20px;
	display: inline-block;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top center;
	color: #FFFFFF;
}


.big-background-default-image {
    background:url(../images/myvs.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

.big-background2-default-image {
    background:url(../images/vrs.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

/* ABOUT SECTION
================================================== */
.about-section {
	font-family: "Noto Sans Japanese";
	color: #7f8c8d;
	background-color: #fff;
	padding: 60px 20px;
	font-weight: 200;
	background-size: cover;
}

.about-section-container {
    text-align:center;
    padding-bottom:50px
}

.about-section-title {
    font-family: "Noto Sans Japanese";
	font-weight: 100;
    font-size:40px;
    background:#fff;
    color:#3d566e;
    padding:0 35px;
    margin-bottom:22px;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}

a.about-section-btn {
    font-family:'Lato',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#34495e;
    background:transparent;
    border:2px solid #34495e;
    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;
}

.about-section-btn:hover {
    color:#fff;
    background: #34495e;
}

.about-section-btn {
	margin: 2%;
}






/* 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
}



/* SOCIALS
================================================== */
.socials a {
    color:#fff
}

.socials a:hover {
    color:#bdc3c7
}




/* MEDIA QUERIES
================================================== */

@media screen and (max-width: 768px) {
.about-section-title {
    line-height:1
}
	.artistprofile
{

	font-size: 10px;
}
	.itemdate {

	font-size: 9px;

}

.item {
	width: 35%;

}
	.content3 .itemdate p {

	line-height: 12px;
font-size:12px;
	font-weight: 200;
}


.content3 .itemdate h2 {

	font-size:32px;
}
.small-background-section {

    padding:50px 0;

}	
	
}

@media screen and (max-width: 480px) {
.big-background-title {
    font-size:58px
}
	.artistprofile
{
	width: 100%;
	font-size: 10px;
	margin-bottom: 10%;
}
.small-background-section { 
    padding:30px 0;

    width:100%;

}
.small-background-title {
    line-height:1
}
	
.itemdate {
	width: 100%;
margin-bottom: 5%;
}	
.item {
	width: 100%;

}
	.content3 .itemdate p {

	line-height: 12px;
font-size:18px;
	font-weight: 200;
		
}


.content3 .itemdate h2 {

	font-size:32px;
}
/*.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 : 318px ){
.small-background-title {
    font-size:30px;
}
.about-section .about-section-container .about-section-title {
	font-size:28px;
	padding:0 12px;
}


}
