body {
  margin-top: 70px;
  font-size: 16px;
    
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins;
}

p {
  /*font-family: Roboto;*/
  font-family: "Droid Arabic Kufi", serif;
}

.navbar-default {
  background: #fff;
  border: 0;
  font-family: Poppins;
}

.navbar-brand {
  font-size: 20px;
  color: #000 !important;
  font-weight: bold;
}

#showcase h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

#showcase img {
  width: 60%;
  margin-left: 60px;
}

#showcase .showcase-right {
  margin-top: 50px;
}
#showcase .showcase-right p {
  font-size: 20px;
}

#info1 .info-right {
  margin-top: 90px;
}

#info2 {
  margin: 20px 0 60px 0;
}

#info2 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

#info2 h2 {
  text-align: center;
}
#info2 p {
  margin-top: 20px;
}
#info3 {
  margin: 20px 0 60px 0;
}

#info3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
#info3 p {
  margin-top: 20px;
}

#info3 h2 {
  text-align: center;
}
#contact {
  background-color: #eee;
  padding: 40px;
}
.fa {
  padding: 12px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa:hover {
  opacity: 0.9;
}
.fa-facebook {
  background: #3b5998;
  color: white;
}

.fa-twitter {
  background: #55acee;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}

footer {
  padding: 30px;
}

/*
.slide-container {
  width: 174px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
}
.image-container img {
  width: 174px;
}
.image-container {
  width: 522px;
  height: 290px;
  position: relative;
  transition: left 1s;
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -o-transition: left 1s;
}
.slider-image {
  float: left;
  margin: 0px;
  padding: 0px;
}
.button-container {
  top: -100px;
  position: relative;
}
.slider-button {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: black;
}
#slider-image-1:target ~ .image-container {
  left: 0px;
}
#slider-image-2:target ~ .image-container {
  left: -174px;
}
#slider-image-3:target ~ .image-container {
  left: -348px;
}
*/
