@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
#parallax h1,
#parallax h2,
#parallax h3 {
  color: #000;
  font-family: "Oswald", sans-serif; }

#parallax h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }

#parallax h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 10px;
  opacity: 0.7;
  text-align: center;
  text-shadow: 2px 4px #000;
  text-transform: uppercase;
  z-index: 10; }

#parallax h3 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 8px;
  line-height: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

#parallax p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  margin-bottom: 2em; }

#parallax .first-character {
  color: #d1272e;
  float: left;
  font-size: 84px;
  padding: 4px 8px 0 3px;
  font-family: "Source Sans Pro", sans-serif; }

#parallax .title {
  background: #fff;
  margin: 0 auto;
  padding: 10px;
  text-align: center; }
  #parallax .title h1 {
    font-size: 45px;
    letter-spacing: 13px; }

#parallax .block {
  background: #fff;
  margin: 0 auto;
  padding: 60px;
  text-align: justify;
  width: 820px; }
  #parallax .block li {
    margin: 1em;
    margin-left: 3em; }
    #parallax .block libefore {
      content: "\f006";
      font-family: "FontAwesome";
      float: left;
      margin-left: -1.5em;
      color: #0074d9; }

#parallax .footer {
  height: 50px;
  margin: 0 auto;
  padding: 0px 0 15px 0;
  background: #ececec;
  border-top: 1px solid #dedede;
  font-family: Arial, Helvetica, sans-serif; }
  #parallax .footer p {
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #a0a0a0; }

#parallax .parallax-one,
#parallax .parallax-two,
#parallax .parallax-three,
#parallax .parallax-four,
#parallax .parallax-five,
#parallax .parallax-six {
  background-attachment: fixed;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 200px;
  position: relative;
  width: 100%; }

#parallax .parallax-one {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_9t.png"); }

#parallax .parallax-two {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_1t.png"); }

#parallax .parallax-three {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_2t.png"); }

#parallax .parallax-four {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_8t.png"); }

#parallax .parallax-five {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_5t.png"); }

#parallax .parallax-six {
  background-image: url("/images/mcs/MeekCoverSystem_Screenshot_6t.png"); }

.video-container .mcs-video {
  width: 100%;
  height: auto;
  background-position: center center;
  background-size: contain;
  object-fit: fill; }

/* Fade in Animations */
/**************************/
.fade-in-class {
  -webkit-animation: fade-in 12s;
  -moz-animation: fade-in 12s;
  animation: fade-in 12s;
  margin-top: -20% }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fade-in {
  .fade-in-class 0% {
    opacity: 0;}
  .fade-in-class 100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* Media Queries */
/**************************/
@media screen and (min-width: 1100px) {
  .fade-in-class {
    margin-top: -10%;  }
  #parallax .parallax-one {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax .block {
    padding: 40px;
    width: 620px; } }

@media screen and (max-width: 767px) {
  #parallax .block {
    padding: 30px;
    width: 420px; }
  #parallax h2 {
    font-size: 30px; }
  #parallax .block {
    padding: 30px; }
  #parallax .parallax-one,
  #parallax .parallax-two,
  #parallax .parallax-three {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media screen and (max-width: 479px) {
  #parallax .block {
    padding: 30px 15px;
    width: 290px; } }

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 1366px) {
  #parallax .parallax-one,
  #parallax .parallax-two,
  #parallax .parallax-three,
  #parallax .parallax-four,
  #parallax .parallax-five,
  #parallax .parallax-six {
    background-attachment: scroll; } }

/**
 * The other theme for this menu
 */
.circular-menu {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 10; }
  .circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background-color: #fd4235;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: white;
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0; }
    .circular-menu .floating-btn:active {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
    .circular-menu .floating-btn i {
      font-size: 1.3em;
      transition: transform .2s; }
  .circular-menu:after {
    display: block;
    content: ' ';
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    background-color: #fd4235;
    transition: all .3s ease; }
  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0; }
  .circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    text-align: center;
    line-height: 3;
    background-color: rgba(0, 0, 0, 0.1);
    transition: transform .3s ease, background .2s ease; }
    .circular-menu .menu-item:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.circular-menu.active .floating-btn {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .circular-menu.active .floating-btn i {
    transform: rotate(-45deg); }

.circular-menu.active:after {
  transform: scale3d(5.5, 5.5, 1);
  transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1); }

.circular-menu.active .menu-item {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(1em, -7em, 0); }
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3.5em, -6.3em, 0); }
  .circular-menu.active .menu-item:nth-child(3) {
    transform: translate3d(-6.5em, -3.2em, 0); }
  .circular-menu.active .menu-item:nth-child(4) {
    transform: translate3d(-7em, 1em, 0); }

.circular-menu.circular-menu-left {
  right: auto;
  left: 1em; }
  .circular-menu.circular-menu-left .floating-btn {
    background-color: #4387f4; }
  .circular-menu.circular-menu-left:after {
    background-color: #4387f4; }

.circular-menu.circular-menu-left.active .floating-btn i {
  transform: rotate(90deg); }

.circular-menu.circular-menu-left.active .menu-item:nth-child(1) {
  transform: translate3d(-1em, -7em, 0); }

.circular-menu.circular-menu-left.active .menu-item:nth-child(2) {
  transform: translate3d(3.5em, -6.3em, 0); }

.circular-menu.circular-menu-left.active .menu-item:nth-child(3) {
  transform: translate3d(6.5em, -3.2em, 0); }

.circular-menu.circular-menu-left.active .menu-item:nth-child(4) {
  transform: translate3d(7em, 1em, 0); }

  
#footer .copyright {
  font-family: "Scope One", serif;
  font-weight: 300;
  line-height: 1.65;
  background-color: #222;
	color: #bfbfbf;
  font-size: 0.9em;
  margin: 0 0 2em 0;
  padding: 0;
  text-align: center;
}

#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: inherit;
	text-decoration: none;
}

