/* "Singularity HQ MOBILE Sections" */

html, body {
  width: 100%;
  line-height: 1.25;
  word-wrap: break-word;
  font-size: 16px;
}

strike {
  text-decoration-color: rgba(200,0,0,1);
}

#gfm-embed {
  width: 100%;
  background-color: inherit;
}

.textCenter {
  text-align: center;
  align-content: center;
}

.headerBox {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
}

.pageBack {
  display: flex;
  justify-content: center;
  content:"";
  height:100vh; /* fix for mobile browser address bar appearing disappearing */
  width: 100%;
  left:0;
  right:0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -10;
  position: fixed;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: inherit;
}

.introduction {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.75;
  color: rgba(255, 255, 255, 1);
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content:"";
  background-position-x: 50%;
  background-position-y: 50%;
  padding: 1rem;
  box-sizing: border-box;
}



.definition {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.75;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  content:"";
  background-position-x: 50%;
  background-position-y: 50%;
  padding: 1rem;
  box-sizing: border-box;
}

.selections {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
}

.singLogo {
  width: 24vh;
  height: 24vh;
}

header {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;

}

.menuButton {
  display: flex;
  width: 100%;
  height: 50vh;
  align-content: flex-start;
  overflow: hidden;
}

.buttonBanner {
  position: absolute;
  background-color: rgba(0, 0, 0, .8);
  padding: .05rem .25rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: rgba(255, 255, 255, 1);
}

.buttonDescript {
  display: flex;
  height: 100%;
  text-align: center;
  align-items:flex-end;
  width: 100%;

}

.buttonDescript h6 {
  background-color: rgba(0, 0, 0, .8);
  color: inherit;
  padding: 1rem;
  width: 100%;
}

.featureBoxes {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 50vh;
}

.flexRow {
  flex-flow: column;
}

.flexReverse {
  flex-flow: column;
}

.featureImage {
  width: 100vw;
  min-height: 100%;
  box-sizing: border-box;
}

.imageOverlay {
  width: 100%;
  height: 100%;
}

.embedText {
  display: flex;
  flex-flow: column;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

.services {
  display: flex;
  flex-flow: column;
  width:20rem;
  height: 25rem;
  border-radius: .3333rem;
  overflow: hidden;
  margin: 2rem 0;
  box-sizing: border-box;

}
.purpleFrame {
  border: 3px solid rgba(200, 0, 255, 1);
}
.greenFrame {
  border: 3px solid rgba(0, 160, 0, 1);
}
.goldFrame {
  border: 3px solid rgba(220, 160, 0, 1);
}

.servicesFeature {
  display: block;
  width: 100%;
  height: 120%;
}
.servicesDescription {
  display: flex;
  flex-flow: wrap;
  text-align: center;
  width: 100%;
  height: 80%;
  align-items: center;
  box-sizing: border-box;
  padding: 1rem;
}
.servicesDescription h3, .servicesDescription h4, .servicesDescription h5, .servicesDescription h6 {
  line-height: normal;
  width: 100%;
}
.featureText {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(20, 0, 40, 1);
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}

.featureText h4 {
  text-align: center;
  width: 100%;
}

.PurpleButton {
  margin-left: 2rem;
  width: 80%;
  background-color: rgba(30, 0, 70, 1);
  color: rgba(255, 255, 255, 1);
  padding: .5rem;
  text-align: center;
  border-radius: 1rem;
}

.GreenButton {
  margin-left: 2rem;
  width: 80%;
  background-color: rgba(0, 30, 0, 1);
  color: rgba(255, 255, 255, 1);
  padding: .5rem;
  text-align: center;
  border-radius: 1rem;
}

.YellowButton {
  margin-left: 2rem;
  width: 80%;
  background-color: rgba(220, 160, 0, 1);
  color: rgba(255, 255, 255, 1);
  padding: .5rem;
  text-align: center;
  border-radius: 1rem;
}

.majorText {
  margin: 1rem;
}

.socialSection {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 100vh;
}

.socialbutton {
  display: flex;
  flex-flow: row;
  align-items: center;
  border-radius: .5rem;
  box-sizing: border-box;
  margin: auto 2.5rem;
  background-color: rgba(0, 0, 0, .8);
  box-shadow: .125rem .125rem rgba(160, 0, 160, .5);
}

.socialicon {
  height: 8vh;
  /* 'Change this to be 100% height'*/
}

.socialbutton h5 {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.deskOnly {
  display: none;
}
.mobileOnly {
  display: flex;
}

.whiteback {
  background-color: rgba(255,255,255,1);
}

.redBorder {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
}
.greenBorder {
  border-top: 1px solid green;
  border-bottom: 1px solid green;
}
.blueBorder {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
}
.purpleBorder {
  border-top: 1px solid purple;
  border-bottom: 1px solid purple;
}
.orangeBorder {
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}

.purpleGlass {
  background-color: rgba(30, 0, 70, 0.4);
}
.darkPurpleGlass {
  background-color: rgba(20, 0, 40, 0.6);
}
.whiteGlass {
  background-color: rgba(0, 0, 0, 0.4);
}
.darkerGlass {
  background-color: rgba(0, 0, 0, 0.6);
}
.purpleWriting {
  background-color: rgba(30, 0, 70, 0.6);
  padding: 1rem;
}
.darkPurpleWriting {
  background-color: rgba(30, 0, 60, 0.9);
  padding: 1rem;
}
.greenWriting {
  background-color: rgba(0, 30, 0, 0.75);
  padding: 1rem;
}
.darkGreenWriting {
  background-color: rgba(0, 30, 0, 0.9);
  padding: 1rem;
}
.darkGreenText {
  background-color: rgba(0, 30, 0, 1);
  padding: 1rem;
}
.darkPurpleText {
  background-color: rgba(30, 0, 60, 1);
  padding: 1rem;
}
.darkYellowText {
  background-color: rgba(160, 100, 0, 1);
  padding: 1rem;
}
.blackWriting {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}
.darkerBlackWriting {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 1rem;
}
.redWriting {
  background-color: rgba(140, 0, 0, .5);
}
.darkRedWriting {
  background-color: rgba(60, 0, 0, 0.5);
  padding: 1rem;
}
.yellowWriting {
  background-color: rgba(220, 160, 0,.8);
  color: rgba(30, 0, 70, 1);
}
.darkYellowWriting {
  background-color: rgba(160, 100, 0, .65);
  padding: 1rem;
}
.blueWriting {
  background-color: rgba(, 0, 0, 140, .6);
  padding: 1rem;
}
.darkBlueWriting {
  background-color: rgba(0, 0, 140, 0.8);
  padding: 1rem;
}
.turqWriting {
  background-color: rgba( 0, 80, 140, .6);
  padding: 1rem;
}
.darkTurqWriting {
  background-color: rgba(0, 80, 110, 0.8);
  padding: 1rem;
}

.whiteWriting {
  background-color: rgba(255, 255, 255, 1);
  padding: 1rem;
}


.solidWhite {
  background-color: rgba(255, 255, 255, 1);
}
