﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}





/* Common */
/*a {
    color: black;
}

    a:hover {
        color: black;
    }*/

.mp-title-links a {
    color: black
}

    .mp-title-links a:hover {
        color: black
    }

.link-black {
    color: black
}

    .link-black:hover {
        color: black
    }

.sk-services-box-img {
    width: 140px;
}

.mp-header {
    font-family: "Oswald";
    letter-spacing: .1rem;
    font-weight: 700;
}

.mp-subheader {
    font-family: "Oswald";
    letter-spacing: .1rem;
    font-weight: 300;
}

.mp-mainfont {
    font-family: "Lato";
    font-size: .975rem;
    font-weight: 400;
    line-height: 1.75;
}

.mp-tagfont {
    letter-spacing: 0.06rem;
}

.mp-mainfont-smaller {
    font-family: "Lato";
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.75;
}

.mp-title {
    font-family: "Oswald";
    letter-spacing: .1rem;
    font-weight: 400;
    color: black;
}

.fs-hr {
    height: 1px;
    background-color: lightgray;
}

.fs-p {
    font-family: "Lato";
    font-size: .975rem;
    font-weight: 400;
    line-height: 1.75;
}

.fs-p-small {
    font-family: "Lato";
    font-size: .85rem;
    font-weight: 400;
    line-height: 2;
}

/* Navbar */
.fs-header-item-link {
    font-size: .75rem;
    font-family: "Lato";
}

/* Jumbotron */
/*.fs-jumbotron {
    padding: 100px 0 100px;
    background-image: url('../../Images/header.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}*/

/* Section welcome */
.fs-welcome-intro {
    font-family: "Lato";
    font-size: .9rem;
}

/* Section services */
.fs-services {
    background-color: #F8F8F8;
}

.fs-services-box-header {
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 300;
    font-family: "Oswald";
}

.fs-services-box-title {
    margin-top: 1.75rem;
}

    .fs-services-box-title .fs-p-small {
        margin-top: .4rem;
        font-family: "Lato";
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.3;
    }
/* Contact */


/* Footer */
.fs-copy {
    padding: 1rem 0;
}

.fs-copy-first {
    font-size: .725rem;
    font-family: "Lato";
}

.fs-copy-second {
    margin-top: .25rem;
    font-size: .6625rem;
    font-family: "Lato";
}

@media only screen and (max-width: 600px) {
    .fs-header-small-xs {
        font-size: 1.95rem;
    }
}

.field-validation-error {
    font-family: "Lato";
    font-size: .85rem;
    line-height: 1.75;
    color: red;
    font-weight: 400;
}

.mp-author-img {
    max-width: 8.7rem;
    height: auto;
    width: auto;
    max-height: 8.7rem;
}

.mp-avatar {
    max-width: 3rem;
    max-height: 3rem;
    padding: 0;
    margin-top: 10px;
}

.privacyPoliceInfo {
    font-size: .6rem;
    position: fixed;
    bottom: 0;
    background-color: #464646;
    width: 100%;
    color: lightgray;
    text-align: center;
    padding: 5px 0;
}

.privacyPolice-btn.btn-sm {
    font-size: 0.675rem;
}

.login-form-skarby {
    font-size: 1.3em;
    height: 42px;
}

.btn-xl {
    padding: 20px 40px;
    font-size: 30px;
    border-radius: 10px;
}

.btn-xl-full-width {
    padding: 6px 20px;
    font-size: 20px;
    border-radius: 10px;
    width: 60%;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.m-footer {
    margin-top: 100px;
}

.m-landing {
    margin-top: 150px;
}

.m-landing-footer {
    margin-top: 200px;
}

.modal-header {
    border-bottom: 0 solid;
}

.fs-copy-first a {
    color: #fff;
}

.fs-copy-first a:hover {
    text-decoration: none !important;
}

.border-right {
    min-height: calc(100vh - 220px);
}
