/*!
 * Start Bootstrap - Heroic Features (http://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.card {
    height: 100%;
}


/* NS : corner ribbon */
.corner-ribbon {
  z-index: 2000;
  width: 200px;
  position: fixed;
  top: 25px;
  left: -50px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  font-weight: bold;
  border-top: 5px dotted; 
  border-bottom: 5px dotted;
}

/* NS navbar logo */
a.navbar-brand img {
    margin-top: -10px;
    margin-bottom: -10px;
    width: 32px;
    height: 32px;
}

/* NS : temporary navbar container fix */
.navbar-toggler { z-index: 1; }
@media (max-width: 576px) { nav > .container { width: 100%; }}

/* NS : top header */
.page-heading { position: relative; padding: 30px 15px; text-align: center; background-color: white; margin-bottom: 30px; font-size: 20px; background-image: url("../images/home-background-test.jpg"); }
.page-heading h1 { margin-top: 0; color: black; }
.page-heading p { margin-bottom: 0; line-height: 1.4; color: black; font-weight: bold; }
.page-heading .container { position: relative; }
.page-heading .container h1 { text-shadow: 0 0 20px white, 0 0 20px white, 0 0 20px white; }
.page-heading .container p { text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white; }
@media (min-width: 768px) { 
	.page-heading { padding-top: 60px; padding-bottom: 60px; text-align: left; font-size: 24px; }
    .page-heading h1 { font-size: 60px; line-height: 1; } 
}
@media (min-width: 992px) { 
	.page-heading h1, .page-heading p { margin-right: 280px; }
}

/* NS : scroll-to-top */
.scroll-to-top {
  line-height: 45px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(41, 43, 44, 0.5); }
  .scroll-to-top:hover, .scroll-to-top:focus {
    color: white; }
  .scroll-to-top:hover {
    background: #292b2c; }

/* NS : re-styling */
h1 {
  margin-top: 0.5em; margin-bottom: 0.5em; }
h2 {
  margin-top: 0.25em; margin-bottom: 0.25em; }



/* initial tests */
.navbar-brand {
	padding: 0;
}
/*.navbar-nav > li > .dropdown-menu { background-color: #292b2c; } */
/*.navbar-nav > li > .dropdown-menu > .dropdown-item { color: #ffffff; } */