@import url('https://fonts.googleapis.com/css?family=Kalam');

body{
	background-color: #F5F5F7;
}

a{
	text-decoration: none;
	color: #016CF7;
}

a:hover{
	text-decoration: underline;
	color: #016CF7;
}

.product_link{
	font-size: 16px;
	margin-top: -6px;
}

/* Social Links */
.social-links{

}

.share{
	padding-left: 26px;
	text-decoration: none;
	fill: #ff0000;
}

.filter-svg-icon{
    filter: invert(0%) sepia(100%) saturate(7438%) hue-rotate(199deg) brightness(113%) contrast(113%);
}

.filter-svg-icon:hover{
    filter: invert(36%) sepia(59%) saturate(4583%) hue-rotate(202deg) brightness(92%) contrast(113%);
}

/* Social Links End */



.header{
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
}

.title_description{
	max-width: 550px;
	margin: 10px auto 0px auto;
	font-size: 18px;
}

.product_image{
	height: 180px;
	border-radius: 20px;
	margin-bottom: 10px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; 
}

.product_fobia{
	background-image: url('../images/product_fobia.png');
	
}

.product_barney{
	background-image: url('../images/product_barney.png');
}

.product_dude{
	background-image: url('../images/product_dude.png');
}

.footer {
	margin: 50px 0 50px 0;
}

.other_products{
	margin-top: -100px;
}


.video{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

#myFrame{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width: 768px){
.header{
	font-size: 30px;
	font-weight: 700;
}

.title_description{
	max-width: 380px;
	font-size: 16px;
}
}

