html {
  height: 100%;
}
body {
  font-family: 'Tajawal', sans-serif;
  font-size: 120%;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #dadada;
  color: #36464b;
}
header {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f7f8f9;
  background: #5e5e5e;
  text-align: left;
}
header #navRow {
  max-width: 1000px;
  padding: 4px 0 10px 0;
  margin: 0 auto 0 auto;
  display: block;
}
header #logo_txt {
  text-align: left;
  font-size: 50px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-shadow: 2px 2px #378e88;
  letter-spacing: 3px;
}
header #logo {
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
}
header #nav-links {
  width: 50%;
  display: inline-block;
  color: #ffffff;
  padding: 0;
  margin: auto;
  text-align: right;
  font-size: 16px;
}
header a {
  color: #ffffff;
  font-weight: bold;
}
header a:hover,
header a:active,
header a:visited {
  color: #ffffff;
}
main {
  clear: both;
  overflow: auto;
  padding-bottom: 105px;
}
.display_block {
  display: block !important;
}
.cards {
  max-width: 545px;
  margin: 10px;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 3px;
  border: 2px solid #E9F0EC;
  cursor: pointer;
}
.cards:hover {
  background: #E9F0EC;
  color: #378e88;
}
.cards a {
  color: #36464b;
  font-weight: normal;
}
.cards a:link,
.cards a:active,
.cards a:visited {
  color: #36464b;
}
.ninetysixpercent {
  width: 96%;
  margin: 0 auto;
}
.max-width1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.max-width500 {
  max-width: 500px;
  margin: 0 auto;
}
.cards_selected {
  background: #E9F0EC;
  cursor: default;
}
.cards_selected a:hover,
.cards_selected a:link,
.cards_selected a:active,
.cards_selected a:visited {
  color: #378e88;
}
.cards_plain {
  margin: 15px;
  padding: 15px;
  display: inline-block;
}
.cards_info {
  display: none;
  padding: 35px;
  margin: 0;
  background: #E9F0EC;
  border-top: 1px solid #5e5e5e;
  border-bottom: 1px solid #5e5e5e;
}
p {
  margin: 0;
}
.btn-outline-info {
  color: #378e88;
  border-color: #378e88;
}
.btn-outline-info:hover {
  border-color: #6cc7c7;
  background: #6cc7c7;
  color: #36464b !important;
}
.btn-outline-secondary {
  background: none;
  border: 1px solid #868686;
  color: #868686 !important;
}
.btn-outline-secondary:hover {
  background: #868686;
  color: #fff !important;
}
.btn-primary {
  background: #378e88 !important;
  border-color: #378e88 !important;
}
.btn-primary:hover {
  background-color: #6cc7c7 !important;
  border-color: #6cc7c7 !important;
  color: #36464b !important;
}
.f30 {
  font-size: 30px !important;
}
.f40 {
  font-size: 40px !important;
}
.f60 {
  font-size: 60px !important;
}
.f80 {
  font-size: 80px !important;
}
.f100 {
  font-size: 100px !important;
}
.f120 {
  font-size: 120px !important;
}
footer {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0;
  border-top: 1px solid #939393;
  background: #5e5e5e;
  text-align: center;
  color: #ffffff;
  clear: both;
}
footer a {
  font-size: 14px;
  color: #ffffff;
}
footer a:hover,
footer a:active,
footer a:visited {
  color: #ffffff;
}
.h100,
#app {
  height: 100%;
}
.social_icons {
  display: inline-block;
  padding: 0;
  margin: 10px 10px 0px 10px;
  background-repeat: no-repeat;
  height: 35px;
}
#github_social {
  width: 36px;
  background-position: -136px 0;
}
#twitter_social {
  width: 31px;
  background-position: 0 0;
}
#pinterest_social {
  width: 36px;
  background-position: -65px 0;
}
#instagram_social {
  width: 35px;
  background-position: -31px 0;
}
#email_social {
  width: 36px;
  background-position: -173px 0;
}
.required {
  font-weight: bold;
  font-size: 13px;
  color: #a94442;
}
.content {
  padding: 0;
  margin: 0;
}
textarea {
  height: 100px;
}
.txt_center {
  text-align: center;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.hero_box {
  width: 96%;
  text-align: left;
  margin: 20px auto;
  padding: 10px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #E9F0EC;
}
.hero_box h1 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 8px;
}
.hero_box h3 {
  padding-top: 8px;
  font-weight: bold;
  font-size: 20px;
}
.hero_box h3 a {
  color: #36464b;
}
.hero_box h3 a:hover,
.hero_box h3 a:active,
.hero_box h3 a:visited {
  color: #36464b;
}
.hero_box div {
  float: left;
}
.hero_box:after {
  clear: both;
}
.hero_box img {
  float: left;
}
.wrap {
  border: 5px solid #464646;
  height: 100px;
  width: 100px;
  margin: 0 15px 0 0;
  border-radius: 50%;
}
.inner {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: auto;
  margin: 2px 0 0 2px;
}
.clear {
  clear: both;
}
@media screen and (max-width: 375px) {
  header #logo img {
    width: 185px;
  }
}
@media screen and (max-width: 350px) {
  header #logo img {
    width: 155px;
  }
}
@media screen and (max-width: 315px) {
  header #logo img {
    width: 135px;
  }
}

