.body {
    font-family: 'Roboto', sans-serif;
}

.navbar.is-me .navbar-item{
    font-size: 13px;
}

.is-light.is-me {
    background: #F2F6FA;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.is-light.is-bold.is-me {
    background-image: linear-gradient(141deg,#F2F6FA 71%,#fff 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.box.sign-in.is-me {
    margin-top: 5rem;
}

.avatar.sign-in.is-me {
    margin-top: -70px;
    padding-bottom: 20px;
}

.avatar img {
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
    box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
}

input.is-me {
    font-weight: 300;
}

p.is-me {
    font-weight: 700;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.parallax { 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-mitra{
    margin: auto; 
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}

.logo-mitra:hover{
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
}