@font-face {
    font-family: 'SFUIDisplayHeavy';
    src: url('fonts/SF-UI-Display-Heavy.otf') format('otf');
}

@font-face {
    font-family: 'SFUITextSemi';
    src: url('fonts/SF-UI-Text-Semibold.otf') format('otf');
}

@font-face {
    font-family: 'SFUITextRegular';
    src: url('fonts/SF-UI-Text-Regular.otf') format('otf');
}


* {
  margin: 0;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}

html {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a2ffd+0,23c8ee+100 */
    background: #5a2ffd; /* Old browsers */
    background: -moz-linear-gradient(135deg, #5a2ffd 0%, #23c8ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(135deg, #5a2ffd 0%,#23c8ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5a2ffd 0%,#23c8ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a2ffd', endColorstr='#23c8ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow: hidden;
    background-size: cover;
}

#container {
  width: 85%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.title {
  font-family: 'SFUIDisplayHeavy', sans-serif;
  font-size: 4em;
  font-weight: 700;
  letter-spacing: 0.32px;
}

.subtitle {
  font-family: 'SFUIDisplayHeavy', sans-serif;
  font-size: 1.8em;
  margin-top: 0.17em;
  margin-bottom: 0.17em;
  font-weight: 700;
}

.body {
  font-family: 'SFUITextRegular', sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  width: 100%;
  max-width: 480px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.disclaimer {
  font-family: 'SFUITextSemi', sans-serif;
  font-size: 0.7em;
  margin-top: 24px;
  margin-bottom: 24px;
}

.status {
  font-family: 'SFUITextRegular', sans-serif;
  font-size: 0.6em;
  font-weight: 500;
  width: 100%;
  max-width: 480px;
  margin-top: 44px;
  margin-bottom: 24px;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 0px 0px;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 1px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
  font-family: 'SFUITextSemi', sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  margin-left: 25px;
}

nav a:first-child {
  margin-left: 0px;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/* Effect 7: second border slides up */
.cl-effect-7 a {
	padding: 12px 0px 10px;
	color: #ffffff;
	text-shadow: none;
	font-weight: 500;
}

.cl-effect-7 a::before,
.cl-effect-7 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.cl-effect-7 a::after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.cl-effect-7 a:hover::before,
.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::before,
.cl-effect-7 a:focus::after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

/* NOTE: adds line emerging on top */
/*.cl-effect-7 a:hover::after,
.cl-effect-7 a:focus::after {
	top: 0%;
	opacity: 1;
}*/



.phone {
  position: absolute;
  width: 600px;
  height: auto;
  -webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.phone1 {
  right: 500px;
  top: -400px;
}

.phone2 {
  right: -100px;
  top: -100px;
}

.phone3 {
  right: 100px;
  bottom: -250px;
}


@media only screen and (max-width: 960px) {
    .phone1 {top: -450px; right: 60sa0px;}
    .phone2 {top: -150px; right: -150px;}
    .phone3 {bottom: -250px; right: -150px;}
}

@media only screen and (max-width: 768px) {
    .phone1 {top: -500px;}
    .phone2 {top: -200px; right: -300px;}
    .phone3 {bottom: -350px; right: -200px;}
}

@media only screen and (max-height: 800px) {
  .phone1 {top: -500px;}
  .phone2 {top: -200px; right: -300px;}
  .phone3 {bottom: -350px; right: -200px;}
}

@media only screen and (max-height: 640px) {
    .phone {display: none;}
    html {overflow-y: scroll;}
    #container {position: relative; top: 0%;transform: translateX(-50%) translateY(0%); padding-top: 60px; padding-bottom: 44px;}

    /*top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);*/
}
