html,
body {
  /* overflow-x: hidden;*/
  height: 100%;
  margin: 0;
  font-family: Avenir;
  background-image: url(../assets/jab_logo_black.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 50%;
  background-size: 10%;
  background-attachment: fixed;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/*.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}*/

/*------------------Nav------------------*/

.nav {
  position: fixed;
  background: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  z-index: 1000;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 1%;
  opacity: 0.5;
}

:is(#projButton, #aboutButton, #miscButton) {
  margin: auto;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 800;
}
:is(#projButton, #aboutButton, #miscButton):hover {
  cursor: grab;
}

/*------------------Nav------------------*/
.logo {
  vertical-align: middle;
  border-style: none;
  width: 10%;
  margin-top: 10%;
}

.imgLogoBackground {
  z-index: 1000;
}

.vsImg {
  width: 100%;
}

.fixed {
  position: fixed;
  display: none;
}

.bg {
  height: 100%;
  background: #1e1a1a;
  width: 100%;
  opacity: 1;
}

.downArrow,
.projButtonShow {
  width: 8vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: red;
}

.show {
  opacity: 0;
}

.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.name {
  color: white;
  font-family: Avenir;
  font-size: 4em;
  text-align: center;
  position: relative;
  top: 25%;
}

.projText {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e1a1a;
  line-height: 1.5em;
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
}

.right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  line-height: 1.5em;
  font-size: 0.8em;
  font-weight: 700;
  font-style: normal;
}

.aboutMe {
  background-color: #1e1a1a;
  columns: white;
  margin: auto;
}

.buttonLinks {
  width: 20%;
  /* position: absolute; */
  bottom: 100px;
  left: 280px;
  padding: 5px;
  display: inline-flex;
}

.cta {
  /* width: 20%;
  /* position: absolute; */
  /* bottom: 100px;
  left: 280px;  */
  margin: auto;
  text-align: center;
  padding: 5px;
}

.projSummary {
  padding: 15px 30px;
  color: #fff;
  text-align: center;
  /* width: 300px; */
  align-self: center;
}

.countryGent {
  margin-top: 20%;
}

.projDetail {
  margin: 31px;
  font-weight: 200;
}

p {
  font-size: 1.5em;
}

#pgOne {
  margin-top: 10%;
}
.pgOneWords {
  margin: 15% 0;
  padding: 5%;
}

.row {
  text-align: center;
  margin: 0;
}

.col {
  padding: 0;
}

.iconLink {
  width: 15%;
  padding: 5px;
}
