/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

.icon {
	padding-bottom: 40px;
}

.panel-default {
	background-color: #7D0A00;
	height: 400px;
	border-radius: 10px;
}

.panel .panel-heading{
    background-color: #7D0A00;
    border-radius: 10px;
}

.panel .panel-body h4{
	color: #FFF;
	font-size: 40px;
}

.panel-body p{
	color: #FFF;
	font-size: 18px;
}

@media(max-width:1199px) {
    body {
        padding-top: 150px;
    }

    .wrapper h2 {
    	padding-top: 20px;
    }
}

@media(max-width:991px) {
.panel-default {
	height: inherit;
    }
}

@media(max-width:767px) {
    body {
        margin-top: 20px;
        padding-top: 80px;
    }

    .sidebox{
    	margin: 0 15px;
    }

    .maintext {
    	padding: 0 15px;
    }

    .icon {
    	padding-top: 0;
    }
}    

@media(max-width:600px) {
	body {
        padding-top: 50px;
    }
}