/* Import relevent stylesheets */
/* Meyer Reset 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@400;600;700&family=Playfair+Display:wght@400;500&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

/* color variables stylesheet */
/* color Styles */
.Primary-100 {
  color: hsl(257, 82%, 93%);
}

.Primary-300 {
  color: hsl(255, 94%, 75%);
}

.Primary-400 {
  color: hsl(255, 86%, 61%);
}

.Primary-500 {
  color: hsl(255, 81%, 53%);
}

.Primary-600 {
  color: hsl(255, 84%, 41%);
}

.Primary-700 {
  color: hsl(255, 90%, 30%);
}

.Primary-900 {
  color: hsl(256, 91%, 13%);
}

.Secondary1-100 {
  color: hsl(287, 60%, 97%);
}

.Secondary1-200 {
  color: hsl(283, 77%, 85%);
}

.Secondary1-300 {
  color: hsl(282, 85%, 76%);
}

.Secondary1-400 {
  color: hsl(282, 85%, 65%);
}

.Secondary1-500 {
  color: hsl(282, 79%, 53%);
}

.Secondary1-600 {
  color: hsl(282, 81%, 41%);
}

.Secondary1-700 {
  color: hsl(282, 84%, 32%);
}

.Secondary1-800 {
  color: hsl(282, 86%, 28%);
}

.Secondary1-900 {
  color: hsl(282, 86%, 23%);
}

.Secondary2-100 {
  color: hsl(173, 56%, 94%);
}

.Secondary2-500 {
  color: hsl(175, 75%, 60%);
}

.Secondary2-600 {
  color: hsl(175, 64%, 45%);
}

.Secondary2-900 {
  color: hsl(175, 86%, 14%);
}

.Neutral-700 {
  color: hsl(262, 24%, 20%);
}

.Neutral-900 {
  color: hsl(261, 37%, 12%);
}

/* font variables */
/* Text styles */
h1 {
  font-family: "Playfair Display", serif;
  font-size: 2.75rem;
  font-weight: 400;
  letter-spacing: 0.275rem;
  text-transform: uppercase;
  color: hsl(255, 81%, 53%);
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  text-transform: capitalize;
}

h3 {
  font-family: "Josefin Slab", serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.045rem;
  text-transform: uppercase;
}

h4 {
  font-family: "Josefin Slab", serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.045rem;
  line-height: 1.6875rem;
  color: hsl(256, 91%, 13%);
}

p {
  font-family: "Josefin Slab", serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6875rem;
}

a {
  text-decoration: none;
}

.leadTxt,
ol {
  font-family: "Josefin Slab", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.legal {
  font-family: "Josefin Slab", serif;
  font-size: 1rem;
  font-weight: 400;
}

.sectionP {
  font-family: "Josefin Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.cardTitle {
  font-family: "Josefin Slab", serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.link {
  font-family: "Josefin Slab", serif;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(255, 81%, 53%);
}

/* color variables stylesheet */
/* color Styles */
.Primary-100 {
  color: hsl(257, 82%, 93%);
}

.Primary-300 {
  color: hsl(255, 94%, 75%);
}

.Primary-400 {
  color: hsl(255, 86%, 61%);
}

.Primary-500 {
  color: hsl(255, 81%, 53%);
}

.Primary-600 {
  color: hsl(255, 84%, 41%);
}

.Primary-700 {
  color: hsl(255, 90%, 30%);
}

.Primary-900 {
  color: hsl(256, 91%, 13%);
}

.Secondary1-100 {
  color: hsl(287, 60%, 97%);
}

.Secondary1-200 {
  color: hsl(283, 77%, 85%);
}

.Secondary1-300 {
  color: hsl(282, 85%, 76%);
}

.Secondary1-400 {
  color: hsl(282, 85%, 65%);
}

.Secondary1-500 {
  color: hsl(282, 79%, 53%);
}

.Secondary1-600 {
  color: hsl(282, 81%, 41%);
}

.Secondary1-700 {
  color: hsl(282, 84%, 32%);
}

.Secondary1-800 {
  color: hsl(282, 86%, 28%);
}

.Secondary1-900 {
  color: hsl(282, 86%, 23%);
}

.Secondary2-100 {
  color: hsl(173, 56%, 94%);
}

.Secondary2-500 {
  color: hsl(175, 75%, 60%);
}

.Secondary2-600 {
  color: hsl(175, 64%, 45%);
}

.Secondary2-900 {
  color: hsl(175, 86%, 14%);
}

.Neutral-700 {
  color: hsl(262, 24%, 20%);
}

.Neutral-900 {
  color: hsl(261, 37%, 12%);
}

/* Header & Footer Section Styles */
.headerStyle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.primaryNav {
  display: flex;
}
.primaryNav li a::after {
  content: " ";
  display: block;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.primaryNav .active {
  color: hsl(175, 64%, 45%);
}
.primaryNav .active::after {
  background-color: hsl(175, 64%, 45%);
}

.secondaryNav {
  display: flex;
}
.secondaryNav a::before {
  content: " ";
  display: block;
  height: 0.25rem;
  border-radius: 0.25rem;
}
.secondaryNav .active {
  color: hsl(175, 75%, 60%);
}
.secondaryNav .active::before {
  background-color: hsl(175, 75%, 60%);
}

.legal {
  color: hsl(263, 17%, 30%);
}

li:hover a {
  color: hsl(282, 79%, 53%);
}
li:hover a::after,
li:hover a::before {
  background-color: hsl(282, 79%, 53%);
}

/* header/footer line decoration */
hr {
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 4px hsl(256, 91%, 13%);
  border: 1.5px hsl(255, 84%, 41%) solid;
  border-radius: 0.25rem;
}

/* color variables stylesheet */
/* color Styles */
.Primary-100 {
  color: hsl(257, 82%, 93%);
}

.Primary-300 {
  color: hsl(255, 94%, 75%);
}

.Primary-400 {
  color: hsl(255, 86%, 61%);
}

.Primary-500 {
  color: hsl(255, 81%, 53%);
}

.Primary-600 {
  color: hsl(255, 84%, 41%);
}

.Primary-700 {
  color: hsl(255, 90%, 30%);
}

.Primary-900 {
  color: hsl(256, 91%, 13%);
}

.Secondary1-100 {
  color: hsl(287, 60%, 97%);
}

.Secondary1-200 {
  color: hsl(283, 77%, 85%);
}

.Secondary1-300 {
  color: hsl(282, 85%, 76%);
}

.Secondary1-400 {
  color: hsl(282, 85%, 65%);
}

.Secondary1-500 {
  color: hsl(282, 79%, 53%);
}

.Secondary1-600 {
  color: hsl(282, 81%, 41%);
}

.Secondary1-700 {
  color: hsl(282, 84%, 32%);
}

.Secondary1-800 {
  color: hsl(282, 86%, 28%);
}

.Secondary1-900 {
  color: hsl(282, 86%, 23%);
}

.Secondary2-100 {
  color: hsl(173, 56%, 94%);
}

.Secondary2-500 {
  color: hsl(175, 75%, 60%);
}

.Secondary2-600 {
  color: hsl(175, 64%, 45%);
}

.Secondary2-900 {
  color: hsl(175, 86%, 14%);
}

.Neutral-700 {
  color: hsl(262, 24%, 20%);
}

.Neutral-900 {
  color: hsl(261, 37%, 12%);
}

/* Page Styles */
body {
  background-color: hsl(257, 82%, 93%);
  background-image: linear-gradient(229deg, hsla(175, 86%, 14%, 0.1), hsla(241, 37%, 24%, 0.24), hsla(282, 86%, 23%, 0.4), hsla(256, 91%, 13%, 0.74));
  width: 80%;
  margin: auto;
  overflow-y: auto;
}

section {
  justify-content: center;
  align-items: center;
}

img {
  width: 100%;
  border-radius: inherit;
}

h1,
h2,
h3,
p,
.leadTxt,
.sectionP,
.cardTitle,
a {
  font-style: normal;
}

h1,
h2,
h3,
.leadTxt,
.sectionP,
.cardTitle,
a {
  line-height: normal;
}

li {
  padding: 0.5rem;
  text-align: center;
}

/* Scrollbar Styles */
::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-thumb {
  background: hsl(255, 94%, 75%);
  border-radius: 1rem;
}

::-webkit-scrollbar-button {
  display: none;
}

/* Button Styles */
.btn {
  padding: 1rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  border-radius: 2.5rem;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(209deg, hsla(282, 86%, 23%, 0), hsl(282, 86%, 23%));
}

.btnPrimary {
  background-color: hsl(282, 79%, 53%);
  color: hsl(287, 60%, 97%);
}

.btnPrimary:hover {
  background-color: hsl(282, 85%, 76%);
  color: hsl(282, 86%, 23%);
  box-shadow: -4px 4px 4px 0px hsla(0, 0%, 0%, 0.25);
}

.btnSecondary {
  background-color: hsl(175, 64%, 45%);
  color: hsl(173, 56%, 94%);
}

.btnSecondary:hover {
  background-color: hsl(176, 81%, 77%);
  color: hsl(175, 86%, 14%);
  box-shadow: -4px 4px 4px 0px hsla(0, 0%, 0%, 0.25);
}

.disabled {
  background-image: linear-gradient(229deg, hsla(256, 91%, 13%, 0), hsl(256, 91%, 13%));
  background-color: hsl(255, 90%, 30%);
  color: hsl(255, 84%, 41%);
  cursor: not-allowed;
}

.clicked {
  background-image: linear-gradient(229deg, hsla(282, 86%, 23%, 0.5), hsl(282, 86%, 23%));
  color: hsl(282, 81%, 41%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

/* Project Page Styles */
section {
  margin: 0 auto;
}

article {
  margin: 1rem auto;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  text-align: center;
  margin-top: 1rem;
}

h2 {
  padding: 0 1rem 1rem 1rem;
}

/* Featured Project Section */
.featured {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 1rem 1rem 1rem;
  gap: 2rem 2.5rem;
}

.featuredImg {
  max-width: 50%;
}
.featuredImg img {
  aspect-ratio: 1;
  border-radius: 1rem;
}

.projectInfoTxt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.projectInfoTxt h3 {
  margin-bottom: 0.5rem;
}
.projectInfoTxt .links {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0;
  gap: 1rem;
  justify-content: space-evenly;
}

.projectSkills {
  color: hsl(262, 24%, 20%);
}
.projectSkills ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Other Projects Section */
.otherProjects {
  background-color: hsla(261, 37%, 12%, 0.3);
  background-image: linear-gradient(209deg, hsla(256, 91%, 13%, 0), hsl(256, 91%, 13%));
  border-radius: 1rem;
  padding: 2rem;
}

.projectGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.projectTile {
  display: flex;
  gap: 0.5rem;
  min-height: 15rem;
  border-radius: 1rem;
  background-color: hsl(270, 12%, 90%);
}
.projectTile img {
  aspect-ratio: 1;
  filter: blur(2px);
  width: 50%;
}
.projectTile .projectInfoTxt {
  padding: 1rem;
  margin: 0.5rem;
  color: hsl(256, 91%, 13%);
  text-overflow: clip;
}
.projectTile .projectInfoTxt h3 {
  font-size: 1.125rem;
}

.projectTile:hover {
  transform: scale(1.1);
  background-color: hsl(283, 77%, 85%);
}
.projectTile:hover img {
  filter: none;
}

.reverseFlex {
  flex-direction: row-reverse;
}/*# sourceMappingURL=projectsPgStyles.css.map */