html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block !important;
}

body {
  line-height: 1 !important;
}

ol, ul {
  list-style: none !important;
}

blockquote, q {
  quotes: none !important;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0 !important;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none !important;
}

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

html {
  font-size: 100% !important;
  height: 100% !important;
}

body {
  height: 100% !important;
  min-width: 768px !important;
  color: #fff !important;
  font-family: "Gotham A","Gotham B","Helvetica Neue",Helvetica,Tahoma,"Arial Unicode MS",sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.reviews a {
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
}

.mainContent {
  opacity: 1 !important;
}

.tweet-cloud-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  min-width: 768px;
  height: 100%;
  min-height: 664px;
  overflow: hidden;
}

.tweet-cloud-background {
  position: absolute;
  background-image: url("../assets/images/bg.jpg");
  background-position: center;
  background-size: 100% 100%;
  width: 1800px;
  height: 1080px;
  right: 0;
}

.cloud-1 {
  position: absolute;
  background-image: url("../assets/images/cloud.png");
  background-position: center;
  background-size: 100% 100%;
  width: 1467px;
  height: 635px;
  opacity: .75;
}

.cloud-2 {
  position: absolute;
  background-image: url("../assets/images/cloud2.png");
  background-position: center;
  background-size: 100% 100%;
  width: 593px;
  height: 290px;
  top: 15%;
  opacity: .75;
}

.tweet-cloud-foreground {
  position: absolute;
  background-image: url("../assets/images/fg.png");
  background-position: center;
  background-size: 100% 100%;
  width: 449px;
  height: 487px;
  top: 52.5%;
  right: 4.3%;
}

.cloud-tweets {
  position: absolute;
  width: 100%;
  height: 380px;
  top: 70px;
  text-transform: uppercase;
  overflow: hidden;
}

.tweet {
  position: absolute;
}

.tweet > a {
  white-space: nowrap;
}

.tweet.small {
  font-size: 13px;
  font-size: .8125rem;
  opacity: .35;
}

.tweet.medium {
  font-size: 19px;
  font-size: 1.1875rem;
  opacity: .55;
}

.tweet.large {
  font-size: 26px;
  font-size: 1.625rem;
  opacity: .85;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 9995;
  text-align: center;
}

.lightbox-container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 20%;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-content {
  position: relative;
  display: inline-block;
  width: 630px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 25px;
}

.tweet-text {
  color: #505050;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

.tweet-info {
  color: #505050;
  font-size: 12.8px;
  font-size: .8rem;
  font-style: italic;
  text-align: left;
  padding-left: 35px;
}

.tweet-info > a {
  color: #505050;
  font-weight: 400;
}

.tweet-avatar {
  float: left;
  margin-top: 25px;
  margin-left: 35px;
  margin-right: 15px;
}

.full-name {
  display: block;
  color: #505050 !important;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  text-align: left;
  margin-left: 26px;
  padding-top: 27px;
  padding-bottom: 2px;
}

.username {
  color: #505050 !important;
  display: block;
  font-weight: 400;
  text-align: left;
}

.username:hover {
  color: #505050 !important;
}

.lightbox-close-button {
  position: absolute;
  display: inline-block;
  background-color: #c50006;
  width: 44px;
  height: 44px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 38px;
  cursor: pointer;
}

.arrows {
  display: none;
}

.arrow {
  position: absolute;
  width: 6%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}

.left-arrow {
  left: 0;
  background-image: url("../assets/images/arrow_left.png");
}

.right-arrow {
  right: 0;
  background-image: url("../assets/images/arrow_right.png");
}
