@import url("style-orange.css"); /* Using a url */
@import url("responsive.css"); /* Using a url */
@import url("animate.min.css"); /* Using a url */


/* =============================================================================
// ASSETS/CSS/STYLE.CSS
// -----------------------------------------------------------------------------
// Styles for Zoltan Gal portfolio page, hosted on Github: unit45host.github.io
// http://unit45host.github.io
// ========================================================================== */

/* =============================================================================
// TABLE OF CONTENTS
// -----------------------------------------------------------------------------
//   01. Home
//   02. Header
//   03. Content
//   04. Footer
//   05. Extras
// ========================================================================== */

/* Home
// ========================================================================== */


section {
	padding: 30px 0 50px;
}
h3.section-title {
	margin-bottom: 40px;
}

.card {
	margin-bottom: 30px;
}


/* Header
// ========================================================================== */

.social-icons {
	width: 42px;
	height: 42px;
	font-size: 18px;
	background: #444;
	border-radius: 21px;
	text-align: center;
  	padding: 6px 0;
	line-height: 28px;
	color: #fff;
}
.social-icons:hover, .social-icons:focus {
	color: #eee;
	background: #555;
}




/* Content
// ========================================================================== */

.hero-image {
  background-image: url("../img/sfcs-header-img-1920x770px.jpg"); /* The image used */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  width: 100%;
  height: 770px;
  background-position: center top;

}




/* Footer
// ========================================================================== */

#page-footer {
	padding: 15px 0 10px;
	font-size: 12px;
}





/* Extras
// ========================================================================== */

/*btn,btn-primary {
//	background-color: rgba(211,57,55,1);
//}
*/
