/*!
 * Start Bootstrap - Landing Page (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */


@font-face {
    font-family: Vazir;
    src: url('/fonts/Vazir.eot') format('embedded-opentype');
    src: url('/fonts/Vazir.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Vazir.woff') format('woff'),
    font-weight:normal;
    font-style:normal;
}

body, html {
  width: 100%;
  height: 100%;
  font-family: Vazir;
}

.navbar-brand {
    font-size: 1em;
}

.intro-message p {
  direction: rtl;
}

/*
body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}*/

.intro-header {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #f8f8f8;
  background: url(../img/intro-bg.jpg) no-repeat center center;
  background-size: cover;
}

.intro-message {
  position: relative;
  padding-top: 20%;
  padding-bottom: 20%;
}

.intro-message>h1 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 5em;
}

.intro-divider {
  width: 400px;
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message>h3 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-social-buttons i {
  font-size: 80%;
}

@media(max-width:767px) {
  .intro-message {
    padding-bottom: 15%;
  }
  .intro-message>h1 {
    font-size: 3em;
  }
  ul.intro-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.intro-social-buttons>li:last-child {
    margin-bottom: 0;
  }
  .intro-divider {
    width: 100%;
  }
}

.network-name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}

.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
  direction: rtl;
}

.content-section-b {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  direction: rtl;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-spacer {
  float: left;
  width: 200px;
  border-top: 3px solid #e7e7e7;
}

.banner {
  padding: 100px 0;
  color: #f8f8f8;
  background: url(../img/banner-bg.jpg) no-repeat center center;
  background-size: cover;
}

.banner h2 {
  margin: 0;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 3em;
}

.banner ul {
  margin-bottom: 0;
}

.banner-social-buttons {
  float: right;
  margin-top: 0;
}

@media(max-width:1199px) {
  ul.banner-social-buttons {
    float: left;
    margin-top: 15px;
  }
}

@media(max-width:767px) {
  .banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
  }
  ul.banner-social-buttons>li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons>li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 15px 0;
  background-color: #f8f8f8;
}

p.copyright {
  margin: 0 auto;
}








/* Icon */

  .icon {
    position: relative;
  }

    .icon:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
    }

    .icon.circle {
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: 0;
      border-radius: 100%;
      display: inline-block;
      font-size: 1.25em;
      height: 2.25em;
      left: 0;
      line-height: 2.25em;
      text-align: center;
      text-decoration: none;
      top: 0;
      width: 2.25em;
    }

      .icon.circle:hover {
        top: -0.2em;
      }

      .icon.circle.fa-twitter {
        background: #70aecd;
        color: white;
      }

        .icon.circle.fa-twitter:hover {
          background: #7fb7d2;
        }

      .icon.circle.fa-facebook {
        background: #7490c3;
        color: white;
      }

        .icon.circle.fa-facebook:hover {
          background: #829bc9;
        }

      .icon.circle.fa-google-plus {
        background: #db6b67;
        color: white;
      }

        .icon.circle.fa-google-plus:hover {
          background: #df7b77;
        }

      .icon.circle.fa-github {
        background: #dcad8b;
        color: white;
      }

        .icon.circle.fa-github:hover {
          background: #e1b89b;
        }

      .icon.circle.fa-linkedin {
        background: #0177b5;
        color: white;
      }

        .icon.circle.fa-linkedin:hover {
          background: #0e7fb5;
        }


         .icon.circle.fa-instagram {
        background: #e0009a;
        color: white;
      }

        .icon.circle.fa-instagram:hover {
          background: #9331bf;
        }

        
        .icon.circle.fa-flickr {
        background: #0d65d3;
        color: white;
      }

        .icon.circle.fa-flickr:hover {
          background: #ff0080;
        }


        .icon.circle.fa-telegram {
        background: #1eaee2;
        color: white;
      }

        .icon.circle.fa-telegram:hover {
          background: #40b7e2;
        }






    .icon.feature {
      cursor: default;
      display: block;
      margin: 0 0 1.5em 0;
      opacity: 0.35;
      text-align: center;
    }

      .icon.feature:before {
        font-size: 5em;
        line-height: 1em;
      }

    .icon > .label {
      display: none;
    }

/* Lists */

  ol.default {
    list-style: decimal;
    padding-left: 1.25em;
  }

    ol.default li {
      padding-left: 0.25em;
    }

  ul.default {
    list-style: disc;
    padding-left: 1em;
  }

    ul.default li {
      padding-left: 0.5em;
    }

  ul.icons {
    cursor: default;
  }

    ul.icons li {
      display: inline-block;
      line-height: 1em;
      padding-left: 0.5em;
    }

      ul.icons li:first-child {
        padding-left: 0;
      }

  ul.feature-icons {
    cursor: default;
    margin: -0.75em 0 0 0;
    opacity: 0.35;
    overflow: hidden;
    position: relative;
  }

    ul.feature-icons li {
      display: block;
      float: left;
      text-align: center;
      width: 50%;
    }

      ul.feature-icons li .icon {
        display: inline-block;
        font-size: 6.25em;
        height: 1.25em;
        line-height: 1.25em;
        width: 1em;
      }

  ul.buttons {
    cursor: default;
  }

    ul.buttons:last-child {
      margin-bottom: 0;
    }

    ul.buttons li {
      display: inline-block;
      padding: 0 0 0 1.5em;
    }

      ul.buttons li:first-child {
        padding: 0;
      }

    ul.buttons.vertical li {
      display: block;
      padding: 1.5em 0 0 0;
    }

      ul.buttons.vertical li:first-child {
        padding: 0;
      }





      .avatar {border-radius: 50%; border: 10px solid white; overflow: hidden; box-shadow: 0 1px 1px #999}
      .home .avatar {
            margin: 0 auto;
    width: 200px;
    height: 200px;
      }
      .avatarimg {
        max-width: 100%;
      }

      .home {
        margin-top: 10px;
        margin-bottom: 10px;
      }
