/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 30px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

/*----------------------------------------------*/

.week {
    font-size: 16pt;
    text-align: center;
}

.compact-ul {
    margin-bottom: 0pt;
}

.clicker_alert {
    top: 40%;
    left: 10%;
    width: 80%;
    position:fixed;
}

.center_fixed_text {
    top: 40%;
    left: 10%;
    width: 80%;
    position:fixed;
    text-align: center;
}

.code-review-link {
    background-color: yellow;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

.prettyprint {
    background-color: white;
}

.popover{
    max-width:800px;
}

pre.example {
    background-color: #EEEEEE;
    padding: 8pt;
    border-left: 4px solid black;
}

div.nb_cell {
    background-color: white;
    padding: 4pt;
    border: 2px solid red;
    overflow: auto;
}

.bg-nav {
    background-color: rgb(73,131,178);
}

.dancing {
    font-family: 'Dancing Script', cursive;
}

h1 {
    padding-top: 36pt;
}

.nav-link {
    font-family: monospace;
    font-size: 14pt;
}

.carousel-inner{
  width:100%;
}

.carousel{
  max-height: 400px !important;
  max-width: 600px !important;
}

.photo-cap {
    font-family: 'Dancing Script', cursive;
    padding-bottom: 36pt;
    text-align: center;
}

carousel-item > img {
    max-height: 400px !important;
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

p {
    font-family: 'Crimson Text', serif;
}    
