@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&family=Source+Code+Pro:wght@300&display=swap");

* {
  margin: 0;
  padding: 0;
}

.sidebar {
  position: absolute;
  background-color: rgb(235, 228, 228);
  /* width: 200px; */
  font-family: "Fira Sans", sans-serif;
  height: 100vh;
  transition: transform 0.3s ease-in;
}

.sidebar nav {
  padding: 45px;
}

.sidebar nav li {
  list-style: none;
  font-size: 18px;
  padding: 33px 0;
}

.sidebar nav li a {
  text-decoration: none;
  color: black;
}

.main {
  /* background-color: yellow; */
  width: 90vw;
}
.container {
  display: flex;
}

.infoContainer {
  /* background-color: rgb(233, 178, 178); */
  height: 58vh;
  width: 78vw;
  margin: 100px auto;
  display: flex;
  justify-content: space-around;
}

.devInfo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Source Code Pro", monospace;
  font-size: 16px;
}

.hello {
  font-size: 2.5em;
}

.name {
  font-size: 2.2em;
  font-weight: bold;
  font-family: "Fira Sans", sans-serif;
}

.about {
  font-size: 1.5em;
}

.moreAbout {
  font-size: 1em;
  margin-top: 1em;
  font-family: "Fira Sans", sans-serif;
}

.buttons {
  font-size: 16px;
  margin-top: 2.2em;
}

.btn {
  padding: 10px 14px;
  border-radius: 22px;
  color: white;
  background-color: darkcyan;
  font-size: 1em;
  margin: 0 4px;
  cursor: pointer;
}

.btn-sm {
  padding: 10px;
  font-size: 7px 13px;
  margin: 10px 0;
}

.btn:hover {
  color: darkcyan;
  background-color: white;
}

.devPic img {
  height: 58vh;
}

/* contact Page CSS here below starts */

.contactForm {
  font-family: "Fira Sans", sans-serif;
  /* padding: 0 34px; */
  /* padding-top: 140px; */
  /* margin: 88px; */
  margin: 62px 88px 88px 88px;
  /* background: orange; */
}

.contactForm h1 {
  font-family: "Source Code Pro", monospace;
  /* padding: 12px 0; */
  /* topbotton leftright */
}

.contactForm form div {
  /* background-color: aquamarine; */
  padding: 10px 0;
  display: flex;
  flex-direction: column;
}

.contactForm form div input {
  /* background-color: blueviolet; */
  width: 26vw;
  border-radius: 5px;
  margin: 6px 0 0 0;
  /* top bottom left right */
  padding: 3px;
}

.contactForm form div textarea {
  /* background-color: blueviolet; */
  width: 26vw;
  border-radius: 5px;
  margin: 6px 0 0 0;
  /* top bottom left right */
  padding: 3px;
}

#emailHelp {
  font-size: 11px;
  color: midnightblue;
  margin: 0 5px;
  padding: 3px 0 0 0;
}

#form-check {
  flex-direction: row;
}

#form-check input {
  width: 24px;
  margin: 3px 0;
}

/* blogs Page CSS here below starts */

.blogItem {
  margin: 20px;
  font-size: 1em;
  margin-top: 1em;
  font-family: "Fira Sans", sans-serif;

}

.blogItem p {
  font-family: "Source Code Pro", monospace;
}

.individualblogItem{
    text-align: left;
}
.individualblogItem p{
    font-family: "Source Code Pro", monospace;
    display: inline-block; /* or block, depending on your layout preference */
    /* white-space: pre-wrap;  */
    padding: 10px;
    margin: 10px;
}

.individualblogItem pre{
    display: inline-block; /* or block, depending on your layout preference */
    /* white-space: pre-wrap;  */
    padding: 10px;
    margin: 10px;
}

.blogContainer {
  /* margin: 88px; */
  margin: 62px 88px 88px 88px;
  /* border: solid;
  background: aliceblue; */
}
.blogContainer h1 {
  margin: 20px;
  font-family: "Fira Sans", sans-serif;
}


.blogpost-meta{
    /* background: aqua;
    border: solid; */
    margin-left: 22px;
}

.share-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p {
  font-family: "Source Code Pro", monospace;
}
.intro {
  /* margin: 88px; */
  margin: 62px 88px 88px 88px;
  font-size: 16px;
}

.intro h1 {
  margin: 12px;
  font-family: "Fira Sans", sans-serif;
}

.intro h2 {
  margin: 10px;
  font-family: "Fira Sans", sans-serif;
}

.intro p {
  font-family: "Source Code Pro", monospace;
  margin: 12px;
  font-size: 1em;
}

.skillContainer {
  /* background-color: rgb(213, 95, 95); */
  padding: 12px;
}

.skillItem {
  display: flex;
  align-items: center;
  /* background-color: brown; */
}

.skill {
  width: 100vh;
  height: 10px;
  background-color: rgb(101, 172, 102);
  border: solid;
}

.container {
  /* background-color: rgb(213, 95, 95); */
  padding: 3px 0px;
}

.skills {
  text-align: right;
  color: white;
}

.nintey {
  width: 90%;
  background-color: #04aa6d;
}

.eighty {
  width: 80%;
  background-color: #2196f3;
}

.sixtyFive {
  width: 65%;
  background-color: #f44336;
}

.sixty {
  width: 60%;
  background-color: #808080;
}

.experienceContainer {
  /* width: 60rem;
    height: 60rem; */
  /* margin: 12px; */
  padding: 12px;
}

.employmentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.employer-logo-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.employmentRow {
  /* background: rgb(244, 242, 242); */
  /* width: 85%; */
  font-family: "Fira Sans", sans-serif;
}

.employment-logo {
  /* padding: 14px 0 0 0; */
  /* padding: 14px; */
  max-width: 286px;
  width: auto;
  height: auto;
}

.employment-logo-jpmc {
  max-width: 200px;
  width: auto;
  height: auto;
}

.employment-logo-jpmc-chasepay {
  max-width: 108px;
  width: auto;
  height: auto;
}

.employment-logo-tdbank {
  max-width: 108px;
  width: auto;
  height: auto;
}
.employment-logo-bofa {
  max-width: 200px;
  width: auto;
  height: auto;
}

.employmentDetails p {
  font-family: "Fira Sans", sans-serif;
}

.employmentDetailsBNYM p {
  font-family: "Fira Sans", sans-serif;
  font-size: small;
  padding: 3px 1px 1px 1px;
}

.employmentDetailsJPMC p {
  font-family: "Fira Sans", sans-serif;
  font-size: small;
  padding: 3px 1px 1px 1px;
}

.jobTitle {
  margin-bottom: 3px;
}

.jobLocationDuration {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 3px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.m-auto {
  padding: 1px;
}

.sidebarGo {
  transform: translate(-443px, 0px);
  position: absolute;
}

.hamburger {
  position: absolute;
  cursor: pointer;
  top: 10px;
  left: 10px;
}

.cross {
  margin-top: 10px;
  margin-left: 122px;
}
.ham {
  margin-top: 10px;
  margin-left: 10px;
}

.social-links {
  font-size: larger;
  display: inline-flex;
  margin: 20px 0px 0px 900px;
}

.social-links a {
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
}
.social-links a i {
  font-size: 30px;
  color: rgb(77, 113, 119);
  transition: transform 0.7s;
}

.social-links a:hover {
  box-shadow: inset 6px 6px 8px -2px rgb(168, 170, 172),
    inset -6px -6px 8px -2px rgb(193, 211, 214),
    0px 12px 10px -10px rgb(124, 146, 143);
  border: 2px solid rgba(194, 171, 194, 0.3);
  transform: translateY(3px);
}

.social-links a:hover i {
  transform: scale(0.85);
}

.social-links a:hover .fa-instagram {
  color: #e4405f;
}

.social-links a:hover .fa-youtube {
  color: #cd201f;
}

.social-links a:hover .fa-wordpress {
  color: #21759b;
}

.social-links a:hover .fa-linkedin {
  color: #0077b5;
}

.social-links a:hover .fa-github {
  color: #333333;
}

.author-info{
    margin: 12px 0;
}
.author-info div{
    padding: 4px 0px;
    font-family: var(--font2);
}
.social-blog{
    padding-right: 53px;
    align-self: center;
    cursor: pointer;
}

#twitter-share-button {
    display: inline-block;
    padding: 2px;
    background-color: #1da1f2;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

#twitter-share-button:hover {
    background-color: #1578d4;
}

#facebook-share-button {
    display: inline-block;
    font-size: larger;
    background-color: white;
    color: blue;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

#facebook-share-button:hover {
    color: blue;
}

#linkedin-share-button {
    display: inline-block;
    font-size: larger;
    background-color: white;
    color: #0a66c2;
    text-decoration: none;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

#linkedin-share-button:hover {
    color: #378fe9;
}

#instagram-share-button {
    display: inline-block;
    font-size: large;
    background-color: #d62976;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#instagram-share-button:hover {
    color: #d62976;
    background-color: #fff;
}

@media (max-width: 1000px) {
  * {
    /* background-color: red; */
  }
  /* .sidebar{
        transform: translate(-443px,0px);
        position: absolute;
    } */
  .devInfo {
    font-size: 10px;
  }
  .buttons {
    font-size: 10px;
  }
  .devPic {
    display: none;
  }

  .contactForm .blogContainer .intro {
    margin: 0 8px;
  }

  .mainintro{
    width: 900px;
  }

  .mainblogs{
    width: 900px;
  }
}

@media (max-width: 350px) {
  .social-links {
    font-size: medium;
    display: inline-flex;
    margin: 20px 0px 0px 250px;
  }
}
