* {
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  font-weight: 500;
}

h6, h5, h4, h3, h2, h1, p, a, small {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
}

p {
  font-family: "Open Sans", sans-serif;
}

.hide {
  display: none;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #2c3e50;
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #2c3e50;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #2c3e50;
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #2c3e50;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

h1, h2, h3 {
  font-weight: 500;
}

header.header-main {
  position: relative;
  z-index: 1;
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  background: url("../img/your_background.jpg") no-repeat center center;
  background-size: cover;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0);
}

.overlay-light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.home-title {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-title h1 {
  font-size: 3.5em;
  font-weight: 600;
  margin-bottom: 10px;
}

.home-title h3 {
  font-size: 1.5em;
  font-weight: 300;
}

a.home-avatar {
  position: absolute;
  z-index: 4;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  background: url("../img/your_pic.jpg") no-repeat center center;
  background-size: cover;
  border: 5px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

a.home-avatar:hover {
  transform: translateX(-50%) scale(1.1) rotate(15deg);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  filter: brightness(1.2);
}

.profile-section {
  text-align: center;
  margin-top: 20px;
}

.icon-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 90px;
  list-style: none;
}

.icon-link-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-link-item:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.icon-link-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section h2, .home-title h1, .home-title h3 {
  position: relative;
  color: #333;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  display: inline-block;
  padding: 0;
}

a.home-avatar {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

a.home-avatar:hover {
  transform: translateX(-50%) scale(1.1) rotate(15deg);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

p, li {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
}

h1 {
  color: #2c3e50;
}

h2 {
  color: #1abc9c;
}

h3 {
  color: #34495e;
}

section {
  width: 80%;
  max-width: 1200px;
  padding: 40px;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

section:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

section h2 {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #333;
}

section p,
section li {
  font-size: 1.2em;
  margin-bottom: 15px;
  line-height: 1.6em;
}

footer {
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-top: 3px solid #1abc9c;
}

footer .credits {
  font-size: 0.8em;
  color: #bdc3c7;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: color 0.3s ease-in-out;
  text-transform: none;
  line-height: 1.5;
}

footer .credits a {
  color: #1abc9c;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

footer .credits a:hover {
  color: #16a085;
  text-decoration: underline;
}

footer .credits:hover {
  color: #ecf0f1;
}

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