@charset "UTF-8";
/* Header BEGIN */
.Header  {
    background-color: #FFFFFF;
}
.header_blankrow {
    width: 100%;
    height: 25px;
}
/* Header END */
/* Top BEGIN */

.top_section
	.parent_top {
		display: flex; 
		flex-wrap: wrap; 
		justify-content: center;
}
.top_section {
    background-color: #202B27;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-image: url(../images/lenses.jpg);
    background-size: cover;
    opacity: 0.9;
}
	.box_top {
    background-color: #B5A99D;
    /* flex: 1 1 150px;  Stretching: */
    flex: 0 1 300px; /* No stretching: */
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    min-width: 20%;
    min-height: 200px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 5px;
    text-align: center;
		opacity: 0.9;
}
/* Top END */

/* Mid BEGIN */
.mid_section
.parent_mid{
	display:flex;
	flex-wrap: wrap;
	justify-content: center
}
	.box_mid{
    background-color: #E96F51;
    /* flex: 1 1 200px;  Stretching: */
    flex: 0 1 300px; /* No stretching: */
    margin-top: 3%;
    margin-right: 3%;
    margin-left: 3%;
    margin-bottom: 3%;
		
    min-width: 20%;
	min-height: 400px;
		
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
		
    border-radius: 5px;
    text-align: center;	
}
.box_mid h4 {
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.mid_section {
    background-color: #000000;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-image: url(../images/rink.jpg);
    background-size: cover;
    opacity: 0.9
}
/* Mid END */

/* Bottom BEGIN */
.btm_section
.carousel-item.active .carousel-caption h5 {
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.08%,rgba(255,253,253,0.00) 99.80%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.08%,rgba(255,253,253,0.00) 99.80%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.08%,rgba(255,253,253,0.00) 99.80%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.08%,rgba(255,253,253,0.00) 99.80%);
}
.carousel-item.active .carousel-caption p {
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.12%,rgba(255,253,253,0.00) 99.80%);
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.12%,rgba(255,253,253,0.00) 99.80%);
    background-image: -o-linear-gradient(0deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.12%,rgba(255,253,253,0.00) 99.80%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0.00) 2.22%,rgba(32,43,39,1.00) 50.12%,rgba(255,253,253,0.00) 99.80%);
}
/* Botton END */

/* Footer BEGIN */
footer  {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-weight: 300;
    font-size: small;
    text-align: center;
    clear: both;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0.07%,rgba(0,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 0.07%,rgba(0,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 0.07%,rgba(0,0,0,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0.07%,rgba(0,0,0,1.00) 100%);
    height: 50px;
    padding-top: 6px;
    padding-bottom: 17px;
}
.footer_blankrow{
    width: 100%;
    height: 100px;
}
/* Footer END */

/* Other CSS */
.navbar-brand {
    padding-right: 7px;
    padding-left: 5px;
}

.icon_logo_top {
       text-align: center;
}
.icon_logo_break{
	text-align: center;
}
.carousel{
	background-color: #C6CAD3;
}
/* Other css END */
