@font-face {
  font-family: Circular Black;
  font-display: auto;
  src: url(Circular/CircularStd-Black.ttf);
}

@font-face {
  font-family: Circular Bold;
  font-display: auto;
  src: url(Circular/CircularStd-Bold.ttf);
}

@font-face {
  font-family: Circular Book;
  font-display: auto;
  src: url(Circular/CircularStd-Book.ttf);
}

body {
  margin: 0px;
}

header {
  padding: 20px 25px 0px 25px;
}

section {
  padding-top: 50px;
}

#nav-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 5px;
}

#logo-container div:nth-child(2) h3 {
  font-family: Circular Black;
}

#home-name {
  color: #000000;
  font-size: 1.5em;
  margin-left: 15px;
}

header hr {
  width: 90%;
  border: 1px solid #c00000;
  margin-block-end: 0em;
  margin-block-start: 0em;
}

#logo-container {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

#logo-container div svg {
  /* height: 40px; */
  height: 60px;
  fill: #c00;
}

#navmenu-wrapper div {
  margin: 0px 10px 0px 10px;
}

a {
  font-family: Circular Book;
}

#navmenu-wrapper a {
  margin-block-start: 0em;
  /* letter-spacing: 1px; */
  text-decoration: none;
  color: #000000;
  margin: 0px 0px 0px 10px;
  position: relative;
}

#navmenu-wrapper a:hover::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  /* bottom: 0;
    top: 25px;
    border: 1px solid #a20b0b;
    color: #a20b0b; */
  top: 25px;
  border-bottom: 2px solid #a20b0b;
}

.dots {
  cursor: auto;
}
.dots:hover::after {
  display: none;
}

.active:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 25px;
  border-bottom: 2px solid #a20b0b;
}

.active {
  color: #a20b0b !important;
}

#hero-container {
  display: flex;
  justify-content: space-evenly;
}

#hero-image-wrapper img {
  height: 500px;
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

#hero-text-wrapper {
  width: 40%;
}

#hero-text-wrapper p b {
  font-family: Circular Bold;
}

#hero-text-wrapper h1 {
  margin-block-start: 0em;
  font-size: 2.1em;
  font-family: Circular Black;
}
#hero-text-wrapper p {
  font-size: 1.5em;
  font-family: Circular Book;
}

#skillset-container {
  background-color: #000000;
  padding-bottom: 40px;
}

#skillset-wrapper {
  color: #ffffff;
  width: 80%;
  margin: 0 auto;
  padding: 50px;
}

.skillset-box {
  border-radius: 15px;
}

.skillset-box {
  width: 320px;
}

#skillset-wrapper {
  display: flex;
  justify-content: space-between;
}

.skill-img {
  text-align: center;
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: column; */
  /* padding: 30px 0px 10px 0px; */
  background-color: #ffffff;
  border-radius: 15px;
}

#skill-set-h1 {
  text-align: center;
  color: #ffffff;
  font-family: Circular Book;
  padding-top: 50px;
  font-size: 2.1em;
}

.skill-img img {
  height: 150px;
  padding-top: 25px;
}

.skill-img p {
  color: #000000;
  font-size: 1.5em;
  font-family: Circular Book;
  margin-block-start: 0em;
}

.skill-desc {
  /* background-color: #ffffff;
  color: #000000;
  padding: 30px;
  margin-top: 30px;
  border-radius: 25px;
  height: 250px; */
  background-color: #000000;
  color: #ffffff;
  /* padding: 30px; */
  /* margin-top: 30px; */
  border-radius: 25px;
  /* height: 250px; */
}

.skill-desc h1 {
  font-family: Circular Black;
  text-align: center;
}

.skill-desc p {
  font-size: 1.1em;
  font-family: Circular Book;
}

#sched-btn ~ div {
  text-align: center;
}

#sched-btn {
  border: 1px solid #c00000;
  width: 20%;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #c00000;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-family: Circular Book;
  font-weight: 300;
}

/* About  */

#about-hero {
  height: 600px;
  background-size: cover;
  background-image: url("./Assets/about-hero-image.jpg");
  display: flex;
  justify-content: flex-end;
}

.about-nav a {
  color: #ffffff;
}

#about-header {
  background-color: #000000;
  padding: 0px;
}

#nav-name {
  color: #ffffff;
  font-size: 1.5em;
  margin-left: 15px;
}

#about-hr {
  width: 100%;
}

#navmenu-wrapper-about a {
  margin-block-start: 0em;
  /* letter-spacing: 1px; */
  text-decoration: none;
  color: #ffffff;
  margin: 0px 0px 0px 10px;
  position: relative;
}

#navmenu-wrapper-about a:hover::after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  /* bottom: 0;
    top: 25px;
    border: 1px solid #a20b0b;
    color: #a20b0b; */
  top: 25px;
  border-bottom: 2px solid #a20b0b;
}

.active-about:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 25px;
  border-bottom: 2px solid #a20b0b;
}

.active-about {
  color: #ffffff !important;
}

.about-hero-text {
  font-family: Circular Black;
  width: 50%;
}

#footer {
  background-image: url(Assets/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-hero-text a {
  text-decoration: none;
}

.about-hero-text-wrapper {
  transform: translate(40%, 5%);
}

.about-hero-text h1 {
  font-size: 2.5em;
}

.about-hero-text p {
  margin-left: 60px;
  font-size: 1.3em;
  /* margin-top: 60px; */
  font-family: Circular Book;
}

.about-hero-text p {
  margin-top: ;
}

#about-paragraph {
  padding: 0px 25px 25px 25px;
  width: 85%;
  margin: 0 auto;
}

#about-paragraph p {
  font-size: 1.2em;
  font-family: Circular Book;
  text-align: justify;
}

#pdf-btn {
  background-color: #c00000;
  padding: 10px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-family: Circular Book;
  cursor: pointer;
}

.pdf-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

#nav-container-about {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#nav-about-name {
  color: #ffffff;
  font-size: 1.2em;
  margin-left: 15px;
}

/* footer {
  background-image: url(Assets/footer1.jpg);
  height: 100vh;
  background-position: 50% 49%;
  background-repeat: no-repeat;
  background-size: cover;
} */

footer {
  /* position: absolute;
  bottom: 0; */
  width: 100%;
  /* height: 2.5rem; */
}

#footer-hr {
  /* background-image: url(Assets/footer1.jpg); */
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

#footer-hr hr {
  border: 1px solid #c00;
  width: 100%;
}

#footer-wrapper {
  height: 500px;
  /*padding-top: 20px;*/
  width: 75%;
  margin: 0 auto;
  font-family: Circular Book;
}

.resource-wrapper {
  display: flex;
  flex-direction: column;
}

.resource-wrapper:nth-child(3) .resource-nav {
    display: flex;
    flex-direction: column;
}

.resource-wrapper:nth-child(3) .resource-nav {
    display: flex;
    flex-direction: column;
}

.resource-wrapper:nth-child(3) .resource-nav .dots {
      display: none;
}

.resource-wrapper:nth-child(3) .resource-nav a:nth-child(3) {
      margin-bottom: 10px;
}

.resource-wrapper:nth-child(3) .resource-nav a:nth-child(5) {
      margin-bottom: 10px;
}

.resource-wrapper:nth-child(3) .resource-nav a:nth-child(7) {
      margin-bottom: 10px;
}

#footer-hr {
  font-family: Circular Book;
}

#form-wrapper {
  padding-bottom: 20px;
}

#form-wrapper div input:nth-child(1) {
  width: 49%;
  /* margin: 5px; */
  height: 30px;
  margin-right: 15px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 1em;
  font-family: Circular Book;
}

#form-wrapper div input:nth-child(2) {
  width: 49%;
  border-radius: 5px;
  height: 30px;
  padding-left: 10px;
  font-size: 1em;
  font-family: Circular Book;
}

textarea {
  margin: 0px;
  height: 100%;
  width: 98%;
  border-radius: 5px;
  font-size: 1em;
  font-family: Circular Book;
  padding-left: 10px;
}

#input-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

#send-btn {
  /* width: 15%;
  background-color: #c00;
  padding: 10px;
  text-align: center;
  font-family: Circular Book;
  border-radius: 5px;
  padding-top: 5p;
  color: #ffffff; */
  margin-top: 10px;
}

#title-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding-top: 25px;
}

#title-wrapper {
  width: 100%;
}

#title-wrapper h1 {
  font-family: Circular Bold;
  margin-block-end: 0em;
}

#title-wrapper hr {
  border: 0.8px solid #c00;
}

#img-title {
  display: flex;
  align-items: center;
}

#img-title svg {
  height: 70px;
  margin-right: 15px;
  fill: #c00;
  padding-top: 20px;
}
#project-container {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#project-container h3 {
  font-family: Circular Book;
}

#project-desc h1 {
  font-family: Circular Bold;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#project-desc p {
  font-family: Circular Book;
  margin-block-start: 0em;
}

#project-img {
  display: flex;
  /* justify-content: center; */
  /* border: 1px solid black; */
  margin-right: 20px;
}

#project-img img {
  width: 350px;
  height: 200px;
}

.project-box {
  display: flex;
  padding-top: 50px;
}

.resource-nav a {
  margin-right: 5px;
  color: #c00;
  width: 200px;
}
.resource-nav .dots {
  text-decoration: none;
  color: #000000;

}

#send-btn input {
  background-color: #c00;
  /* padding: 10px; */
  text-align: center;
  font-family: Circular Book;
  border-radius: 5px;
  width: 100px;
  color: #ffffff;
  display: flex;
  height: 40px !important;
  width: 10% !important;
  justify-content: center;
  align-items: center;
}

#footer-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

#footer-logo {
  display: flex;
  align-items: flex-end;
  padding-left: 25px;
  padding: 5px 0px 20px 25px;
}

#footer-logo img {
  height: 200px;
}

#social-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 35%;
}
.footer-social {
  display: flex;
  align-items: baseline;
  font-family: Circular Book;
  text-align: right;
}
#footer-logo div p:nth-child(1) {
  font-family: Circular Bold;
  color: #c00;
  font-size: 1.3em;
  margin-block-end: 0em;
}

#footer-logo div p:nth-child(2) {
  font-family: Circular Book;
  margin-block-start: 0em;
}

.footer-social p:nth-child(1) {
  color: #c00;
  font-family: Circular Bold;
  margin-right: 20px;
}

.footer-social a {
  margin-right: 10px;
  text-decoration: none;
  color: #000000;
}

.footer-social p {
  margin-right: 10px;
}

.footer-social .dots {
  font-size: 10px;
}
.fab {
  font-size: 1.5em;
}

#popup-container {
  background-color: #000000;
  color: #efefef;
  display: flex;
  padding: 20px 20px 10px 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0 -3px 8px 1px #333;
  z-index: 999;
  font-family: "Circular Book";
}

#popup-container div:nth-child(2) {
  padding: 0px 5px 0px 7px;
  width:17%;
  transform: translate(0,25%);
}

#popup-container span {
  line-height: 2em;
  font-family: "Circular Book";
	font-weight: 900;
}

#policy-link {
  color: #efefef;
  text-decoration: underline;
  font-family: "Circular Book";
	font-weight: 900;
}

#agree-btn {
  background-color: #c00;
  border-color: #c00;
  width: 150px;
  line-height: 3em;
  text-align: center;
  border-radius: 5px;
  /*transform: translate(0%, 50%);*/
  cursor: pointer;
}

#agree-btn:hover {
  background-color: red;
}
