@charset "utf-8";
@font-face {
  font-family: 'MyriadPro';
  font-style: normal;
  font-weight: 300;
  src:url('../fonts/MyriadPro-Regular.otf');
}
/*
 * Typography.less
 * -----------------------------------------------
*/
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333333;
  /* Firefox */
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}

* {
    margin: 0px;
    box-sizing: border-box;
}

body {
  font-family: 'MyriadPro';
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  margin: 0px;
  padding: 0px;
}

a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: 0.5s;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
    color: #333;
    font-size: 16px;
}


p,
li {
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.5;
    color: #919191;
}

/*----------Start Custome css----------*/