body {
	background-color: #aed0e6;
	font-family: "Rubik", Sans-serif;
	overflow-wrap: break-word;
  	word-wrap: break-word;
}

a {
	color: #c36;
}

.navbar {
	margin:  50px 0 20px 0;
	padding: 0% 5% 0% 5%;
}

.divider {
	margin:  30px 5% 0% 5%;
	border-top:  1px solid #000;
}

.channels {
	margin-top: 50px;
}

.channel{
	position: relative;
}

.channel img{
	transform: scale(1);
	transition: all .6s ease-in-out;
}

.channel img:hover {
	transform: scale(1.1);
}

.channel a, .channel button {
	font-weight: 400;
	letter-spacing: 0.7px;
	text-decoration: none;
	text-align: center;
	display: block;
	color:  #000;
	font-size: 1.3rem;
	width:  100%;
	background: none;
	border: none;
}

h3 {
	margin: 30px 0;
}

.modal-content {
	border-radius: 0;
	padding:  2rem;
}

.modal-title {
	color: #0F1319;
    font-family: "Rubik", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
}

.blue-btn {
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	background-color: #aed0e6;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	margin-top: 20px;
	transition:  all .3s ease;
}

.blue-btn:hover{
	transform: scale(1.1);
}

.img-fluid {
	display: block;
	margin: auto;
	max-height: 75vh;
}

.col-img {
	max-height: 25vh;
}

.tiny {
	font-size:  .7em;
	font-weight: 100;
	text-align: center;
}


.link a{
	font-size:  1.2rem;
	font-weight: 700;
	color:  #000;
}

.meta {
	font-size: .75rem;
	font-weight: 100;
	margin:  10px 0;
}

.prev-chat, .prev-discourse  {
	padding:  10px 0 20px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom:  20px;
}

.zen-new, .prev-tv {
	padding:  5px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom:  5px;
}

.prev-discourse {
	display: flex;
}

.discourse-img{
	border-radius: 50%;
	display: inline-block;
	margin:0 auto;
	padding: 0 20px;
}

.data-holder {
	margin-left: 20px;
}


.modal-dialog {
	max-width: 85%;
}

.pad-it {
	padding-top: 40px;
}


.modal .col-md-6 {
	padding: 20px 40px;
}

.zen-excerpt{
	text-overflow: ellipsis;
	max-height: 100px;
	width: 100%;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.round-up-new .link {
	margin: 30px 0 20px 0;
}

.round-up-excerpt {
	margin-bottom: 10px;
}

#nav-menu{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-menu li a{
	width: 200px;
	font-family: "Rubik", Sans-serif;
    font-weight: 300;
    letter-spacing: 0.7px;
    text-decoration: none;
    margin-left: 40px;
    color: #000;
}

#nav-menu li{
	transition: all .3s ease;
	padding: 10px 0;
}

#nav-menu li:hover {
	padding: 20px 0 0 0;
}

.bottom-divider {
	margin-top: 100px;
}

.footer {
	margin: 50px 0 20px 0;
    padding: 50px 5% 0% 5%;
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.event {
	display: flex;
	gap: 10px 30px;
	border-bottom: 1px solid #efefef;
	padding: 30px 0 10px 0;
}

.cal-block {
	flex: 1;
}
.cal-info {
	flex: 4;
}

.day {
	font-weight: 700;
	font-size: 4rem;
	text-align: center;
	line-height: 1;
}

.month {
	font-weight: 100;
	text-align: center;
	font-size: 1.5rem;
}

@media only screen and (max-width: 600px) {
	.modal-title {
		font-size: 2rem;
	}

	.modal-dialog {
		max-width: 100%;
	}

	.modal-content {
		padding: 20px;
	}

	.event {
		display: block;
	}

	.cal-block {
		margin-bottom: 20px;
	}

	.prev-discourse {
		display: block;		
	}
	.discourse-img {
		display: block;
		margin-bottom: 15px;
	}
	.data-holder {
		margin-left: 0;
	}

}

#roundup-img {
  max-height: 20vh;
}

#social-stack {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.kg-image {
  max-width: 100%;
  height: auto;
}
