@font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?11834645');
    src: url('../font/fontello.eot?11834645#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?11834645') format('woff'),
         url('../font/fontello.ttf?11834645') format('truetype'),
         url('../font/fontello.svg?11834645#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    padding:0;
    margin:0;
    font-family: Manrope;
    font-style: normal;
    position: relative;
    min-height: 100vh;
}
a {
    text-decoration: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
.navbar a,.navbar a:visited {
    color: #585858;
    padding: 30px 20px;
    display: inline-block;
    vertical-align: middle;
}
.navbar a:hover {
    color: #000;
}
.navbar .nav-selected {font-weight:bold;}
#navbarLeft {float:left;}
#navbarRight {float:right;}
#mobilemenu {display:none;}
.logo {width:auto;height:50px;}
.navbar a.logolink {padding:14px 20px;}
h1 {margin-bottom: 35px;}
.clear{clear:both;}
.hero {
    background: linear-gradient(220.55deg, #340b48 0%, #12c2e9 100%);
    color: #fff;
    padding: 50px 0px;
    text-align: center;
}
h2 {font-weight:600;margin-top: 40px;}
.urlinput {
    background-color: rgba(255,255,255,.35);
    color: #fff;
    border: none;
    border-radius: 19px;
    width: 400px;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1;
    outline: none;
}
.urlinput::-webkit-input-placeholder {
    color: #fff;
}
.urlinput:-moz-placeholder {
    /* FF 4-18 */
    color: #fff;
    opacity: 1;
}
.urlinput::-moz-placeholder {
    /* FF 19+ */
    color: #fff;
    opacity: 1;
}
.urlinput:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}
.urlinput::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.urlinput::placeholder {
    /* modern browser */
    color: #fff;
}
.submitshort {
    outline: 2px solid transparent;
    outline-offset: 2px;
    text-decoration-line: none;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
    border: 0;
    background-color: #6cbfbe;
    box-shadow: none;
    padding: 12px;
    border-radius: 19px;
    width: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -20px;
    font-size: 15px;
    cursor: pointer;
}
.submitshort:hover {
    background-color: #3e9190;
}
.notification{
    font-size: 22px;
    font-weight: bold;
    color: #ebf6ff;
}
#features {
    text-align: center;
    color: #12376e;
    margin-top: 50px;
    padding-bottom: 64px;
}
.section-heading h3 {
    font-size:35px;
    margin-bottom: 8px;
}
.section-heading p {
    font-size: 20px;
    margin-bottom: 60px;
}
#features .section-body {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 50px;
}
.feature-item {
    flex: 0 0 33.333333%;
    padding: 20px;
    box-sizing: border-box;
}
#features .divider::after {
    content: "";
    position: relative;
    height: 4px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 13px auto;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
    background: #12376e;
}
.feature-head {
    font-weight: 600;
    margin: 5px auto 10px;
}

.footer {
    text-align: center;
    background: linear-gradient(220.55deg, #340b48 0%, #12c2e9 100%);
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    box-sizing: border-box;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-chart-bar:before { content: '\e800'; } /* '?' */
.icon-lock:before { content: '\e801'; } /* '?' */
.icon-forward:before { content: '\e802'; } /* '?' */
.icon-edit:before { content: '\e803'; } /* '?' */
.icon-tasks:before { content: '\f0ae'; } /* '?' */
.icon-connectdevelop:before { content: '\f20e'; } /* '?' */
.icon-braille:before { content: '\f2a1'; } /* '?' */
.icon-address-book:before { content: '\f2b9'; } /* '?' */
.icon-search:before { content: '\f50d'; } /* '?' */
.icon-qrcode:before { content: '\e804'; } /* '?' */
.feature-icon {font-size: 70px;}

.account {padding-bottom: 140px;}
.account h3 {
    text-align: center;
    padding: 10px 0px 60px;
}
.level {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0px 80px;
}
.level-left, .level-right {
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
}
.level-left {
    align-items: center;
    justify-content: flex-start;
}
.level-right {
    align-items: center;
    justify-content: flex-end;
}
.level-item {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
}

.button {
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 16px;
    height: 20px;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    background-color: white;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
}
.button.is-danger{
    background-color: #cd3c59;
    border-color: transparent;
    color: #fff;
}
.button.is-danger:hover {
    background-color: #af334c;
}
.button.is-success {
    background-color: #52a9a8;
    border-color: transparent;
    color: #fff;
    margin-right: 15px;
}
.button.is-success:hover {
    background-color: #3e9190;
}
.table {
    width: 100%;
    color: #363636;
    border-collapse: collapse;
    border-spacing: 0;
}
.table td, .table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}
.table thead td, .table thead th {
    border-width: 0 0 2px;
    color: #363636;
}
.table th:not([align]),.table td:not([align]) {
    text-align: left;
}
.table a, .table a:visited {
    color: #12376e;
}

form {
    width: 500px;
    margin: 70px auto;
}
.hero-body form {width:auto;}
.notification {
    font-size: 20px;
    font-weight: bold;
    color: #ebf6ff;
}
.form {margin: 40px auto;}
.form h3 {margin:40px auto;text-align:center;}
.form .button {
    height: 40px;
    display: block;
    margin: 30px auto 40px;
}
.form label {
    color: #383838;
    margin: 10px 0px;
    display: block;
}
input[type="text"], input[type="password"], input[type="email"],textarea {
    display: flex;
    width: 100%;
    padding: 10px;
    border: 1px solid #12376e;
    border-radius: 5px;
    background: #f7f7f7;
    margin-bottom: 20px;
    outline: none;
}
.error {
    color: red;
    text-align: center;
    font-weight: 800;
}
.success {
    color: #12376e;
    text-align: center;
    font-weight: 800;
}
.red {
    color: red;
}
input[type="text"].nofun {
    display: none;
    visibility: hidden;
}
#contact, section.register, section.login {
    padding-bottom: 64px;
}

#page404 {
background: #f7fafc;
}
.notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #a0aec0;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.notfound .code {
    float: left;
    border-right: 1px solid;
    padding: 0px 10px;
}
.notfound .msg {
    padding: 0px 10px;
    float: left;
}

@media only screen and (max-width: 1200px) {
    h1 {font-size:20px;}
    h2 {font-size:20px;}
    .container {width: auto;}
    section.login,
    section.register
    {padding: 0px 10px 64px;}
}

@media only screen and (max-width: 800px) {
    #mobilemenu {
        float: right;
        color: #585858;
        padding: 30px 20px;
        font-size: 20px;
        display: block;
        float: right;
    }
    .bmenu {
        width: 30px;
        height: 20px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        margin-top: -5px;
        background: url(../images/menu.svg) no-repeat center center;
        background-size: 30px;
    }
    #navbarRight {
        display:none;
        background: #343434;
        float: none;
        clear: both;
    }
    h1,h2 {padding: 0px 20px;}
    #navbarRight a {
        display: block;
        color: white;
        text-align: center;
        padding: 11px 26px 10px;
        text-decoration: none;
        font-size: 1.2em;
        border-bottom: 3px solid transparent;
        transition: color 1s cubic-bezier(0,.51,.56,.97);
    }

    .table {
        padding: 10px;
        display: block;
    }
    .table thead {
        visibility: hidden;
        height: 0;
        position: absolute;
    }
    .table tr {
        display: block;
        margin-bottom: 20px;
    }
    .table th:not([align]), .table td:not([align]) {
        border: 1px solid;
        border-bottom: none;
        display: block;
        font-size: 14px;
        text-align: right;
    }
    .table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    .table td:last-child {
        border-bottom: 1px solid;
    }


}

@media only screen and (max-width: 600px) {
    .urlinput {width: 50%;}
    .feature-item {flex: 0 0 50%;}
    h1,h2 {font-size:17px;}
    .section-heading h3 {font-size:30px;}
    .section-heading p {font-size:18px;}
    .level {flex-wrap: wrap;}
    form {
        width: 80%;
    }
    .notfound {
        font-size: 17px;
    }
}
