/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 30px;
  padding-bottom: 20px;
}

p {
    font-size: 16px;
}

h2 {
    font-size: 24px;
}

footer img {
  padding: 20px;
}

.background {
  height: 350px;
  width: auto;
  background-image: url("../imgs/montereybridge3.jpg");
  background-size: cover;
}

.background h3 {
  position:relative;
  margin-left:5%;
  font-weight: bold;
  padding-top: 45px;
  color: rgba(0,0,0,1); /* white */
  font-size: 45px;
}

.background p {
  position:relative;
  margin-left:5%;
  font-size: 24px;
  font-weight: bolder;
  color: rgba(255,255,255,1); /* black */
  line-height: 80%;
  text-shadow: /* outline text */
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

.paperstext h1{
  font-size: 28px;
  margin-top: 20px;
  font-weight: bold;
}

.paperstext li {
  font-size: 16px;
}

/* */
.list-group li {
  font-size: 16px;
}

/* .box1, .box2, .box3, .box4, .box5, .box6 */
.cfpbox {
  border-radius: 12px 12px 12px 12px;
  -moz-border-radius: 12px 12px 12px 12px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border: 2px solid #dddddd;
  padding: 5px 5px 5px 5px;
  margin-top: 40px;
  background-color:#F6F6F6;
}
.agenda {  }

/* Dates */
.agenda .agenda-date { width: 170px; }
.agenda .agenda-date .dayofmonth {
  width: 40px;
  font-size: 36px;
  line-height: 36px;
  float: left;
  text-align: right;
  margin-right: 10px; 
}
.agenda .agenda-date .shortdate {
  font-size: 0.75em; 
}


/* Times */
.agenda .agenda-time { width:350px; } 


/* Events */
.agenda .agenda-events {  } 
.agenda .agenda-events .agenda-event {  } 

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

table{
  width:100%;
}
td {
  padding:5px;
}
#title{
  background-color:#b3e6ff;
}
#row0{
  background-color:#1f4e78;
  color:white;
}
#row1{
  background-color:#e6f7ff;
  font-size:20px;
}

#row2{
  background-color:white;
  font-size:20px;
}
#title{
  text-align:center;
  font-size:26px;
  
}
#width2{
  width:100%;
  font-weight:bold;
  height:60px;
}
#width1{
  width:15%;
  height:60px;
}

