/*!
Theme Name: dr-nguyen
Text Domain: dr-nguyen
Template: dede
*/
@import url("https://fonts.googleapis.com/css2?family=Spectral:wght@300;700&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-family: "Spectral", arial, sans-serif;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Spectral", arial, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

address {
  font-style: normal;
}

p {
  padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Spectral", arial, sans-serif;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  max-width: 1920px;
  margin: 0 140px;
  height: 100vh;
  box-sizing: border-box;
}
body main {
  width: 100%;
  height: 100%;
}
body main div.slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
body main div.slide .artist {
  background: white;
  position: absolute;
  bottom: 0;
  left: 50px;
  font-size: 2rem;
  font-weight: bold;
  padding: 20px 40px;
}

@media only screen and (max-width: 480px) {
  body {
    grid-template-rows: auto 1fr auto;
    margin: 0 36px;
    min-height: 100vh;
    box-sizing: border-box;
  }
  body main {
    height: calc(100vh - 100px);
  }
  body main div.slide {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right 17%;
    background-size: cover;
    position: relative;
  }
  body main div.slide .artist {
    background: white;
    width: 101%;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: none;
    text-align: center;
  }
}
footer {
  padding: 35px 0;
  font-size: px2rem(16px);
  line-height: px2rem(18px);
  letter-spacing: -0.8px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
footer a {
  color: #000000;
  font-weight: 500;
}
footer a:hover {
  font-weight: bold;
}
footer .address-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
footer .address-contact .contact {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
footer .address-contact .address {
  width: 50%;
}
footer .address-contact .address p {
  margin: 0;
}
footer .social {
  margin-left: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
footer .social img {
  width: 35px;
  fill: #000000;
}
footer .social svg path {
  fill: #000000;
}

@media only screen and (max-width: 480px) {
  footer .address-contact {
    flex-direction: column;
    align-items: start;
  }
  footer .address-contact .contact {
    align-items: flex-start;
    width: 100%;
  }
  footer .address-contact .address {
    width: 100%;
  }

  footer .social {
    height: 100%;
    justify-content: start;
    align-items: start;
    flex-direction: column;
  }
  footer .social a img {
    width: 30px;
    fill: #000000;
  }
  footer .social a svg path {
    fill: #000000;
  }
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .logo {
  height: 110px;
  margin: 10px 0;
}

@media only screen and (max-width: 480px) {
  header .logo {
    height: 70px;
  }

  footer .address-contact {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .address-contact .contact {
    align-items: flex-start;
  }
}

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