/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('./fonts/LatoLatin-Regular.woff') format('woff'), url('./fonts/LatoLatin-Regular.woff2') format('woff2'), url('./fonts/LatoLatin-Regular.eot') format('embedded-opentype'), url('./fonts/LatoLatin-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('./fonts/LatoLatin-Bold.woff') format('woff'), url('./fonts/LatoLatin-Bold.woff2') format('woff2'), url('./fonts/LatoLatin-Bold.eot') format('embedded-opentype'), url('./fonts/LatoLatin-Bold.ttf') format('truetype');
}

/* Padding below the footer and lighter body text */

html, body, header {
  height: 100%;
}

body {
/*  padding-top: 3rem;
  padding-bottom: 3rem;*/
  color: #202020;
  font: normal Lato, Verdana, Arial, sans-serif;
}

.bg {
    background-image: url("grid.jpg");

    /* Full height */
/*     height: 100%; */

    width: 100%;
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.navbar {
  background-color: #500050;
}

#home2 {
/*   margin: 1rem; */
}

.full-page {
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
}

.half-page {
  height: 50%;
  min-height: 50%;
}

.top-bar {
/*  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);*/
}

.main-title {
  padding-top: 4em;
  padding-bottom: 4em;  
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.top-bar .col-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.top-bar h2 {
  font-weight: 400;
}
.top-bar .col-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
  height: 100%;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.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;
}


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

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

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

.content {
  margin: 1rem 1rem 1rem 1rem;
}

footer {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
}

.

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

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

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