@charset "UTF-8";
/*
Theme Name: Supporting Teachers as Researchers - STAR
Theme URI: http://www.escolaconcept.com/star
Author: Aldo Alexandre Marigonda
Description: Escola Concept's STAR Program
Version: 0.0.0
Text Domain: fol
*/
/**
 * Table of Contents
 *
 * 1.0 - Brand
 * 2.0 - Typography
 * 3.0 - Structure
 * 4.0 - Body
 * 5.0 - Header
 * 6.0 - Navigation
 * 7.0 - Footer
 * 8.0 - Content
 * 9.0 - Restricted Area Content
 * 10.0 - Forms
 * 11.0 - Media Queries
 * 12.0 - Print
 */


/**
  * 1.0 - Brand
  *
  * dark grey: #47525e
  * light grey: #969faa
  * blue: #00a6ff
  * light blue: #def4ff
  *
  *
  *
  */




h1, h2, h3, h4, h5,
p, .media-caption { color: #47525e; }

h2.lead { color: #969faa; }



#comment, footer.footer { background: #def4ff; }
#comment p { color: #00a6ff; }
#comment .comment p { color: #47525e !important; }
input, textarea { border-color: #00a6ff !important;  }
.btn-primary {
    background-color: #00a6ff;
    border-color: #00a6ff;
}


.carousel-item img, .carousel-item video { border: 1px solid #00a6ff !important; }
.author-row { border-bottom: 1px solid #00a6ff !important; }
.media-caption {
  border-right: 1px solid #00a6ff;
  border-bottom: 1px solid #00a6ff;
}

.bg-blue { background-color: #00a6ff; }
.border-blue { border-color: #00a6ff !important; }
.text-blue { color: #00a6ff !important; }



.badge-sao-paulo      { background-color: #fa96b7; color: #fff; }
.badge-ribeirao-preto { background-color: #2fc2cb; color: #fff; }
.badge-salvador       { background-color: #fb914e; color: #fff; }

.badge-early-years    { background-color: #f8d061; color: #000; }
.badge-lower-school   { background-color: #7ed957; color: #fff; }
.badge-middle-school  { background-color: #5271ff; color: #fff; }
/**
  * 2.0 - Typography
  * font-family: 'Lato', sans-serif;
  * font-family: 'Oswald', sans-serif;
  * font-family: 'Roboto', sans-serif;
  */

body{ font-family: 'Lato', sans-serif; }
h1, .h1 { 
  font-weight: 700; 
  font-size: 2rem !important; }

h2.lead { 
  font-weight: 400; 
  font-style: italic; 
  font-size: 1.5rem !important; 
}
h2 small { 
  font-size: 65%;
  white-space: nowrap;

}

.subtitle { 
  font-weight: 700; 
  font-size: 1.25rem !important;
  line-height: 1.5 !important; 
  margin-bottom: 1rem !important;
}

.media-caption p {
  font-size: 0.825rem !important; 
  margin: 0;
  text-align: right;
}

.jumbotron.img-bg h1, .jumbotron.img-bg h2, .jumbotron.img-bg p { 
  color: #fff !important; 
  margin-right: auto;
  text-align: left;
  width: 90% !important;
}

.card-columns .card h3 { font-size: 1.125rem; } 
.card-columns .card p.h4 { font-size: 1rem; color: #969faa ; font-style: italic;} 

.card-img-top {
  background-position: center center; 
  background-size: cover; 
  background-repeat: no-repeat; 
  background-color: #00a6ff; 
  border-bottom: solid 1px rgba(0,0,0,.125);
}

.card-columns .card:hover .card-img-top { 
  border-color: #00a6ff;
}


/**
  * 3.0 - Structure
  */

#bitnami-banner { display: none; }
nav.navbar { height: 70px; }
#page-content { margin-top: 70px; }
.log         { margin-bottom: 8px; }
.log.error   { color: #dc3545; }
.log.warning { color: #ffc107; }
.log.success { color: #28a745; }
.log.title   { color: #000; font-weight: bold; }

/**
  * 4.0 - Body
  */

.jumbotron.img-bg { 
  background-image: url("images/bg-header-star.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  text-align: left;
  padding: 0 ;
}
.jumbotron.img-bg .container{

}
/*https://codepen.io/JacobLett/pen/LmWvLZ*/
.jumbotron.img-bg .bg-w {
  padding: 6rem 0 0.5rem;
 /* background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.5) 100%);*/
} 
.jumbotron.img-bg .bg-b {
  padding: 2rem 0 0.5rem;
  /*background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(0,166,255,0.1) 0%, rgba(0,166,255,0.1) 65%, rgba(0,166,255,0.5) 100%);*/
} 


.jumbotron.img-bg h1 {
  margin-top: 250px;
  margin-bottom: 0;
  font-weight: 900;
  font-size: 6rem !important;
  line-height: 0.9em;
}
.jumbotron.img-bg h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.75rem !important;
}

.card-columns { column-count: 2; }
.card-columns .card:hover, .card-links .card:hover { 
  background-color: #def4ff;
  border-color: #00a6ff;
}



.author-title { 
  margin: 1.5rem 0 0;
  font-weight: bold;
  font-size: 0.75rem; 
  text-transform: uppercase;
}
.author-row { 
  overflow-x: auto; 
  /*white-space: nowrap; */
}
.author-card { 
  display: inline-block;
  float: none; 

  width: 120px;
  margin: 1rem 2rem 2rem 0;
  padding: 0;
  vertical-align: top;
}
.author-picture { 
  max-width: 80px;
  max-height: 80px;
  margin: 0 4rem 0.5rem 0;
}
.author-name { 
  font-weight: bold;
  font-size: 0.6875rem; 
  margin-bottom: 0; 
  white-space: normal; 
}
.author-role { 
  font-size: 0.6875rem; 
  margin-bottom: 0; 
  white-space: normal; 
}
.author-campus { 
  font-size: 0.625rem; 
  margin-bottom: 0; 
  white-space: normal; 
}

.module {
  padding-bottom: 1.25rem !important; 
  padding-top:    1.25rem !important; 
}
.division-top {
  border-top: dashed 1px #00a6ff;
  padding-top: 2.5rem !important; 
}



.carousel-item { text-align: right; }
.media-file img { 
  max-height: 600px;
}
.media-caption { 
  width: 50%!important; 
  margin-left: auto; 
  padding-right: 0.25rem;
  padding-top: 0.25rem;
}
.carousel-control-next, .carousel-control-prev {
  width: 10%;
  opacity: .8;
  color: #47525e;
  top: 25%;
  bottom: 25%;

}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: #000; }
.carousel-control-next .fas, .carousel-control-prev .fas { font-size: 2rem; }



/**
  * 5.0 - Header
  */
nav.navbar  { transition: 0.3s; }
nav.navbar.bg-white { background-color: rgb(255, 255, 255, 0.95) !important} 
.navbar-brand img { max-height: 40px; transition: 0.3s; }
/*.navbar { border-bottom: solid 1px #969faa; }*/



/**
  * 6.0 - Navigation
  */


/**
  * 7.0 - Footer
  */




/**
  * 8.0 - Home
  */

/**
  * 9.0 - Content
  */

/**
  * 10.0 - Forms
  */

/**
  * 11.0 - Media Queries
  */

@media (max-width: 576px) {}

@media (max-width: 768px) {}


/**
  * 11.1 - Small devices (landscape phones, 576px and up)
  */

@media (min-width: 576px) {
  .media-file img { 
    max-height: 450px;
  }
}

/**
  * 11.2 - Medium devices (tablets, 768px and up)
  */
@media (min-width: 768px) {
  /* Typography */
  h1, .h1 { font-size: 3rem !important; }
  .subtitle { 
    font-size: 1rem !important; 
    text-align: right !important;
  }

  .card-columns { column-count: 3; }

  .carousel-item { text-align: right; }
  .media-file { 
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 7.5px;
    padding-left: 0;
    position: relative;
    width: 100%;
  }
  .media-file img { 
    max-height: 600px;
  }
  .media-caption { 
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: absolute;
    top: 30px;
    right: 7.5px;
    padding: 0.25rem 0 0 0.5rem;

    border: none; 
    border-top: 1px solid #00a6ff;

  }
  .media-caption p { text-align: left !important; }

  .carousel-control-next .fas, .carousel-control-prev .fas { font-size: 2.75rem; }
  .carousel-control-next, .carousel-control-prev { width: 5%; }
  .carousel-control-prev { left: -5%; }
  .carousel-control-next {
    right: 20%;
    margin-right: 7.5px;
  }

}

/**
  * 11.3 - Large devices (desktops, 992px and up)
  */
@media (min-width: 992px) {

  .jumbotron.img-bg h1 {
    font-size: 10rem !important;
  }
  .jumbotron.img-bg h2 {
    font-size: 1.24rem !important;
  }

}

/**
  * 11.4 - Extra large devices (large desktops, 1200px and up)
  */
@media (min-width: 1200px) {
  .card-columns { column-count: 4; }
}


/**
  * 11.0 - Plugins
  */

