* {
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  background: #379ac496;
  margin: 0;
}
#logo {
  position: absolute;
  top: 35px;
  width: 58px;
  height: 35px;
}

.navbar {
  display: block;
  width: 100%;
  height: 100px;
  margin: 0;
  background: #017fb5;
  /* padding-top: 32px;
    padding-bottom: 32px; */
  align-items: center;
  padding: 32px;
}
/* .row{
    margin: 0px,100px,0px,100px;
} */
.navbar ul {
  margin: 0;
  /* padding: 0; */
}
ul.topNav li {
  list-style: none;
  float: left;
}
ul.topNav li.topNav-right {
  float: right;
}
ul.topNav li img {
  height: 50%;
  width: 60%;
  /* padding-left: 10px; */
  /* padding: 15px; */
  /* padding-top: 30px;
    padding-bottom: 30px; */
}
ul.topNav li a {
  display: block;
  text-decoration: none;
  font-size: 25px;
  font-weight: bolder;
  text-align: center;
  padding-right: 50px;
  /* padding-top: 30px;
    padding-bottom: 30px; */
  color: #fff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-top: 50px;
  margin-top: 65px;
}
.row::after {
  display: table;
  clear: both;
  content: " ";
}

.imageClass {
  width: 50%;
  float: left;
  align-items: center;
}

.comingSoonImg {
  width: 90%;
  margin-left: 8%;
  border-radius: 344px;
}

.aboutHacktoberfest {
  /* margin-top: 50px; */
  width: 50%;
  font-family: Poly;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
}

.aboutHacktoberfest p {
  padding-right: 8%;
  padding-left: 2%;
  color: #2b3531;

  /* text-shadow: 2px 5px 4px rgba(0, 0, 0, 0.25); */
}

.aboutHacktoberfest p.heading {
  font-size: 50px;
  line-height: 57px;
  font-weight: 600;
  color: #212121;

  /* text-shadow: 2px 5px 4px rgba(0, 0, 0, 0.25); */
}
body {
  font-family: "Work Sans", sans-serif;
}
.faq-heading {
  border-bottom: #777;
  padding: 20px 60px;
}
.faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hr-line {
  width: 60%;
  margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
  /* background-color: #eee; */
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 60%;
  border: none;
  outline: none;
  transition: 0.4s;
  margin: auto;
}
.faq-body {
  margin: auto;
  /* text-align: center; */
  width: 50%;
  padding: auto;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active,
.faq-page:hover {
    background-color: #F9F9F9;
} */
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
  padding: 0 18px;
  /* background-color: #379ac496; */
  display: none;
  overflow: hidden;
}
.faq-page:after {
  content: "\02795";
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}
