/* your styles go here */

img[alt='This is me'] { 
  width: 300px;
  margin-top: 24px; 
  margin-bottom: 24px; 
}

/* SIDEBAR ------------------ */

/* photo outline */
.sidebar-circle { 
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(254, 219, 219, var(--tw-bg-opacity));
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  margin-top: 30px; 
  margin-bottom: 18px;
}

.sidebar-photo {
  padding: 8px; 
}

/* center {
  display: block;
  margin-left: auto;
  margin-right: auto;
} */

/* sidebar nav menu links (portfolio, about, contact) ------*/

.sidebar-menu {
  margin-bottom: 30px;
}

.sidebar-menu li:before {
  content: none; /* erases bullet arrow */
}

ul.sidebar-menu {
  padding-left: 0px;
  display: inline-block;
}

ul.sidebar-menu li {
  padding-right: 4px;
  display: inline-block;
}

.sidebar-menu li a {
  padding: 1px 12px 0px 12px;
  display: inline-block;
  margin-right: 1px;
  margin-top: 5px;

  line-height: 2em;
  letter-spacing: .03em;

  color: #878787;
  /* background-color: #F6F6F6; */
  background-color: #ffffff;

  border-width: 1px;
  border-color: #3700ff;
  border-radius: 20px;

  font-weight: 700;
}

.sidebar-menu li.active a {
  background-color: #5c2fff;
  color: #ffffff;
  font-weight: 700;
}

.sidebar-p {
  font-weight: 500;
  color: rgb(62, 62, 62);
  font-size: 13px;
}

.sidebar-heading a {
  letter-spacing: 0.1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* social icons in sidebar */
p.social {
  margin-top: 0px;  
}

h4 + p.social {
  margin-top: 30px;  
}

/* inside their circles */
.fa-linkedin:before {
  position: relative;
  bottom: .1em;
  left: 1px; 
  font-size: 1.05em;
}

.fa-envelope:before {
  position: relative;
  bottom: .075em;
}

.fa-instagram:before {
  position: relative;
  bottom: .07em;
  font-size: 1.05em;
}

.fa-github:before {
  position: relative;
  bottom: .02em;
  font-size: 1.2em;
}

/* MAIN PAGE edge spacing ------------------ */

#sidebar {
  padding-left: 15px;
  padding-top: 44px;
}

.sidebar-content {
  padding-left: 15px;
  padding-right: 0px;

}

@media screen and (min-width: 992px) {
  .sidebar-content {
      padding-left: 18px;
      padding-right: 8px;
  }
  #sidebar {
    padding-left: 22px;
  }
  .content-column {
    padding-right: 40px;
  }
}


/* CONTENT pages ----------------------- */

.job {
  vertical-align: middle;
}

.job img {
  display: inline-block;
  height: 60px;
  vertical-align: inherit;
  margin-right: 10px;
}

.jobtext {
  display: inline-block;
  vertical-align: inherit;
} 

.content-column-content p, .content-column-content li {
  margin-bottom: 12px;
}



/* TAGS ---------------------------------- */

/* Tags inside masonry boxes---- */
.Tags span, .Tags li {
  font-size: 10px;
  font-family: "Inter";
  font-weight: 400;
  padding: 0px 8px;
  display: inline-block;
  margin-right: 1px;
  margin-top: 5px;
  border: 0px;
  line-height: 2em;
  color: #928b8b;
  /* background-color: #F6F6F6; */
  background-color: #e3dbff;
  border-radius: 12px;
}

/* tags in sidebar--------- */
.Tags ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
  margin-right: 50px;
}

/* conent below Tags in content pages */
.Tags + .content-column-content p:first-of-type, .content-column-content li:first-of-type {
  margin-top: 24px;
}

.Tags ~ .content-column-content p, .content-column-content li {
  margin-bottom: 24px;
}

/* BOXES in portfolio main page ------- */


.box-masonry {
  border-radius: 7px 7px 7px 7px; 
} 

.box-masonry .box-masonry-text p {
  color: #999999;
  margin-bottom: 16px;
  font-size: 12px;
}

.box-masonry .box-masonry-hover-text-header p {
  color: #999999;
  font-size: 12px;
}

.box-masonry h4 a {
  font-size: 15px;
}

.box-masonry .box-masonry-text {
  padding-bottom: 0px;
}

.box-masonry h4 {
  letter-spacing: 0.05em;
}

/* THE BASICS - BUILDING BLOCKS ------- */

body {
  font-size: 14px;
}

a:hover,
a:focus {
  color: #2800b6;
  text-decoration: none;
}

p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
}

div + p {
  margin-top: 30px;
}


blockquote p {
  font-family: "Inter";
  font-weight: 300;
}

h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

p + h4 {
  margin-top: 20px;
}

h5 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 3x;
  margin-bottom: 4px;
}

.btn {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.55;
  border-radius: 99px;
}

/* CUSTOM CLASSES ------- */
.role, .major, .thin {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: black;
}

.date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #6B7280;
  margin: 2px 0px;
}

.credit {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 300;
}

/* Fonts */

/* inter-300 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/inter-v3-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/fonts/inter-v3-latin-300.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/inter-v3-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/inter-v3-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/inter-v3-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-300.svg#Inter")
      format("svg"); /* Legacy iOS */
}

/* inter-500 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/inter-v3-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/fonts/inter-v3-latin-500.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/inter-v3-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/inter-v3-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/inter-v3-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-500.svg#Inter")
      format("svg"); /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/inter-v3-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("/fonts/inter-v3-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("/fonts/inter-v3-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("/fonts/inter-v3-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("/fonts/inter-v3-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("/fonts/inter-v3-latin-700.svg#Inter")
      format("svg"); /* Legacy iOS */
}
