@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900");

html,
body,
table,
td,
p {
    font-family: "Montserrat", sans-serif;
	font-weight: 300
}

body {
    /* The image used */
    background-image: url("/wp-content/uploads/map-1.svg");
	
	height: inherit;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

strong {
	font-weight: 400;
}

.menu-item {
	font-weight: 400
}

.mb-6 {
    margin-bottom: 5rem !important;
}

/* Viewport container for development */
#viewport {
	display: none
}

/* Override the main.css max-width style */
img {
    max-width: initial;
}

.site-content {
    margin-top: 3.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .site-content {
        margin-top: 6rem;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 40em) {
    .featurette-heading {
        font-size: 35px;
    }
}

.text-mapalize-red {
    color: #f24a4a;
}

.bg-mapalize-red {
    background-color: #f24a4a;
}

#footer-widget-04 {
	display: none;
}

/* MAIN MENU */
#nav-main .navbar-brand .md {
    max-height: 60px;
}

#nav-main .navbar-brand .xs {
    max-height: 40px;
}

#nav-main {
    padding: 0;
    background-color: rgb(67, 67, 69);
}

#nav-main .nav-link {
    color: #fbf9e8;
}

#nav-main .nav-link {
    padding: 1em 0;
}

#nav-main .nav-item {
    margin: 0 1em;
}

#nav-main .nav-item {
    position: relative;
}

/*
#nav-main .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #424345;
    width: 0%;
    content: "";
    height: 1px;
    transition: all 0.1s;
}

#nav-main .navbar-nav .nav-item:hover::after {
    width: 100%;
}
*/
#nav-main .dropdown-menu {
    background-color: #fbf9e8;
}

#nav-main .dropdown-menu .menu-item {
	margin: 0;
}

#nav-main .dropdown-item {
    background-color: transparent;
    color: rgb(33, 37, 41);
	width: 100%;
}

#nav-main .dropdown-item:hover {
    background-color: rgb(33, 37, 41);
	color: #fbf9e8;
}

#nav-main .dropdown-item.active,
#nav-main .dropdown-item:active {
    /*background-color: inherit;*/
	font-weight: bold;
}

@media (max-width: 1200px) {
    #nav-main .nav-link {
        color: rgb(67, 67, 69);
    }

    #nav-main .nav-item::after {
        background-color: rgb(67, 67, 69);
    }

    #nav-main .dropdown-menu {
        border: none;
        background-color: transparent;
    }
}

/* FOOTER */
#footer-main {
    color: #fbf9e8;
    background-color: #424345;
}

#footer-main a {
    color: #fbf9e8;
	text-decoration: none;
}

#footer-main a:hover {
	text-decoration: underline;
}

.btn:hover {
	text-decoration: none!important;
}

.bootscore-info {
	display: none;
}

/* SIDE-BAR */
#sidebar {
    transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    /* IE 9 */
    -webkit-transform: scale(0.9, 0.9);
    /* Safari and Chrome */
    -o-transform: scale(0.9, 0.9);
    /* Opera */
    -moz-transform: scale(0.9, 0.9);
    /* Firefox */
}

    /* Set background color to look nicer with paralax */
    #hero {
        margin: 3rem 0;
        background-color: #fff;
    }

	.tag-display {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
        display: inline-block;
        font-size: .9rem;
    }

    /* MARKETING CONTENT
-------------------------------------------------- */
    .logo-carousel, .data-providers .carousel {
        height: 4.5rem;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.8;
        margin: 5rem 0;
    }

    .logo-carousel img, .data-providers .carousel img {
        max-height: 4rem;
    }

    .marketing .col-lg-4 {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    .marketing h2 {
        font-weight: 400;
    }

    .marketing .col-lg-4 p {
        margin-right: .75rem;
        margin-left: .75rem;
    }

	.feature-cards .card {
        text-align: center;
        margin-bottom: 1rem;
    }

    /* Featurettes
------------------------- */

    /* Thin out the marketing headings */
    .featurette-heading {
        font-weight: 300;
        line-height: 1;
        letter-spacing: -.05rem;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    /* TESTIMONIALS */
    #testimonials .carousel-inner, .testimonials .carousel-inner {
        min-height: 150px;
        display: flex;
        align-items: center;
    }
	
.display-7 {
	font-size: 1.5rem
}

    /* RESPONSIVE CSS
-------------------------------------------------- */

    /* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
    @media only screen and (max-device-width: 1366px) {
        body {
            background-attachment: scroll;
        }
    }

    @media (min-width: 40em) {
        .featurette-heading {
            font-size: 50px;
        }
    }

    @media (min-width: 62em) {
        .featurette-heading {
            margin-top: 3rem;
        }
    }

/* Credit: Nicolas Gallagher and SUIT CSS. */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: 20em;
  padding: 0;
  overflow: hidden;

  &::before {
    display: block;
    content: "";
  }

@media (min-width:992px) {
  .embed-responsive {
     height: 100%;
  }
}

  .embed-responsive-item,
  iframe,
  embed,
  object,
  video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}

@each $embed-responsive-aspect-ratio in $embed-responsive-aspect-ratios {
  $embed-responsive-aspect-ratio-x: nth($embed-responsive-aspect-ratio, 1);
  $embed-responsive-aspect-ratio-y: nth($embed-responsive-aspect-ratio, 2);

  .embed-responsive-#{$embed-responsive-aspect-ratio-x}by#{$embed-responsive-aspect-ratio-y} {
    &::before {
      padding-top: percentage(divide($embed-responsive-aspect-ratio-y, $embed-responsive-aspect-ratio-x));
    }
  }
}
