@font-face {
    font-family: 'Lufga';
    src: url('../fonts/Lufga-Medium.eot');
    src: local('Lufga Medium'), local('../fonts/Lufga-Medium'),
    url('../fonts/Lufga-Medium%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/Lufga-Medium.woff2') format('woff2'),
    url('../fonts/Lufga-Medium.woff') format('woff'),
    url('../fonts/Lufga-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/Lufga-Regular.eot');
    src: local('Lufga Regular'), local('../fonts/Lufga-Regular'),
    url('../fonts/Lufga-Regular%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/Lufga-Regular.woff2') format('woff2'),
    url('../fonts/Lufga-Regular.woff') format('woff'),
    url('../fonts/Lufga-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lufga';
    src: url('../fonts/Lufga-SemiBold.eot');
    src: local('Lufga SemiBold'), local('../fonts/Lufga-SemiBold'),
    url('../fonts/Lufga-SemiBold%EF%B9%96.eot#iefix') format('embedded-opentype'),
    url('../fonts/Lufga-SemiBold.woff2') format('woff2'),
    url('../fonts/Lufga-SemiBold.woff') format('woff'),
    url('../fonts/Lufga-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
    padding-top: 30px;
}

#header h1 {
    color: black;
    font-family: 'Lufga';
    font-weight: 700;
    margin-top: 30px;
}

#header p {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.01em;
    color: black;
    margin-top: 30px;
}

#app_feature {
    margin-top: 30px;
    margin-bottom: 100px;
}

#app_feature h5 {
    color: black;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 34px;
    letter-spacing: -0.01em;
    margin-top: 80px;
    margin-bottom: 35px;
}

#app_feature h6 {
    color: black;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 34px;
    letter-spacing: -0.01em;
}

#app_feature h3 {
    color: black;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 34px;
    letter-spacing: -0.01em;
}

#app_feature h4 {
    color: black;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.01em;
    margin-top: -10px;
}

#message {
    margin-bottom: 20px;
}

#why-connect {
    padding-top: 100px;
    background: #0E1013;
    padding-bottom: 100px;
}

#why-connect h1 {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 40px;
    line-height: 64px;
    color: white;
    margin-bottom: 70px;
}

.circle {
    background: #1A1D21;
    flex: none;
    height: 80px;
    width: 80px;
    border-radius: 40px;
}

#why-connect h5 {
    color: white;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
    margin-top: 16px;
}

#why-connect p {
    color: black;
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.01em;
}

#footer {
    padding-bottom: 10px;
}

#footer h6 {
    font-family: 'Lufga';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.middle {
    vertical-align: middle;
    text-align:center;
    left:10%;
    position:relative; /*makes left effective*/
    display:table-cell;
}

@media only screen and (min-width: 768px) {
    #header h1 {
        width: 50%;
        margin: 30px auto 0;
    }

    #header p {
        width: 50%;
        margin: 30px auto 0;
    }
}

