/*
 * Globals
 */

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);*/
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #F2F2F2;

}

.cover-container {
  max-width: 100em;
}

.px-3 {
    align-self: center;
    max-width: 55em;
}

.tak-cont {line-height: 1.8em;}

h2 {font-size: 2.5em; letter-spacing: -1px; margin-bottom: 30px; color: #C90030;}

h4 {font-size: 1.2em; line-height: 1.4em; padding: 30px 10px 30px 10px; font-weight: 300; text-align: center;}

h5 {font-size: 1em; text-transform: uppercase; margin-top: 25px;}

h6 {font-size: 3em;}

h7 {font-size: 0.8em; text-transform: uppercase;}

h8 {font-size: 1.5em; text-align: left; line-height: 2.5em;}

h8 img {margin-right: 10px;}

.tak-just {text-align: justify; font-weight: 300;}

.tak-fd {background-image: url("img/tak-fd.jpg");
background-size: cover; padding: 30px 10px 30px 10px;}

.tak-fd h2 {color: white;}
.tak-fd p {color : #F2F2F2;}

.tak-aut {font-size: 0.9em; line-height: 1.3em; color: #463E3C;}
.tak-tit {font-style: italic; font-size:1.1em;}
.tak-lin {font-size: 0.9em;}
.tak-tab .row {height: 80px; font-size: 1.2em;  font-weight: 300; margin-top: 30px;}
.tak-tab img {width: 100px;}
.tak-tab a { text-decoration: none; }

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: #333333;
  background-color: transparent;
  border-bottom: .25rem solid transparent;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
    color: #333333;
    
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
    color: #333333;
    
    text-transform: uppercase;
}

.nav-masthead .active {
  color: #333333;
  border-bottom-color: #fff;
  text-transform: uppercase;
    font-weight: 600;
}
