﻿@media (min-width:768px) {
	.container {
		width: 750px
	}
	.col-sm-3 {
		width: 25%;
		float: left;
	}
	.box-content.box-1 {
	    text-align: center;
		height: 760px;
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
	.box-content.box-1 {
	    text-align: center;
		height: 600px;
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
	.box-content.box-1 {
	    text-align: center;
		height: 600px;
	}
}
.box-content .heading .intro {
	margin-bottom: 0;
}
.box-content .heading {
    margin-bottom: 30px;
    text-align: center;
}
.box-content .heading .intro {
    margin-bottom: 75px;
    font-family: "Shadows Into Light", cursive;
    font-size: 22px;
    /* font-style: italic; */
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section {
	display: block;
	vertical-align: baseline;
	    margin: 0px;
	    border-width: 0px;
	    border-style: initial;
	    border-color: initial;
	    border-image: initial;
	    font: inherit;
}
.box-content {
    padding: 60px 0px;
}
.box-content .heading {
    margin-bottom: 30px;
    text-align: center;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

