h1 {
  font-family: Raleway;
  font-size: 35px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 38.5px;
}
h3 {
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 24px;
}
p {
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
blockquote {
  font-family: Raleway;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}
pre {
  font-family: Raleway;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}
/*Header customizing*/
div.wrapper.inner-main-title > header > h1 {
  font-family: Raleway;
  font-size: 50px;
  font-style: normal;
  font-variant: normal;
  color: #267993;
  font-weight: 400;
  line-height: 38.5px;
  position: relative;
  width: 100%;
  background-size: cover;
  position: relative;
  float: left;
  padding: 0px 50px 0px 15%;
}
.navbar-no-fs {
  background: #267993 !important;
  padding: 18px 0px !important;
  margin-top: 30px;
}
/* Links Color */
a {
  color: crimson;
}
