﻿.fullwidth{
	max-width: 1550px;
	margin: 0 auto;
}

.vid-summary-body .card {
	background-color: transparent;
}

.vid-summary{
	
	display: block;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

.vid-summary-body{
	display: flex;
	flex-direction: row;
	justify-content: center;
	
}

.vid-summary h1{
	font-family: "Droid Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #1c4357;
}

.vid-summary-body .card-text{
	font-family: "Droid Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: white;
	padding-top: 10px;

}

.vid-summary-body .card-title{
	font-family: "Droid Sans", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #eee88c;
	padding-top: 10px;

}

.vid-summary-body .card-body{
	background-color:  #16313f;
	border-radius: 26px;
	padding: 15px;
	margin: 10px;
	height: 95%;
}

	.vid-summary-body img{
		width: 30%;
	}

.vid-summary2{

	display: block;
	text-align: center;
	padding: 20px;
}

.vid-summary-body2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	
}
.vid-summary2 h1{
	font-family: "Montserrat";
	font-size: 45px;
	font-weight: bold;
	color: #1c4357;
}

.vid-summary-body2 .card-text2{
	font-family: "Montserrat";
	font-size: 20px;
	font-weight: bold;
	color: white;
	padding-top: 10px;

}

.vid-summary-body2 .card-title2{
	font-family: "Montserrat";
	font-size: 21px;
	font-weight: bold;
	color: #eee88c;
	padding-top: 10px;

}

.vid-summary-body2 .card-body2{
	background-color:  #16313f;
	border-radius: 26px;
	padding: 15px;
	margin: 10px;
	height: 95%;
}
	.vid-summary-body2 img{
		width: 30%;
	}


@media screen and (max-width: 480px){
	.fullwidth{
	max-width: auto;
	margin: 0 auto;
}
	.vid-summary{
		padding: 10px;
	}
	.vid-summary-body{
	display: block;
}
	.vid-summary h1{
	font-size: 26px;
}
	
.vid-summary-body .card-text{
	font-size: 15px;
	display: none;

}
	.vid-summary-body .card-title{
	font-size: 18px;

}

	.vid-summary-body img{
		width: 30%;
	}
	
	
	
	.vid-summary2{
		padding: 10px;
	}
	.vid-summary-body2{
	display: block;
}
	.vid-summary2 h1{
	font-size: 26px;
}
	
.vid-summary-body2 .card-text2{
	font-size: 15px;
	display: none;

}
	.vid-summary-body2 .card-title2{
	font-size: 18px;

}

	.vid-summary-body2 img{
		width: 30% ;
	}

}

@media only screen and (min-width: 768px) and (max-width: 820px){
	.vid-summary-body2 img{
		width: 16%;
	}
		.vid-summary-body img{
		width: 16%;
	}
	
.vid-summary-body{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	
}

}