*{
  margin:0;
  padding: 0;
  font-family: "Roboto";
}

::-webkit-scrollbar {
    display: none;
}

body {
  background-image: url("../images/img4.png");
}

p {
  margin: 0px;
  padding: 0px;
}

a {
  color: #ffffff;
  font-size: 12.5px;
}

a:hover {
  text-decoration: none;
}





/*Define header*/
.header {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #2c2a2a;
  color: #ffffff;
  top:0;
  width: 100%;
  z-index: 9999;
  border: 0;
  border-radius: 0;
}

.header a {
  display: block;
}

.header ul {
  margin: 0px;
}

.header ul {
  list-style: none;
}

.header::after{
  clear:both;
}

.header .email i {
  color: #2c2a2a;
  vertical-align:top;
  margin-right:-3px;
}

.header .email span {
  font-size:10px;
}

.logo{
  width: 40%;
  float:left;
  display: inline-block;
}

.logo a:hover {
  color: #ffffff;
  cursor: pointer;
}

.logo p:first-child {
  font-size:26px;
  font-family:'Skyler'
}

.logo p:last-child {
  font-size:14px;
  font-family:'SkylerLighter';
}

.logo img {
  width: 100%;
}

.nav-bar {
  width: 60%;
  float:left;
  display: inline-block;
  direction:rtl;
}

.nav-bar .email a {
  width:25px;
  height:25px;
  border-radius:50%;
  background: rgb(192,192,192);
  display: inline-block;
}

.nav-format {
  width: 100%;
}

@media only screen and (min-width : 320px) {
  .nav-format {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-format ul {
    float: none;
  }

  .nav-format li {
    float:none;
    text-align: center;
    letter-spacing: 50;
    font-weight: normal;
    border-bottom: 1px solid #747474;
  }

  .nav-format li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container>.navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width : 768px) {
  .nav-format ul {
    float: right;
  }

  .nav-format li {
    float:left;
    display: inline-block;
    margin-left: 40px;
    letter-spacing: 50;
    font-weight: normal;
    border-bottom: none;
  }

  .navbar-collapse {
    padding-right: 0px
  }
}





/*Define footer*/
.footer {
  width: 100%;
  bottom: 0px;
  margin-top: 20px;
}

.footer > div:last-child {
  padding:20px;
  color:#a3a3a3;
  font-size:11px;
  letter-spacing:5
}

.footer-header {
  padding-bottom: 25px;
  font-size: 17px;
}

.info {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.about, .services, .contact{
  letter-spacing: 20;
  color: #747474;
  display: inline-block;
}

.about img {
  width:10px;
  opacity:0.5;
}

.contact i {
  margin-right:5px;
}

.social {
  margin-top: 30px;
}

.social a{
  width: 40px;
  height: 40px;
  background-color: #969696;
  border-radius:50%;
  line-height: 26px;
}

.social i {
  margin-left: 1px;
  color:#ffffff;
}



@media only screen and (min-width : 320px) {
  .about, .services, .contact{
    text-align: center;
    margin: 0px;
    padding-bottom : 20px;
    padding-top: 20px;
  }

  .about, .services{
    border-bottom: 1px solid #747474;
  }



  .about ul, .services ul, .contact ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
  }

  .services, .contact {
    font-size: 13px;
    padding-right: 2%;
    line-height: 22px;
    word-spacing: 2px;
  }

  .about {
    font-size: 12px;
    word-spacing: 2px;
    line-height: 22px;
  }

  .services ul {
    margin-left: -1%;
    list-style: none;
    margin-bottom: 0px;
  }
}



@media only screen and (min-width : 768px) {
  .about, .services, .contact{
    text-align: left;
  }

  .services, .contact {
    font-size: 13px;
    padding-right: 2%;
    line-height: 22px;
    word-spacing: 2px;
  }

  .about {
    font-size: 12px;
    word-spacing: 2px;
    padding-right: 9%;
    line-height: 22px;
  }

  .services ul {
    margin-left: 15px;
    list-style: square url("../images/arrow.png");
    margin-bottom: 0px;
  }

  .contact ul {
    list-style: none;
    margin-bottom: 0px
  }
}

@media only screen and (min-width : 992px) {
  .about, .services, .contact{
      border-bottom: none;
    }

  .info {
      padding-left: 50px;
      padding-right: 50px;
      background-color: #ffffff;
  }
}





/*Defin fonts*/
@font-face {
  font-family: "Skyler";
  src: url("../fonts/skyler/Skyler.otf");
}

@font-face {
  font-family: "SkylerLighter";
  src: url("../fonts/skyler/SkylerLight.otf");
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.ttf");
}

@font-face {
  font-family: "Roboto-Thin";
  src: url("../fonts/roboto/Roboto-Thin.ttf");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/roboto/Roboto-Light.ttf");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/roboto/Roboto-Medium.ttf");
}
