
/* CSS FOR INDEX.HTML */

* {
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
}

.clear { clear: both; }

div {
}

#welcome {
  font-size: 400%;
}

p {
  margin: 0em;
}

.navbar-1 {
  color: white;
  background-color: black;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 55px;
  display: flex;
  overflow: auto;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.navbar-1 a {
  float: left;
  width: 20%;
  text-align: center;
  color: #ffd700;
  transition: .5s ease;
  letter-spacing: 1.5px;
  text-decoration: none;
}

.navbar-1 a:hover {
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: bolder;
  border-bottom: black solid 2.5px;
}

.navbar-link {
  padding: 12px;
  font-size: 110%;
}

.current-link {
  padding: 5px;
  color: #ffd700;
  font-size: 175%;
  border-bottom: #ffd700 solid 2.5px;
}

.navbar-1:hover > .current-link {
  border-bottom: black;
}


.container {
  text-align:center;
  font-weight:bold;
  border-width: 1px;
  border-color: white;
  min-height: 100%;
  background-color: white;
  min-width: 100%;
  padding: 90px 0px 50px 0px;
  overflow: auto;
}

#intro {
  border-bottom: .1px solid black;
  border-top: white 1px solid;
  padding: 50px 5vw 20vh 4vh;;
  background-color: black;
}

.video-holder {
  justify-content: center;
  margin: 1vw;
  max-width: 100vw;
}

.front-button {
  color: white;
  background-color: black;
  display: flex;
  text-align: center;
  width: 40%;
  transition: .7s ease;
  margin: 0 auto;
}

.front-button a {
  width: 100%;
  text-align: center;
  color: white;
  letter-spacing: 1.5px;
  text-decoration: none;
  font-size: 230%;
  transition: .6s ease;
  font-weight: 500;
  border: 2px solid #ffd700;
}

.front-button a:hover {
  color: black;
  border: solid 2px white;
  text-decoration: none;
  background-color: white;
  font-weight: 600;
}

.secret-message {
  margin-top: 10px;
  transition: .4s ease;
  color: black;
  font-size: 50%;
  font-weight: 400;
}

.secret-message:hover {
  color: white;
}

#welcome-text {
  color: white;
  font-weight: 400;
  font-size: 110%;
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 5%;
  margin-top: 2.5%;
  word-wrap: break-word;
  letter-spacing: 1px;
}

.intro-organizer {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid-row-gap: 7vh;
  margin-top: 40px;
}

.section-1 {
  background-color: white;
  background-size: cover;
}

.committee {
  background-color: black;
}

header {
    background: url('front-page.jpg') no-repeat top center fixed;
    background-size: contain;
    background-size: cover;
    padding:300px 20px 900px 20px;
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 140px;
    height: 100%;
    min-height: 100%;
    max-width: 100vw;
  }

.section-heading {
  font-size: 400%;
  letter-spacing: 1px;
  font-weight: 400;
}

.welcome-heading {
  font-size: 200%
}


.intro-text {
  max-width: 90vw;
  float: center;
  display: flex;
  flex-flow: column;
  flex-grow: 4;
  text-align: center;
  font-weight: 350;
}

.committee {
  color: white;
}

.picture-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 3.2vw;
  grid-row-gap: 4vh;
  padding: 0px 4vw 0px 4vw;
}

.containera {
  position: relative;
  float: left;
  font-weight: 900;
  background-size: contain;
}

.name-badge {
  position: absolute;
  bottom: 1.4vw;
  right: .0vw;
  width: 120px;
  background-color: white;
  color: black;
  font-size: 12px;
  opacity: .9;
  font-weight: 500;
  letter-spacing: .4px;
  transition: .5s ease;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 8px 0px 8px 0px;
}

.containera .name {
    font-weight: 900;
}

.containera:hover .member-card {
  opacity: .8;
}

.containera:hover .name-badge {
  opacity: 0;
}

.member-card {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  box-sizing: border-box;
  transition: .5s ease;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  border-style: inset;
  border-color: #CCCCCC;
  border-width: 1.2vh;
  font-size: 1.5vh;
  color:black;
  background:white;
  padding-top: 6%;
}

.member-role {
    font-size: 180%;
    font-weight: 1500;
    letter-spacing: 1px;
}

.mini_title {
  padding: 0vh .2vh 0vh 0vh;
  color: black;
  font-weight: 900;
}

.member-info {
  color: black;
  font-weight: 400;
  font-size: 100%;
  position: relative;
  margin-top: 3.5%;
  letter-spacing: 1px;
}

.middle-text {
  font-size: 450%;
  border-color: gold;
  border-style: solid;
  min-width: 895px;
  vertical-align: middle;
}

#faq {
  color: black;
  padding-top: 40px;
}

.faq-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-column-gap: 3.2vw;
  grid-row-gap: 7vh;
  padding: 0px 4vw 0px 4vw;
}

.question {
  letter-spacing: 1.5px;
  margin-bottom: 6vh;
  font-size: 110%;
  font-weight: 700;
}

.answer {
  position: relative;
  float: left;
  padding: 40px 30px 40px 30px;
  font-weight: 300;
}

footer {
  padding:30px 20px 45px 20px;
  background-color: #C0C0C0;
  text-align: center;
  font-size: 30px;
  bottom: 0;
  font-weight: 800;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: black;
  z-index: 2;
}

.underline {
  width: 10vw;
  height: 1px;
  background: #ffd700;
  margin: 0px auto 50px;
  border-color: #ffd700;
  border-width: 2px;
}

a.fa {
  transition: .5s ease;
}

a.fa-facebook:hover {
  text-decoration: none;
  color: #3b5998;
}

a.fa-instagram:hover {
  text-decoration: none;
  color: #bc2a8d;
}

.email-link {
  text-decoration: none;
  transition: .5s ease;
  color: black;
}

a.email-link:hover {
  color: #ffd700;
}
/* CSS FOR RING.HTML */

#purchasing {
  justify-content: center;
}

.ring-design {
  background-color: black;
}

.ring-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  grid-column-gap: 3.2vw;
  grid-row-gap: 7vh;
  padding: 40px 4vw 40px 4vw;
  border-top: 3px ridge #ffd700;
}

.ring-section {
  color: white;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 115%;
  max-width: 100vw;
}

.ring-section-bezel {
  max-height: 500px;
  color: white;
  font-weight: 450;
  overflow-y: scroll;
  max-width: 100vw;
}

.image {
  justify-content: center;
  min-width: 50vh;
  min-height: 100%;
}

.filler {
  min-height: 60vh;
  opacity: 0;
}

.bezel {
  background: url('ring-parts/bezel.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.bezel:hover {
  background: url('ring-parts/Bezel-drawn.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sealshank {
  background: url('ring-parts/sealshank.PNG') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.sealshank:hover {
  background: url('ring-parts/Seal_Shank.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.classshank {
  background-image: url('ring-parts/class-shank.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.classshank:hover {
  background-image: url('ring-parts/Class_Shank.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bostonsky {
  background: url('ring-parts/bostonskyline.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.bostonsky:hover {
  background: url('ring-parts/Boston-Drawn.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cambridgesky {
  background: url('ring-parts/cambridgeskyline.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.cambridgesky:hover {
  background: url('ring-parts/Cambridge-drawn.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hackermap {
  background: url('ring-parts/hackermap.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: .7s ease;
}

.hackermap:hover {
  background: url('ring-parts/Hackers_Map.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 900px) {
  .reverse {
    order:2;
  }
  .text {
    order: 1;
  }
}

@media only screen and (max-width: 800px) {
  /* For mobile phones: */
  .ring-section-bezel {
    max-height: 1000px;
    overflow: hidden;
  }
}

.ring-part {
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 250%;
  padding-bottom: 10px;
  border-bottom: #ffd700 1px ridge;
  max-width: 65%;
  margin: 0 auto;
  margin-bottom: 5px;
}
.purchasing-section {
  max-width: 600px;
  padding: 20px 20px 20px 20px;
  font-weight: 500;
  max-width: 100vw;
}

.p-section-heading {
  font-size: 200%;
  letter-spacing: 1px;
  font-weight: 900;
}

.time {
  font-weight: 900;
  letter-spacing: 1px;
  margin: 4px;
}

.last-row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  padding: 0vw 10vw 0vw 7vw;
  grid-column-gap: 20px;
}


table {
border-collapse: collapse;
max-width: 100%;
}

td, th {
border: 2px solid black;
align-items: center;
padding: 20px;
width: 14%;
}

th {
font-weight: 900;
}

.table-wrapper {
  max-width: 800px;
}

.payment-option {
  font-weight: 700;
}

/* CSS FOR EVENTS.HTML */
.delivery {
  background: url('delivery-poster.png') no-repeat top center;
  background-size: contain;
  padding:300px 20px 900px 20px;
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 140px;
  height: 60%;
  max-height: 60%;
}

.delivery-text {
  font-size: 150%;
  font-weight: 500;
  width: 70%;
  margin: 0 auto;
  padding: 10vh 0vh 10vh 0vh;
}
