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

body {
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background: url('../../img/zanini/bkg_home_2020.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.intro-message {
	margin-top: 70px;
}

.intro-message > h1 {
	font-size: 72px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.251), 0px 1px 30px rgba(0, 0, 0, 0.749);
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    font-size: 26px;
    color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.251), 0px 1px 30px rgba(0, 0, 0, 0.749);
}

.intro-message label {
	color: #ffffff;
}

.um-panel-title {
	color: #ffffff;
}
