/****** PLACE YOUR CUSTOM STYLES HERE ******/
@font-face {font-family:'Arabic'; src: url('../fonts/arabic.ttf');}

body, html, .main-container {
    height: 100%;
}

.header-title {
  font-family: 'Arabic';
  font-size: 96px;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

a.menu-title {
  font-family: 'Arabic';
  font-size: 32px;
  line-height: 1;
  color: #23527c;
}

.menu > li ul {
    width: 250px;
}


.menu li a { 
    text-transform: none;
    font-weight: 300;
}

body {
  font-family: 'Roboto', sans-serif;
}

p.lead {
    font-size: 18px;
    font-weight: 300;
}

a.menu-title {
    color: #fff;
}

nav.transparent.fixed {
    background: rgba(130, 130, 130, 0.7);
}

@media (max-width: 767px) {
    .header-title {
        font-size: 60px;
    }

    .mb-xs-24 {
        text-align: center;
    }
}

@media all and (min-width: 991px) {
  .form-newsletter > .form-inputs {
    display: flex;
  }
}

a.btn.phone-link {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.call-button {
  font-size: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.feature h5 {
  font-weight: bold;
}

.feature p {
  font-size: 16px;
  text-align: left;
}

.content h1 {
    font-size: 45px;
    font-weight: 400;
    line-height: normal;
}


.content h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

.content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
}

.sourcepage {
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

.pr-20 {
    margin-right: 20px;
}

.pl-20 {
    margin-left: 20px;
}

footer span {
    color: #6c6c6c;
}

.h-100 {
    height: 100%;
}