
/* general */

.note{
    color: #c5050c;
    font-weight: 800;
  }
  
  .windc-h3 {
    margin-top: 0rem;
  }
  
  .windc-list-tight {
    margin-top: 0;
  }
  
  .windc-list-tight li {
    margin-bottom: 0; }
  
  /* Styles specific to writing code */
  
  code {
    /* background-color: #e2e2e2;  */
    background-color: #ececec; 
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-radius: 5px;
    font-size: 75%;
  }
  
  /* tab completion */
  
  .tab{
    background-color: #282728;
    color: #adadad;;
  }
  
  /* Styles specific to the resource center page */
  
  .resources-list{
    list-style: none;  
    text-align: center;
    padding-top: 30px;
  }
  
  /* Styles specific to people page */
  
  .people-list{
    list-style: none;
  }
  
  .people-list li{
    line-height: 0.8;    
      
  }
  
  .people-name{
     color: #0479a8;
     font-weight: 900;
     text-transform: uppercase;   
  }
  
  .people-role{
     font-weight: bold;   
  }
  
  /* centers the div */
  .pictures{ 
      margin: auto;
      display: block;
      width: 60%;
  }
  
  .col-left{
    float: left; 
    padding: 35px;
    padding-right: 0px;
    padding-left: 25px;
    display: block;
  }
  
  .col-middle{
    float: left;  
    padding: 35px;
    padding-left: 25px;
    padding-right: 0px;
    display: block;
  }
  
  .col-right{
    float: left;  
    padding: 35px;
    padding-left: 25px;
    padding-right: 0px;
    display: block;
  }
  
  /* Styles specific to contact us page */
  
  .contact-info{
    /* background-color: aqua; */  
    padding: 30px;     
  }
  
  .contact-windc{
    list-style: none;
    line-height: 0.8;
  }
  
  #windc{
   font-weight: 700;     
  }
  
  /* Styles specific to visualization page */
  
  .map{
    max-width: 100%;
    height: auto;
  }
  
  /* Styles specific to papers page */
  
  .paper-title{
    font-size: 1.1rem;
    /* color: #c5050c; */
    font-weight: 700;
    margin-top: 0.3rem;
    margin-bottom: 1.1rem;
  }
  
  
  /* Styles specific to webinars page and recordings */
  
  /* video {
    max-width: 100%;
    height: auto;
  } */
  
  .seminar-title{
    font-size: 1.1rem;
    color: #c5050c;
    font-weight: 700;
    margin-top: 0.01rem;
    margin-bottom: .1rem;
  }
  
  .seminar-presenter{
    margin-top: 0.1rem;
    margin-bottom: 1.2rem;
    line-height: 1.4;
    font-size: 1rem; 
    font-weight: 700;
  }
  
  .seminar-date{
    line-height: 1.4;
    font-size: 1.0rem; 
    font-weight: 700;
    margin-bottom: 1.2rem;
  }
  
  