/* CSS for NACRO pages */

body{
    background-color: #E9EFF3;
}


#widgetEvent {
    background-color: #dce1e7;
    padding-top: 20px;
}

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

.custom-active {
    border: 1px solid black;
    font-weight: bold;
}

#footer-name {
    font-size: 1.5rem;
}
  
footer a {
    color: black;
    display: block;
    padding-bottom: 15px;
}
  
footer a:hover {
    color: black;
}

.jumbotron {
    padding-bottom: 1.5rem;
    background-image: url("images/placeholder.png");
    background-size: cover;
}

.btn {
    border-radius: 0px;
    padding: 12px;
}

/* Use this for jumbotrons that aren't the home page
   -- adds more top padding like in the wireframes */
.jumbotron-not-home {
  padding-top: 15rem;
}

.navbar-brand {
  padding-left: 5%;
}

.navbar-brand img {
  max-width: 200px;
}

#right-nav {
  padding-right: 10%;
}

#right-nav a {
  margin: 0%;
  color: black;
}

#right-nav .active {
  color: white;
}

.social-img {
    display: inline;
    height: 1.25em;
    width: auto;
}

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

body{
    height: 100%;
    /* margin: 50px; */
    box-align: center;

}
/* Hero image styling adapted from w3 schools  (https://www.w3schools.com/howto/howto_css_hero_image.asp) */
.carousel-slide{  
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 50px;
}

.title {
    color: #ffffff ;
    font-size: 400% ;
    position: relative; 
    left: -20% ;
    text-align: left;
}

.sub-title {
    color: #ffffff ;
    font-size: 80% ;
    position: relative ;
    left: -20% ;
    text-align: left;
}

.header-text{
    /* text-align: left; */
    /* position: absolute; */
    top: 50%;
    color: white;

}

#what-is-nacro-img{
    max-width: 500px;
}

.small-icons{
    color: rgba(0, 0, 0, 0.5);
    padding: 3px;
}

.content-text{
    margin-top: auto;
    margin-bottom: auto;
}

.past-conferences-wrapper{
    padding: 15px;
    background: gray;
    width: 100%;
    margin: 5px;

}

.past-conferences-text{
    color: white;
    text-decoration: underline;
    margin-top: auto;
    margin-bottom: auto;

}
