@font-face {
  font-family: "brand-icons";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/fa-brands-400.eot");
  src: url("./fonts/fa-brands-400eot?#iefix") format("embedded-opentype"),
    url("./fonts/fa-brands-400.woff2") format("woff2"),
    url("./fonts/fa-brands-400.woff") format("woff"),
    url("./fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/fa-regular-400.eot");
  src: url("./fonts/fa-regular-400eot?#iefix") format("embedded-opentype"),
    url("./fonts/fa-regular-400.woff2") format("woff2"),
    url("./fonts/fa-regular-400.woff") format("woff"),
    url("./fonts/fa-brands-400.ttf") format("truetype");
}

@font-face {
  font-family: "solid-icons";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/fa-solid-400.eot");
  src: url("./fonts/fa-solid-400eot?#iefix") format("embedded-opentype"),
    url("./fonts/fa-solid-400.woff2") format("woff2"),
    url("./fonts/fa-solid-400.woff") format("woff"),
    url("./fonts/fa-solid-400.ttf") format("truetype");
}

@font-face {
  font-family: "SF Mono";
  font-style: normal;
  font-weight: bold;
  src: url("./fonts/SF-Mono-Bold.otf");
}

@font-face {
  font-family: "SF Mono";
  font-style: normal;
  font-weight: bolder;
  src: url("./fonts/SF-Mono-Heavy.otf");
}

@font-face {
  font-family: "SF Mono";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SF-Mono-Regular.otf");
}

@font-face {
  font-family: "SF Mono";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/SF-Mono-Light.otf");
}

*,
body,
html {
  font-family: "SF Mono", Helvetica, Arial, Times, serif;
  font-weight: normal;
  direction: ltr;
  padding: 0;
  margin: 0;
}

p {
  font-weight: 300;
}

html,
body {
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Mono", Helvetica, Arial, Times, serif;
  font-weight: bolder;
}

ul,
li {
  list-style: none;
}

a,
a:visited {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
  color: #1a1a1a;
  cursor: pointer;
}

a:hover {
  color: #4b1f59;
}

body {
  background-color: #ffffff;
}

.half_cloumn {
  width: 50%;
}

.third_column {
  width: 33.3333%;
}

.column {
  width: 50%;
}

.row {
  width: 100%;
}

.wrapper {
  /* width: 90%; */
  margin: 0 auto;
  text-align: center;
  color: #1d2d30;
  letter-spacing: -0.35px;
}
.wrapper #logo {
  width: 200px;
  margin-top: 180px;
  border-radius: 100px;
}
.wrapper #me {
  /* margin-top: 36px; */
}
.wrapper #me h3 {
  font-size: 28px;
  font-weight: bolder;
}
.wrapper #me p {
  font-size: 21px;
  margin-top: 5px;
}
.wrapper #social ul {
  width: auto;
  margin: 44px auto 0;
}
.wrapper #social ul :last-child {
  margin-right: 0 !important;
}
.wrapper #social ul li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}
.wrapper #social ul li i {
  font-size: 24px;
  color: #1e1e1e;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.wrapper #social ul li p {
  display: block;
  font-size: 11px;
  color: #1e1e1e;
  font-weight: 100;
  margin-top: 10px;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.wrapper #social ul li:hover i {
  color: #b4770f;
}
.wrapper #social ul li:hover p {
  color: #b4770f;
}
.wrapper #social ul li.disabled i,
.disabled .wrapper #social ul li:hover i {
  color: #eee;
}
.wrapper #social ul li.disabled p,
.disabled .wrapper #social ul li:hover p {
  color: #eee;
}
.wrapper #contact {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #1e1e1e;
}

@media screen and (max-width: 414px) {
  .wrapper {
    width: 90% !important;
  }
  #logo {
    margin-right: 0 !important;
    margin-top: 25% !important;
    width: 90%;
  }
  #social ul li {
    margin-right: 10px !important;
  }
  #contact {
    font-size: 13px !important;
    margin-top: 70px !important;
  }
}
