html {
  box-sizing: border-box;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

#ccllogo {
  width: 30%;
}
@media (max-width: 767px) {
  #ccllogo {
    width: 58px;
  }
}

@media only screen and (max-width: 680px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
.half {
  width: 50%;
}

.gold {
  background-color: #fbb040;
}

#wrapper {
  display: flex;
  flex-flow: column nowrap;
}

#topnav {
  display: flex;
  border-bottom: 3px solid #000;
  width: 100vw;
  justify-content: space-around;
}
#topnav a {
  width: 10%;
  text-align: center;
  text-decoration: none;
  color: black;
}
#topnav a:hover {
  text-decoration: underline;
}
#topnav #cclogo {
  width: 30%;
}
@media (max-width: 767px) {
  #topnav #cclogo {
    width: 58px;
  }
}
#topnav #collapsableMenu {
  display: flex;
  width: 90%;
  align-items: center;
}
@media (min-width: 767px) {
  #topnav #collapsableMenu {
    height: 58px;
  }
}
@media (max-width: 767px) {
  #topnav #collapsableMenu {
    display: none;
    width: 100%;
    flex-flow: column;
    position: fixed;
    z-index: 1;
    top: 78px;
    background-color: #fff;
    padding-left: 3%;
    font-size: 1.4rem;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  #topnav {
    justify-content: space-between;
    padding: 1% 5%;
    width: auto;
    align-items: center;
  }
}

#lander, #adjudicators, #congresslander {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: url("/assets/img/castlefridge.jpg") no-repeat center center fixed;
  background: url("/assets/img/castlefridge.jpg") fixed no-repeat center center/cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
#lander #ccllogo, #adjudicators #ccllogo, #congresslander #ccllogo {
  width: 30%;
}
@media (max-width: 767px) {
  #lander #ccllogo, #adjudicators #ccllogo, #congresslander #ccllogo {
    width: 58px;
  }
}
#lander h1, #adjudicators h1, #congresslander h1 {
  position: relative;
  top: 20%;
  text-align: center;
  display: block;
  font-size: 76px;
  margin: 2% 0 2% 0;
  color: #000;
  background-color: #fff;
  padding: 4px;
  box-shadow: 8px 7px #000;
  border: 2px solid black;
  font-weight: 300;
}
@media (max-width: 767px) {
  #lander h1, #adjudicators h1, #congresslander h1 {
    font-size: 30px;
  }
}
#lander h2, #adjudicators h2, #congresslander h2 {
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
  position: relative;
  top: 20%;
}
@media (max-width: 767px) {
  #lander h2, #adjudicators h2, #congresslander h2 {
    font-size: 1.02rem;
  }
}
@media (max-width: 767px) {
  #lander, #adjudicators, #congresslander {
    background: url("./img/castlefridge.jpg") center no-repeat cover;
  }
  #lander h1, #adjudicators h1, #congresslander h1 {
    font-size: 2.5rem;
  }
}

#congresslander {
  background: url("../img/coastanoangate.jpg") fixed no-repeat center center/cover;
}

#firstorder {
  background: url("../img/alkatraz.jpg") fixed no-repeat center center/cover;
}

#firstnationslander a {
  display: block;
  background-color: blue;
  color: #fff;
  padding: 1%;
  border-radius: 6%;
  box-shadow: 3px 3px 6px #0f0f0f;
  margin: 2%;
}
#firstnationslander a:hover {
  box-shadow: 7px 7px 8px #f8f1f1;
}

#main {
  width: 80%;
  margin: auto;
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
  position: relative;
  top: 20%;
}

#aboutMain {
  width: 80%;
  background-color: white;
  border: 3px solid black;
  margin: 3% auto;
  padding: 1%;
  position: relative;
  top: 20%;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  #aboutMain #abouttext {
    width: auto;
  }
}
#aboutMain p {
  margin: 2%;
  padding: 1%;
}
#aboutMain #firstnight {
  width: 40vw;
  height: 54vw;
}
@media (max-width: 767px) {
  #aboutMain #firstnight {
    order: -1;
    width: 80vw;
    height: 108vw;
  }
}

#videoMain {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #videoMain {
    flex-flow: column;
  }
}
#videoMain .videobox {
  margin: 1%;
}
#videoMain .videobox h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 1.5vw;
}
@media screen and (max-width: 768px) {
  #videoMain .videobox {
    text-align: center;
  }
  #videoMain .videobox h2 {
    font-size: 3.8vw;
  }
  #videoMain .videobox iframe {
    width: 80vw;
    height: auto;
  }
}

#moatmain {
  margin: auto;
  background-color: white;
  position: relative;
  top: 20%;
  flex-flow: row wrap;
  display: flex;
  background: url("/assets/img/mist.jpg") fixed no-repeat center center/cover;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 10%;
  justify-content: space-around;
}
#moatmain #moattextbox {
  background-color: rgba(251, 176, 64, 0.8);
  padding: 2%;
}
#moatmain #moattextbox h1 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #moatmain #moattextbox {
    width: auto;
  }
}
#moatmain #scoop {
  color: black;
  background-color: white;
  border: 3px solid gray;
  position: sticky;
  height: fit-content;
  padding: 2%;
}

#landmain {
  margin: auto;
  background-color: white;
  position: relative;
  top: 20%;
  flex-flow: row wrap;
  display: flex;
  background: url("/assets/img/mist.jpg") fixed no-repeat center center/cover;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 10%;
  justify-content: space-around;
}
#landmain #landtextbox {
  background-color: rgba(10, 128, 24, 0.39);
  padding: 2%;
}
#landmain #landtextbox h1 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #landmain #landtextbox {
    width: auto;
  }
}
#landmain #scoop {
  color: black;
  background-color: white;
  border: 3px solid gray;
  position: sticky;
  height: fit-content;
  padding: 2%;
}

#watermain {
  margin: auto;
  background-color: white;
  position: relative;
  top: 20%;
  flex-flow: row wrap;
  display: flex;
  background: url("/assets/img/mist.jpg") fixed no-repeat center center/cover;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 10%;
  justify-content: space-around;
}
#watermain #watertextbox {
  background-color: rgba(14, 176, 239, 0.39);
  padding: 2%;
}
#watermain #watertextbox h1 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #watermain #watertextbox {
    width: auto;
  }
}
#watermain #scoop {
  color: black;
  background-color: white;
  border: 3px solid gray;
  position: sticky;
  height: fit-content;
  padding: 2%;
}

#airmain {
  margin: auto;
  background-color: white;
  position: relative;
  top: 20%;
  flex-flow: row wrap;
  display: flex;
  background: url("/assets/img/mist.jpg") fixed no-repeat center center/cover;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 10%;
  justify-content: space-around;
}
#airmain #airtextbox {
  background-color: rgba(0, 0, 0, 0.1490196078);
  padding: 2%;
}
#airmain #airtextbox h1 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #airmain #airtextbox {
    width: auto;
  }
}
#airmain #scoop {
  color: black;
  background-color: white;
  border: 3px solid gray;
  position: sticky;
  height: fit-content;
  padding: 2%;
}

#firemain {
  margin: auto;
  background-color: white;
  position: relative;
  top: 20%;
  flex-flow: row wrap;
  display: flex;
  background: url("/assets/img/mist.jpg") fixed no-repeat center center/cover;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: white;
  padding: 2% 10%;
  justify-content: space-around;
}
#firemain #firetextbox {
  background-color: rgba(178, 34, 34, 0.5490196078);
  padding: 2%;
}
#firemain #firetextbox h1 {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #firemain #firetextbox {
    width: auto;
  }
}
#firemain #scoop {
  color: black;
  background-color: white;
  border: 3px solid gray;
  position: sticky;
  height: fit-content;
  padding: 2%;
}

#cryptohood {
  display: flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  width: 80%;
  margin: auto;
}

.fncpanel {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-bottom: 3px solid black;
  font-size: 4vw;
}

#philosophy {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#philosophy h1 {
  text-align: center;
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
}

#projects {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#projects h1 {
  text-align: center;
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
}
#projects #plist {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  align-content: center;
  justify-content: center;
}
#projects #plist a {
  width: 15%;
  height: auto;
  margin: 2%;
  font-size: 10vw;
  text-align: center;
  text-decoration: none;
  color: black;
}
#projects #plist a img {
  width: 100%;
}

#companies {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#companies h1 {
  text-align: center;
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
}
#companies #clist {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  align-content: center;
  justify-content: center;
}
#companies #clist a {
  width: 15%;
  height: auto;
  margin: 2%;
}
#companies #clist a img {
  width: 100%;
}

#press {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
#press h1 {
  text-align: center;
  background-color: white;
  border: 3px solid black;
  margin: 3%;
  padding: 1%;
}
#press #plist {
  display: flex;
  flex-flow: row wrap;
  width: 80%;
  align-content: center;
  justify-content: center;
}
#press #plist a {
  width: 15%;
  height: auto;
  margin: 2%;
}
#press #plist a img {
  width: 100%;
}

#adjudicators {
  background: #fff;
}
#adjudicators #ark {
  display: grid;
  grid-area: ark;
  grid-template-columns: repeat(30, 1fr);
  grid-template-areas: "repeat(30, z)" "z . repeat(12, bm) . repeat(12, ba)";
  background: none;
  background-color: #fbb040;
  padding: 1.666vw;
  display: grid;
  column-gap: 10px;
  row-gap: 15px;
  width: 50vw;
  height: 30vw;
}
#adjudicators .tablet {
  width: 20vw;
  height: 20vw;
  background-color: #0F52BA;
  color: #fff;
  margin: 3%;
  padding: 3%;
  text-shadow: #4608ff 3px 3px 2px;
  text-align: center;
  font-family: sans-serif;
}
#adjudicators #beinmakom {
  grid-area: beinmakom;
}
#adjudicators #beinadam {
  grid-area: beinadam;
}

footer {
  border-top: 3px solid black;
  padding: 1%;
  text-align: center;
  font-size: 1.2rem;
  overflow: hidden;
}
footer #love {
  position: static;
  overflow: hidden;
  z-index: 12;
  opacity: 0;
  height: 0%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
footer #love a {
  color: #000;
  height: 0%;
  margin: 3%;
}

footer:hover > #love {
  position: static;
  display: block;
  padding: 1%;
  opacity: 100;
  transform: translateY(-100%);
  background-color: #fff;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-duration: 3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*grid-column-start:2;
grid-template-columns: repeat(14, calc(100%/14));*/

/*# sourceMappingURL=castle.css.map */
