@charset "UTF-8";
progress {
  width: 100%;
  height: 3px;
  border: 0px solid gray;
  border-radius: 20px;
}

progress::-webkit-progress-bar {
  background-color: white;
  height: 3px;
}

progress::-webkit-progress-value {
  background-color: #0f144b;
}

body {
  display: flex;
  background-color: #fdfdfd;
  min-width: 230px;
  text-align: justify;
  text-align: justify;
  font-size: 21px;
  color: #555;
}

* {
  margin: auto;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  color: #0f144b;
}

a {
  color: #0f144b;
}
a:hover {
  color: #02030b;
}

.main {
  width: 55%;
  padding: 5px;
  margin: auto;
}
.main .content-header {
  color: #181f76;
  margin: 15px 0;
  font-family: "Roboto Slab", Roboto, Lato, sans-serif;
  font-size: 22px;
}
.main .header {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main .header #avatar {
  width: 180px;
  margin: 15px auto;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #bbb;
  border-radius: 50%;
}
.main .header #name {
  font-family: "Roboto Slab", Roboto, Lato, sans-serif;
  font-size: 24px;
  color: #0f144b;
  margin-bottom: 0;
}
.main .header #title {
  margin: 0;
  margin-top: 5px;
  font-family: monospace;
  font-weight: 500;
  font-size: 16px;
  color: #777;
}
.main .header .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 350px;
  min-width: 130px;
  height: 30px;
  margin-top: 8px;
}
.main .header .links .icon {
  font-size: 18px;
  color: #0f144b;
  padding: 5px;
  margin: 0 1px;
  border: 1px solid #0f144b;
  border-radius: 50%;
  transition: transform 0.4s, box-shadow 0.2s, color 0.4s, border-color 0.2s;
}
.main .header .links .icon:hover {
  transform: scale(1.2);
  box-shadow: 2px 2px 6px rgba(136, 136, 136, 0.3019607843);
  border-color: #2936cb;
  color: #02030b;
}
.main #all-projects {
  font-weight: bold;
  float: right;
}
.main #all-projects::after {
  content: " >";
}
.main .contents .introduction {
  line-height: 150%;
}
.main .contents #greeting {
  margin: 10px 0 10px 1rem;
}
.main .contents .embededs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main .contents .embededs .github-timeline {
  width: 340px;
}
.main .contents #projects {
  font-size: 18px;
}
.main #volunteering .volunteering-container {
  display: flex;
}
.main #volunteering .volunteering-container div {
  margin: 0;
}
.main #volunteering .volunteering-container ul li {
  list-style: none;
}
.main #volunteering .volunteering-desc {
  margin-bottom: 0.3em;
}
.main #blogs-awards ul {
  list-style-type: circle;
}
.main #blogs-awards #blogCount {
  font-size: 0.7em;
  color: gray;
}
.main #technologies .technologies-header {
  font-family: "Roboto Slab", Roboto, Lato, sans-serif;
  font-size: 21px;
}

hr {
  width: 80%;
  margin: 1.6rem auto;
  border: 1px solid #eeeeee;
}

ul {
  list-style: none;
}

code {
  display: inline-block;
  padding: 2px;
  background: #F2F2F2;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
}

footer {
  padding: 5px;
  font-family: "Roboto Slab", Roboto, Lato, sans-serif;
  text-align: center;
  font-size: 14px;
}

.project {
  margin: 10px auto;
}
.project .project-header {
  color: black;
  font-family: "Roboto Slab", Roboto, Lato, sans-serif;
  font-size: 20px;
}
.project .project-header .status {
  padding: 0 3px;
  font-weight: bold;
  font-size: 16px;
  background-color: #ececec;
  border: 1px solid black;
  border-radius: 3px;
}
.project .project-header .maintainer {
  color: #dc3545;
  border-color: #dc3545;
}
.project .project-header .mentee {
  color: #ffc107;
  border-color: #ffc107;
}
.project .project-header .contributer {
  color: #007bff;
  border-color: #007bff;
}
.project .project-header .mentor {
  color: #28a745;
  border-color: #28a745;
}

#blog-content-nav #navs::before {
  content: "Başlıklar:";
  font-weight: bold;
}

#blog-content-nav a:visited {
  color: purple;
}

#blog {
  min-width: 300px;
}
#blog h1, #blog h2, #blog h3, #blog h4, #blog h5, #blog h6 {
  margin: 0.8em 0 0.25em 0 !important;
}
#blog h1 {
  font-size: 50px;
}
#blog h2 {
  font-size: 24px;
  line-height: 1.6;
  margin: 30px 0 0 0;
  margin-bottom: 18px;
  margin-top: 33px;
}
#blog h3 {
  font-size: 30px;
  margin: 10px 0 20px 0;
}
#blog header {
  margin: auto;
}
#blog section {
  margin: auto;
}
#blog p {
  margin-bottom: 27px;
  line-height: 1.6;
  color: #333;
}
#blog img {
  max-width: 640px;
  min-width: 180px;
  width: 100%;
}
#blog footer {
  padding: 0 20px;
  margin: 50px 0;
  text-align: center;
  font-size: 12px;
}
#blog figure, #blog img {
  margin: auto !important;
}
#blog blockquote {
  display: inline-block;
  font-style: italic;
  border-left: 3px solid #0f144b;
  background: #fafafa;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin: 1em !important;
  font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}
#blog .aspectRatioPlaceholder {
  max-width: auto !important;
  max-height: auto !important;
}
#blog .aspectRatioPlaceholder-fill {
  padding-bottom: 0 !important;
}
#blog header,
#blog section[data-field=subtitle],
#blog section[data-field=description] {
  display: none;
}

#reading-status {
  position: sticky;
  top: 0;
}

#go-to-home {
  font-size: 18px;
  margin-bottom: 1em;
}

@media (max-width: 1200px) {
  .main {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .main {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .main {
    width: 90%;
  }
  .main .embededs {
    flex-wrap: wrap;
  }
}
@media (max-width: 360px) {
  .main {
    width: 100%;
    padding: 10px;
  }
  .main .content {
    font-size: 16px;
  }
  #blog {
    margin: 0px !important;
  }
}

/*# sourceMappingURL=style.css.map */
