@font-face {
	font-family: "theme-font-bold";
	src: url("../fonts/Raleway-SemiBold.ttf");
}

@font-face {
	font-family: "theme-font";
	src: url("../fonts/Raleway-Light.ttf");
}

*:not(form *) {
        user-select: none;
        -webkit-user-select: none;
}

html {
    height: 100%;
    background-color: #ff6169;
}

body {
	margin: 0px;
}

h1 {
    font-size: 37px;
    color: #ffffff;
    text-align: left;
    font-family: theme-font-bold;
    font-weight: normal;
    padding-top: 60px;
    padding-bottom: 12px;
    padding-right: 70px;
    margin-top: 5vh;
    width: 500px;
}

h1.right {
    text-align: right;
    margin-left: auto;
}

h2 {
    font-size: 23px;
    color: #ffffff;
    text-align: center;
    font-family: theme-font-bold;
    padding-top: 30px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    width: 750px;
}

h3 {
    font-size: 20px;
    color: #ffffff;
    font-family: theme-font-bold;
    padding-top: 14px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    width: 750px;
    text-align: center;
}

h4 {
    font-size: 17px;
    color: #202020;
    text-align: center;
    font-family: theme-font-bold;
    margin-top: 35px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    width: 750px;
}

h5 {
    font-size: 15px;
    color: #808080;
    text-align: center;
    font-family: theme-font-bold;
    margin-top: 35px;
    margin-bottom: -20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
    font-style: italic;
    width: 750px;
}

p, ul, li {
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    width: 700px;
    font-size: 14px;
    font-family: theme-font;
    line-height: 160%;
    color: #ffffff;
    text-align: center;
}

li {
    text-align: left;
}

p span {
    display: block;
    font-family: theme-font;
    font-size: 35px;
}


#topbar {
	display: block;
	background-color: #ff6169;
	height: 130px;
	width: 100%;
	box-shadow: 0px 8px 8px #d0d0d0;
}

.section {
    border-top: 9px solid #ffffff;
    background-color: #ff6169;
}

.section:first-child {
    border-top: none;
}

.section.legal {
    background-color: #d9d9d9;
    padding-bottom: 70px;
}

.legal h1 {
    text-align: center;
    padding-right: 0px;
    width: unset;
}

.legal h1, .legal h2, .legal h3, .legal p, .legal ul, .legal li, .legal a {
    color: #101010;
    user-select: text !important;
    -webkit-user-select: text !important;
}

.legal p, .legal ul, .legal li {
    font-size: 17px;
}

#section-head {
    background-image: url("../image/background-head.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #999999;
    height: 900px;
}

.subtitle {
    display: block;
    padding-bottom: 50px;
    text-align: left;
    color: #ffffff;
    font-size: 27px;
    font-family: theme-font;
    margin-right: 70px;
    width: 500px;
}

.subtitle.right {
    text-align: right;
    margin-left: auto;
}

#topbar span {
	display: block;
	width: 100%;
	height: 100%;
	text-align:center;
	color: #ffffff;
	font-size: 45px;
	padding-top: 42px;
	font-family: theme-font;
}

#content {
	width: 100%;
}

#bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.button, input[type=submit] {
    text-decoration: none;
    color: white;
    background-color: #ff6169;
    background: none;
    border: none;
    padding-top: 1.2vh;
    padding-bottom: 1.2vh;
    border-radius: 50px;
    display: block;
    font-family: theme-font-bold;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}

.button {
    font-size: 20px;
}

.download-button {
    background-color: white;
    color: #555555;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
}

.download-button.gray {
    background-color: #555555;
    color: #ffffff;
}

.download-button.red {
    color: #ff6169;
}

.download-button.right {
    clear: left;
    float: right;
    margin-right: 70px;
}

#head-left-bar {
    background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0));
    width: 40%;
    padding-left: 70px;
    height: 100%;
}

#head-text-bar {
    padding-left: 70px;
    margin-top: -700px;
    position: absolute;
}

.logo {
	width: 230px;
	display: block;
	padding-top: 70px;
    padding-bottom: 150px;
}

#phone-profile {
    width: 350px;
    display: block;
    left: 50%;
    margin-left: -175px;
    top: 100px;
    padding-top: 10px;
    padding-bottom: 90px;
    z-index: 2;
    position: absolute;
    float: left;
}

#head-appstore-button {
    display: block;
    height: 60px;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-left: 240px;
    top: 400px;
}

#section-find-people {
    height: 450px;
}

#find-people-img {
    background-image: url(../image/image-girl.jpg);
    background-size: cover;
    position: absolute;
    height: 450px;
    width: 600px;
    border-right: 9px solid #ffffff;
}

#section-discover-devices {
    background-color: #d9d9d9;
    height: 850px;
}

#section-discover-devices h1 {
    padding-top: 150px;
    color: #555555;
    padding-left: 450px;
}

#section-discover-devices .subtitle {
    color: #555555;
    padding-left: 450px;
}

#phone-discover {
    width: 430px;
    display: block;
    padding-left: 35px;
    margin-top: 7vh;
    padding-bottom: 10px;
    float: left;
}

#section-chat {
    background-image: url("../image/background-chat.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #999999;
    height: 730px;
}

#chat-text-bar {
    margin-top: -480px;
    padding-left: 70px;
    position: absolute;
}

.fileinfo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 10px;
    width: 600px;
    text-align: center;
    color: #999999;
    font-size: 21px;
    border: 1px solid #afafaf;
    border-left-width: 0px;
    border-right-width: 0px;
}

.fileinfo span {
    display: block;
    margin: 4px;
    font-family: theme-font;
}

#footer {
    padding-bottom: 10px;
    height: unset;
}

a {
    text-decoration: underline;
    color: #ffffff;
}

#footer a {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1.5px solid #ffffff;
}

#footer a:first-of-type {
    border-left: none;
    padding-left: 0px;
}

#footbar {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	margin-top: 80px;
	margin-bottom: 50px;
	border-top: 1px solid #afafaf;
	color: #999999;
	padding-top: 15px;
}

#footbar span {
	font-size: 20px;
	display: block;
	padding-left: 20px;
	font-family: theme-font;
}

input[type=email], input[type=text], input[type=password] {
    border: 2px solid #ffffff;
    background: none;
    height: 50px;
    width: 250px;
    text-align: left;
    font-family: theme-font;
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    display: block;
}

input[type=submit] {
    color: #ff6169;
    background-color: #ffffff;
    font-size: 17px;
}

input:focus {
    outline-width: 0;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.68);
}

input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.68);
}

input {
    margin-left: auto;
    margin-right: auto;
}

form {
    margin-top: 40px;
    margin-bottom: 40px;
}
