/* General */

@import url('fonts/open_sans_hebrew/stylesheet.css');

body,h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans Hebrew';
}

.logo-separator {
	border-bottom: 1px solid #000000;
}

.logo-col img {
	width: 155px;
}

.social-link img {
	border: 0;
	max-width: 30px;
	margin: 4px;
	margin-left: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

/* Navigation */

.navbar {
	border: none;
	text-transform: uppercase;
}

.navbar .navbar-nav .nav-link {
	text-decoration: none;	
}

.navbar-nav {
	font-size: 14px;
}

.navbar-nav i {
	font-size: 20px;
}

/* Showcase */

.showcase .image img {
	width: 100%;
}

.showcase .subtitleabove {
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.showcase .title {
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}

.showcase hr {
	border-top: 1px solid #000;
	width: 25%;
}

.showcase .description {
	text-align: center;
}

.showcase .linkbutton button {
	border: 1px solid #000;
	border-radius: 0;
	color: #000;
	background: #fff;
	cursor: pointer;
}


/* Contact */

#contact-container hr {
	border-top: 1px solid #000;
	width: 25%;
}

#contact-container .col-md-3 input {
	height: 80px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
}

#contact-container .col-md-3.has-error .form-control {
  border-color: #a94442;
}

#contact-container button {
	height: 80px;
	color: #fff;
	background-color: #000;
	border-radius: 0;
	font-weight: bold;
}

#contact-container .checkbox label {
	color: #000;
	font-size: 80%;
}

#contact-container .checkbox input {
}
