@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=STIX+Two+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #251A1A;
}

a {
  text-decoration: none;
  color: black;
}

@font-face {
  font-family: 'sophillia';
  src: url("fonts/SophilliaRegular.ttf");
}

.overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loadertext {
  font-family: 'roboto';
  color: white;
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  z-index: 99999999;
  position: fixed;
  margin: auto;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 3px;
  font-size: 12px;
  background: red;
  color: white;
  line-height: 30px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: center;
  right: 50px;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
  right: -200px;
}

.pace .pace-progress[data-progress-text="1%"]:after {
  right: -198.14px;
}

.pace .pace-progress[data-progress-text="2%"]:after {
  right: -196.28px;
}

.pace .pace-progress[data-progress-text="3%"]:after {
  right: -194.42px;
}

.pace .pace-progress[data-progress-text="4%"]:after {
  right: -192.56px;
}

.pace .pace-progress[data-progress-text="5%"]:after {
  right: -190.7px;
}

.pace .pace-progress[data-progress-text="6%"]:after {
  right: -188.84px;
}

.pace .pace-progress[data-progress-text="7%"]:after {
  right: -186.98px;
}

.pace .pace-progress[data-progress-text="8%"]:after {
  right: -185.12px;
}

.pace .pace-progress[data-progress-text="9%"]:after {
  right: -183.26px;
}

.pace .pace-progress[data-progress-text="10%"]:after {
  right: -181.4px;
}

.pace .pace-progress[data-progress-text="11%"]:after {
  right: -179.54px;
}

.pace .pace-progress[data-progress-text="12%"]:after {
  right: -177.68px;
}

.pace .pace-progress[data-progress-text="13%"]:after {
  right: -175.82px;
}

.pace .pace-progress[data-progress-text="14%"]:after {
  right: -173.96px;
}

.pace .pace-progress[data-progress-text="15%"]:after {
  right: -172.1px;
}

.pace .pace-progress[data-progress-text="16%"]:after {
  right: -170.24px;
}

.pace .pace-progress[data-progress-text="17%"]:after {
  right: -168.38px;
}

.pace .pace-progress[data-progress-text="18%"]:after {
  right: -166.52px;
}

.pace .pace-progress[data-progress-text="19%"]:after {
  right: -164.66px;
}

.pace .pace-progress[data-progress-text="20%"]:after {
  right: -162.8px;
}

.pace .pace-progress[data-progress-text="21%"]:after {
  right: -160.94px;
}

.pace .pace-progress[data-progress-text="22%"]:after {
  right: -159.08px;
}

.pace .pace-progress[data-progress-text="23%"]:after {
  right: -157.22px;
}

.pace .pace-progress[data-progress-text="24%"]:after {
  right: -155.36px;
}

.pace .pace-progress[data-progress-text="25%"]:after {
  right: -153.5px;
}

.pace .pace-progress[data-progress-text="26%"]:after {
  right: -151.64px;
}

.pace .pace-progress[data-progress-text="27%"]:after {
  right: -149.78px;
}

.pace .pace-progress[data-progress-text="28%"]:after {
  right: -147.92px;
}

.pace .pace-progress[data-progress-text="29%"]:after {
  right: -146.06px;
}

.pace .pace-progress[data-progress-text="30%"]:after {
  right: -144.2px;
}

.pace .pace-progress[data-progress-text="31%"]:after {
  right: -142.34px;
}

.pace .pace-progress[data-progress-text="32%"]:after {
  right: -140.48px;
}

.pace .pace-progress[data-progress-text="33%"]:after {
  right: -138.62px;
}

.pace .pace-progress[data-progress-text="34%"]:after {
  right: -136.76px;
}

.pace .pace-progress[data-progress-text="35%"]:after {
  right: -134.9px;
}

.pace .pace-progress[data-progress-text="36%"]:after {
  right: -133.04px;
}

.pace .pace-progress[data-progress-text="37%"]:after {
  right: -131.18px;
}

.pace .pace-progress[data-progress-text="38%"]:after {
  right: -129.32px;
}

.pace .pace-progress[data-progress-text="39%"]:after {
  right: -127.46px;
}

.pace .pace-progress[data-progress-text="40%"]:after {
  right: -125.6px;
}

.pace .pace-progress[data-progress-text="41%"]:after {
  right: -123.74px;
}

.pace .pace-progress[data-progress-text="42%"]:after {
  right: -121.88px;
}

.pace .pace-progress[data-progress-text="43%"]:after {
  right: -120.02px;
}

.pace .pace-progress[data-progress-text="44%"]:after {
  right: -118.16px;
}

.pace .pace-progress[data-progress-text="45%"]:after {
  right: -116.3px;
}

.pace .pace-progress[data-progress-text="46%"]:after {
  right: -114.44px;
}

.pace .pace-progress[data-progress-text="47%"]:after {
  right: -112.58px;
}

.pace .pace-progress[data-progress-text="48%"]:after {
  right: -110.72px;
}

.pace .pace-progress[data-progress-text="49%"]:after {
  right: -108.86px;
}

.pace .pace-progress[data-progress-text="50%"]:after {
  right: -107px;
}

.pace .pace-progress[data-progress-text="51%"]:after {
  right: -105.14px;
}

.pace .pace-progress[data-progress-text="52%"]:after {
  right: -103.28px;
}

.pace .pace-progress[data-progress-text="53%"]:after {
  right: -101.42px;
}

.pace .pace-progress[data-progress-text="54%"]:after {
  right: -99.56px;
}

.pace .pace-progress[data-progress-text="55%"]:after {
  right: -97.7px;
}

.pace .pace-progress[data-progress-text="56%"]:after {
  right: -95.84px;
}

.pace .pace-progress[data-progress-text="57%"]:after {
  right: -93.98px;
}

.pace .pace-progress[data-progress-text="58%"]:after {
  right: -92.12px;
}

.pace .pace-progress[data-progress-text="59%"]:after {
  right: -90.26px;
}

.pace .pace-progress[data-progress-text="60%"]:after {
  right: -88.4px;
}

.pace .pace-progress[data-progress-text="61%"]:after {
  right: -86.53999999999999px;
}

.pace .pace-progress[data-progress-text="62%"]:after {
  right: -84.68px;
}

.pace .pace-progress[data-progress-text="63%"]:after {
  right: -82.82px;
}

.pace .pace-progress[data-progress-text="64%"]:after {
  right: -80.96000000000001px;
}

.pace .pace-progress[data-progress-text="65%"]:after {
  right: -79.1px;
}

.pace .pace-progress[data-progress-text="66%"]:after {
  right: -77.24px;
}

.pace .pace-progress[data-progress-text="67%"]:after {
  right: -75.38px;
}

.pace .pace-progress[data-progress-text="68%"]:after {
  right: -73.52px;
}

.pace .pace-progress[data-progress-text="69%"]:after {
  right: -71.66px;
}

.pace .pace-progress[data-progress-text="70%"]:after {
  right: -69.8px;
}

.pace .pace-progress[data-progress-text="71%"]:after {
  right: -67.94px;
}

.pace .pace-progress[data-progress-text="72%"]:after {
  right: -66.08px;
}

.pace .pace-progress[data-progress-text="73%"]:after {
  right: -64.22px;
}

.pace .pace-progress[data-progress-text="74%"]:after {
  right: -62.36px;
}

.pace .pace-progress[data-progress-text="75%"]:after {
  right: -60.5px;
}

.pace .pace-progress[data-progress-text="76%"]:after {
  right: -58.64px;
}

.pace .pace-progress[data-progress-text="77%"]:after {
  right: -56.78px;
}

.pace .pace-progress[data-progress-text="78%"]:after {
  right: -54.92px;
}

.pace .pace-progress[data-progress-text="79%"]:after {
  right: -53.06px;
}

.pace .pace-progress[data-progress-text="80%"]:after {
  right: -51.2px;
}

.pace .pace-progress[data-progress-text="81%"]:after {
  right: -49.34px;
}

.pace .pace-progress[data-progress-text="82%"]:after {
  right: -47.480000000000004px;
}

.pace .pace-progress[data-progress-text="83%"]:after {
  right: -45.62px;
}

.pace .pace-progress[data-progress-text="84%"]:after {
  right: -43.76px;
}

.pace .pace-progress[data-progress-text="85%"]:after {
  right: -41.9px;
}

.pace .pace-progress[data-progress-text="86%"]:after {
  right: -40.04px;
}

.pace .pace-progress[data-progress-text="87%"]:after {
  right: -38.18px;
}

.pace .pace-progress[data-progress-text="88%"]:after {
  right: -36.32px;
}

.pace .pace-progress[data-progress-text="89%"]:after {
  right: -34.46px;
}

.pace .pace-progress[data-progress-text="90%"]:after {
  right: -32.6px;
}

.pace .pace-progress[data-progress-text="91%"]:after {
  right: -30.740000000000002px;
}

.pace .pace-progress[data-progress-text="92%"]:after {
  right: -28.880000000000003px;
}

.pace .pace-progress[data-progress-text="93%"]:after {
  right: -27.02px;
}

.pace .pace-progress[data-progress-text="94%"]:after {
  right: -25.16px;
}

.pace .pace-progress[data-progress-text="95%"]:after {
  right: -23.3px;
}

.pace .pace-progress[data-progress-text="96%"]:after {
  right: -21.439999999999998px;
}

.pace .pace-progress[data-progress-text="97%"]:after {
  right: -19.58px;
}

.pace .pace-progress[data-progress-text="98%"]:after {
  right: -17.72px;
}

.pace .pace-progress[data-progress-text="99%"]:after {
  right: -15.86px;
}

.pace .pace-progress[data-progress-text="100%"]:after {
  right: -14px;
}

.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 99999999;
}

.pace.pace-inactive {
  display: none;
}

.gradient {
  background: #86001a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #86001a), to(#de9c73));
  background: linear-gradient(0deg, #86001a 50%, #de9c73 100%);
  background-size: cover;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: 2;
  opacity: 70%;
  pointer-events: none;
  overflow: hidden;
}

video {
  position: fixed;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}

.poppycontainer {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
}

.poppy {
  width: 15vw;
  opacity: 20%;
}

.lmicon-container {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.lmicon {
  width: 10vh;
  padding: 3vh;
}

.heading-container {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: 1fr 0.3fr 0.2fr;
      grid-template-rows: 1fr 0.3fr 0.2fr;
  z-index: 3;
  overflow: hidden;
}

.title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15vh;
}

.ml1 {
  font-family: 'sophillia';
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 8rem;
  line-height: 0rem;
  color: white;
}

.ml2 {
  font-family: 'sophillia';
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 15rem;
  margin-left: 8rem;
  line-height: 12rem;
  color: white;
}

.ml3 {
  font-family: 'sophillia';
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 10rem;
  line-height: 5rem;
  color: white;
}

.topsub-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subheading {
  width: 600px;
  text-align: center;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 2rem;
  z-index: 3;
}

.mouse-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mouse {
  width: 40px;
  height: 80px;
  border: 2px solid white;
  border-radius: 60px;
  position: absolute;
  top: 85vh;
}

.mouse::before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
  opacity: 1;
  animation: wheel 2s infinite;
  -webkit-animation: wheel 2s infinite;
}

@-webkit-keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

.medalsubheading {
  margin-top: 5vh;
}

.sipsubheading {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
  color: #410900;
}

.medal-container {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.medal {
  width: 20vh;
  z-index: 3;
}

.intro-s1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s1 {
  color: white;
  font-family: 'STIX Two Text', serif;
  font-size: 1.5rem;
  width: 800px;
  text-align: justify;
  line-height: 3rem;
  padding: 1vh;
  border-radius: 20px;
  z-index: 3;
}

.sol-s2 {
  width: 100%;
  height: auto;
  padding: 15vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  z-index: 3;
}

.sol-photowrapper, .sol-textwrapper {
  padding: 1vh;
}

.solphoto {
  width: 30vw;
}

.s2 {
  color: white;
  font-family: 'STIX Two Text', serif;
  font-size: 1.5rem;
  line-height: 3rem;
}

.solname {
  font-family: 'sophillia';
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 2.5rem;
  padding-bottom: 1rem;
  color: white;
}

.solnamered {
  color: #D73857;
}

.soldetails {
  color: white;
  font-family: 'roboto';
  font-weight: 200;
  font-size: 1rem;
  line-height: 3vh;
}

.lgphotocontainer {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url("images/lg-photo-1.jpg"), -webkit-gradient(linear, left bottom, left top, from(rgba(134, 0, 20, 0.514)), to(rgba(222, 217, 115, 0.473)));
  background: url("images/lg-photo-1.jpg"), linear-gradient(0deg, rgba(134, 0, 20, 0.514) 0%, rgba(222, 217, 115, 0.473) 100%);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.lg2 {
  background: url("images/lg-photo-2.jpg"), -webkit-gradient(linear, left bottom, left top, from(rgba(134, 0, 20, 0.514)), to(rgba(222, 217, 115, 0.473)));
  background: url("images/lg-photo-2.jpg"), linear-gradient(0deg, rgba(134, 0, 20, 0.514) 0%, rgba(222, 217, 115, 0.473) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.lg3 {
  background: url("images/lg-photo-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.lgphotocap {
  color: white;
  font-family: 'Roboto', sans-serif;
  background: rgba(13, 0, 0, 0.817);
  padding: 2vh;
  border-radius: 7px;
  margin-bottom: 4vh;
}

.share-container {
  width: 100%;
  padding: 0vw 15vw 15vw 15vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-wrapper {
  width: 100%;
  background: #0a00003b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1vw;
  border-radius: 10px;
  border: 1px solid #322825;
}

.fa-link, .fa-facebook-f, .fa-twitter {
  font-size: 2vh;
  margin-right: 1vh;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vh;
}

.sharebtn {
  padding: 2vh;
  margin: 0.2vw;
  border-radius: 5px;
  border: none;
  background: #D0AF00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sharebtn:hover {
  background: #f9e26c;
}

.sip-container {
  width: 100%;
  height: auto;
  background: #FFD8AA;
  padding: 10vh;
}

.cus-logocontainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cuslogo {
  width: 30vw;
}

.sip-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sip-photowrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sipphoto {
  width: 35vw;
}

.sipname {
  color: #410900;
  max-width: 600px;
}

.magbtn {
  background: #D73857;
  border: none;
  padding: 2vh 5vw;
  border-radius: 5px;
  color: white;
  font-family: 'roboto', sans-serif;
  font-size: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.magbtn:hover {
  background: #c30329;
}

.footer {
  width: 100%;
  background: #0A0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1vh;
}

.copyrighttext {
  font-family: 'roboto', sans-serif;
  color: #757575;
  font-size: 1rem;
}

#myInput {
  display: none;
}

.drop-cap {
  float: left;
  font-size: 7rem;
  line-height: 4.5rem;
  padding-top: 1rem;
  padding-right: .25rem;
  margin-left: -0.5rem;
  font-family: 'STIX Two Text', serif;
  color: #D73857;
}

.video-container {
  width: 100%;
  height: auto;
  padding: 15vw;
}

.player {
  width: 100%;
  height: 60vh;
  border-radius: 20px;
  overflow: hidden;
}

.iframe {
  width: 100%;
  height: 60vh;
}

@media only screen and (max-width: 1366px) {
  .topsubheading {
    top: 75vh;
  }
  .ml1 {
    font-size: 7.7rem;
  }
  .ml2 {
    font-size: 13rem;
  }
  .ml3 {
    font-size: 9.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .intro-s1 {
    padding: 2vh;
  }
  .sol-s2 {
    padding: 15vw 2vh 15vw 2vh;
  }
  .solphoto {
    width: 40vw;
  }
  .share-container {
    padding: 2vh;
  }
  .share-wrapper {
    padding: 2vh;
  }
  .sharebtn {
    margin: 1vw;
  }
  .sip-container {
    padding: 5vh 2vh 10vh 2vh;
  }
  .cus-logocontainer {
    padding: 5vh;
  }
}

@media only screen and (max-width: 820px) {
  .s1 {
    width: 100%;
  }
  .poppy {
    width: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .ml1 {
    font-size: 7rem;
  }
  .ml2 {
    font-size: 12rem;
    margin-left: 6rem;
  }
  .ml3 {
    font-size: 9rem;
  }
  .sol-s2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .sip-container {
    padding: 10vh 2vh 10vh 2vh;
  }
  .cuslogo {
    width: 80%;
  }
  .sip-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sip-wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .sipphoto {
    width: 100%;
  }
  .sipsubheading {
    padding: 1vh 0vh 1vh 0vh;
  }
  .video-container {
    padding: 2vh;
  }
}

@media only screen and (max-width: 600px) {
  .ml1 {
    font-size: 7vh;
    margin-left: -2vw;
    line-height: 0rem;
  }
  .ml2 {
    font-size: 13vh;
    margin-left: 1vw;
    line-height: 15vh;
  }
  .ml3 {
    font-size: 9vh;
    margin-left: -2vw;
    line-height: 4vh;
  }
  .gradient, video {
    position: absolute;
  }
  .poppy {
    width: 45vw;
  }
  .subheading {
    width: 100%;
    padding: 2vh;
  }
  .topsubheading {
    top: 70vh;
  }
  .s1 {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.5rem;
  }
  .solphoto {
    width: 100%;
  }
  .solname {
    font-size: 2rem;
  }
  .s2 {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2.5rem;
  }
  .lgphotocontainer {
    padding: 2vh;
  }
  .btn-wrapper {
    display: block;
    width: 100%;
  }
  .sharebtn {
    width: 100%;
    padding: 2vh;
  }
  .cuslogo {
    width: 100%;
  }
  .lgphotocontainer, .lg2, .lg3 {
    background-size: 400%;
  }
  .drop-cap {
    font-size: 5.4rem;
    line-height: 3.5rem;
    padding-top: 1rem;
    padding-right: .25rem;
    margin-left: -0.5rem;
  }
  .cus-logocontainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .magbtn {
    width: 100%;
  }
}
/*# sourceMappingURL=style-v1.css.map */