@import url(//fonts.googleapis.com/css?family=Telex); .reveal h3, .reveal h2 { /* color: rgb(64, 56, 207); */ font-family: telex; text-transform: none; margin-bottom: 20px; font-size: 2.5rem } .reveal h4 { /* color: rgb(64, 56, 207); */ font-family: telex; text-transform: none; margin-bottom: 20px; font-size: 1.8rem } .reveal h5 { /* color: rgb(64, 56, 207); */ font-family: telex; text-transform: none; margin-bottom: 20px; font-size: 1.8rem } .reveal li { margin-bottom: 15px; font-size: 1.8rem } body { font-family: Helvetica; font-size: 13px; } div.discussionbox { border: 2px dotted rgba(206, 19, 19, 0.877); margin-top: 40px; margin-bottom: 5px; margin-left: 70px; margin-right: 70px; padding: 10px; font-size: 1.7rem; position: fixed; bottom: 20px; } div.callout { border: 2px dotted rgba(93, 181, 206, 0.877); border-radius: 7px; margin-top: 40px; margin-bottom: 5px; margin-left: 70px; margin-right: 70px; padding: 20px; font-size: 1.7rem; position: fixed; bottom: 20px; } .callout-badge { background-color: #007bff; border-radius: 5px; padding: 4px; margin-right: 5px; } div.callout-big { } .jumbotron { /* background-color: rgb(203, 216, 250); */ border-radius: 10px; border-style: solid; border-width: 1px; margin-top: 3rem; margin-left: 7rem; margin-right: 7rem; padding-left: 1rem; padding-right: 1rem; padding-top: 1.5rem; } .jumbotron h1 { font-size: 3rem; }