/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */

@import url(alefhebrew.css);

.row {
    max-width: 715px;
    margin: auto;
}
body{
	font-family: 'Alef Hebrew';
	direction: rtl;
}
.container-fluid {
    background: #000;
}
.row {
    text-align: center;
}
.btn.btn-default {
    background: #eaeaea !important;
}
ul.nav.nav-tabs {
    margin-bottom: 30px;
	padding-right: 0;
}
.row h1 {
    font-size: 24px;
    float: left;
    width: 100%;
    margin-top: 20px;
}
ul.nav.nav-tabs {
    margin-bottom: 30px;
}



ul.nav.nav-tabs a {
    color: #237ec4;
        text-decoration: underline;

}

ul.nav.nav-tabs a:hover {
    color: #434242;
        text-decoration: underline;

}

li a.active {
    color: #d41c1c !important;
    font-weight: bold;
    text-decoration: none !important;
}

ul.nav.nav-tabs li {
    margin: 5px 20px;
		@media (max-width:480px){
		width: 100%;
	}
}
.row h2 {
    font-size: 18px;
}
iframe {
    margin: auto;
    margin-bottom: 60px;
}
a.email {
    text-align: left;
    color: #fff;
}

footer .col-md-6 {
    text-align: left;
}

a.phone {
    float: right;
    color: #fff;
}

footer .container {
    max-width: 700px;
}
footer.py-3.bg-dark p {
    color: #fff;
}
.adress{
	text-align: left;
}
.footer_text{
	text-align: right;
}
.bg-dark {
    background-color: #000!important;
}

@media (min-width: 992px) {

}

.portfolio-item {
  margin-bottom: 30px;
}

.pagination {
  margin-bottom: 30px;
}
@media (max-width: 737px) {
.container p {
    text-align: center !important;
}
.container a {
    text-align: center !important;
    float: right;
    width: 100%;
}
.container-fluid .row {
    max-width: 100%;
    margin: 0px !important;
}

img {
    width: 100%;
}
ul.nav.nav-tabs li {
    margin: 5px 20px;
		width: 100%;
}
}