/*HTML page*/
/*navigation*/
.navbar {
    background-color: #fff;
    border-bottom: none;
    border-bottom: 1px solid #ededed;
    color: #888;
}

.navbar-brand {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    color: #000;
}
.navbar #navilinks li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
}
.navbar .navbar-brand img {
    width: 180px;
    height: auto;
    position: relative;
    bottom: 15px;
}
.navbar #userlinks li a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
}
.navbar #userlinks img {
    height: 25px;
    width: 25px;
    border-radius: 12px;
}

#topspacing {
    height: 80px;
}

form label {
    font-family: "Fira Sans", sans-serif;
    font-size: 12px;
    color: #6a6a6a;
}

/*fonts*/
h1 {
    font-family: "Fira Sans", sans-serif;
    font-size: 50px;
    color: #fff;
}
h2 {
    font-family: "Fira Sans", sans-serif;
    font-size: 35px;
    color: #336ddb;
}
h3 {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    color: #6a6a6a;
}
h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #6a6a6a;
}
h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #6a6a6a;
}
p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #6a6a6a;
}

.btn-primary {
    background-color: #336ddb;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

/*content*/
#valueprop {
    text-align: center;
}
#valueprop h1 {
    color: #336ddb;
    font-size: 100px;
}
.spacing {
    padding-top: 50px;
    padding-bottom: 50px;
}
#contactform {
    background-color: #f7f7f7;
}

#footer {
    height: 50px;
    background-color: #6a6a6a;
}
