* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  /* background-color: rgb(38, 43, 75); */
  background: #DA4453;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #89216B, #DA4453);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #89216B, #DA4453); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.pad {
  padding: 30px;
}

.outer {
  width: 100%;
}

.row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  color: white;
  padding: 50px;
}

.row:nth-of-type(1) {
  padding: 0px;
}
.row:nth-of-type(2) {
  padding-top: 0px;
}

.rowcontainer {
  width: 100%;
  max-width: 1280px;
  display: flex;
}


/* *********************** HEADER **************************** */

.header .image {
  width: 100%;
  height: 600px;
  position: relative;
}

.header .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.header .text h1 {
  font-weight: 400;
  font-size: 60px;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
  letter-spacing: -2px;
  margin-top: 150px;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  padding-left: 90px;
  padding-right: 90px;
}

.header .text h2 {
  font-weight: 400;
  font-size: 32px;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
  letter-spacing: -2px;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
  padding-left: 90px;
  padding-right: 90px;
  margin-top: -35px;
}

.image img {

  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* *********************** ABOUT **************************** */

.about {
  display: flex;
  justify-content: center;
}

.about .rowcontainer {
  width: 100%;
  max-width: 1280px;
  /* height: 500px; */
}

.about h1 {
  text-align: center;
}

.about .text {
  width: 50%;
  font-size: 18px;
  padding: 30px;
}

.about .image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about .image img {
  max-width: 500px;
  height: auto;
}


/* *********************** VIDEO **************************** */

.video {
  display: block;
}

.video h1 {
  text-align: center;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  /* padding-top: 30px; */
  padding-bottom: 30px;
}

.video-holder {
  width: 100%;
  max-width: 1280px;
  margin:auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* *********************** PHOTO GALLERY **************************** */
.gallery {
  flex-flow: column nowrap;
}

.gallery h1 {
  text-align: center;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.gallerycontainer {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
}

.imagethumb {
  width: calc(33.3333% - 6px);
  height: 250px;
  overflow: hidden;
  margin: 3px;
  border: 1px solid rgba(255,255,255,0);
  cursor: pointer;
  box-sizing: border-box;
}

.imagethumb:hover {
  border: 1px solid rgba(255,255,255,1);
}

.imagethumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
  backface-visibility: hidden;
}

.imagethumb img:hover {
  transform: scale(1.1);
  transition: 0.3s;
  backface-visibility: hidden;
}


/* *********************** TEAM **************************** */
.team  {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.team .image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}

.team img {
  width: 100%;
  max-width: 1000px;
}

/* *********************** SUSTAINABILITY **************************** */

.sustainability {
  flex-flow: column nowrap;
}

.sustainability .rowcontainer {
  flex-flow: row wrap;
}

.sustainability .text, .sustainability .image {
  width: 50%;
  height: 500px;
}

.sustainability .text {
  padding: 30px;
  font-size: 18px;
}

.sustainability .image {
  padding: 30px;
}

/* *********************** TECHNICAL SPECIFICATIONS **************************** */

.techspecs {
  flex-flow: column nowrap;
}

.techspecs h2 {
  margin-top: 50px;
  padding-left: 20px;
}

.techspecsrow {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  height: auto;
  margin-bottom: 20px;
}

.techspecsrow .text, .techspecsrow .image {
  width: 50%;
  height: 400px;
}

.techspecsrow .text a {
  color: orange;
  text-decoration: none;
}

.techspecsrow .image {
  padding: 30px;
}

.techspecsrow .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* *********************** UNIVERSITY **************************** */
.university {
  flex-flow: column nowrap;
}

.university .image {
  width: 100%;
  max-width: 400px;
  margin: auto;
}

.university .text a {
  color: orange;
  text-decoration: none;
}

.university .text {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

/* *********************** QUOTE **************************** */
@font-face {
  font-family: "eightbit";
  src: url('/fonts/eightbitlim.ttf');
}

.quote .gtfo {
  font-family: 'eightbit', fantasy;
  font-size: 80px;
  letter-spacing: 10px;
  color: white;
}

.quote {
  cursor: pointer;
  display: flex;
  flex-flow: column nowrap;
}

/* *********************** MEDIA PACK **************************** */

.mediapack {
  display: flex;
  flex-flow: column nowrap;
}

.mediapack a {
  color: orange;
  text-decoration: none;
}


/* *********************** MEDIA QUERIES **************************** */

@media screen and (max-width: 960px) {
  .imagethumb {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 550px) {
  .imagethumb {
    width: calc(100% - 6px);
  }
}



/* *********************** MISC **************************** */

.copyright {
  font-size: 12px;
  text-align: center;
}

.bgcolor1, .bgcolor2 {
  /* background-color: rgb(42, 26, 74); */
  background: #DA4453;
background: -webkit-linear-gradient(to bottom, #89216B, #DA4453);
background: linear-gradient(to bottom, #89216B, #DA4453);

}

.bgcolor2 {
  background: #0f0c29; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #0f0c29, #302b63, #24243e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}








/* comment */
