
.dan-blog-article {
    width: 90%;
    max-width: 680px;
    min-height: 100vh;
    margin: auto;
    margin-top: 54px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 50px;
}

.dan-blog-article a {
    color: #23a6d5;
}

.dan-blog-article p {
    font-size: 18px;
}

.dan-blog-article h4 {
    color: #666;
    font-size: 12px;
}

.dan-blog-article h5 {
    color: #e73c7e;
    font-size: 10px;
    /* font-family: Georgia, Cambria, "Times New Roman", Times, serif; */
    font-style: italic;
}

.dan-blog-article h6 {
    color: #666;
    font-size: 10px;
    /* font-family: Georgia, Cambria, "Times New Roman", Times, serif; */
    font-style: italic;
}

.dan-blog-article img:nth-of-type(1){
    width:100%;
    height:200px;
    object-fit: cover;
}

.dan-blog-article img{
    max-width:680px;
    object-fit: cover;
}

.dan-blog-article video{
    max-width:680px;
    object-fit: cover;
}



.dan-blog-home {
    width: 90%;
    min-height: 100vh;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 50px;
}

.dan-blog-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.dan-blog-item {
    width: 300px;
    /* background-color: white; */
    margin: 12px;
    max-height:450px;
    overflow-y: hidden;
    transition: max-height 0.5s; 
    padding:4px;
}

.dan-blog-item a {
    text-decoration: none;
}

.dan-blog-item:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.dan-blog-item h1 {
    font-size: 20px;
    margin: 0;
}

.dan-blog-item h4 {
    color: #666;
    font-size: 11px;
    margin: 0;
}

.dan-blog-item img {
    width:100%;
    height:100px;
    object-fit: cover;
}

.podcast-item{
    max-width: 500px;
    height: 165px;
}

.podcast-img img{
    width: 165px;
    height: 165px;
    object-fit: cover;
}
.podcast-text {
    width:50%;
    display: inline-block;
}
.podcast-text h1 {
    font-size: 20px;
    margin: 0;
}

.podcast-text h4 {
    color: #666;
    font-size: 11px;
    margin: 0;
}

.podcast-text a {
    text-decoration: none;
}

.podcast-link {
    cursor: pointer;
    text-decoration: none;
    padding: 8px;
    padding: 4px;
}
.podcast-link img{
    display: inline-block;
    max-height: 18px;
    max-width: 18px;
    width: auto;
    height: auto;
    position: relative;
    top:-2px;
}

.podcast-link:hover {
    opacity: 0.5;
}

.podcast-link-container {
    position: relative;
    top:20px;
}

td {
    vertical-align:top;
}

.references_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    max-height: 75vh;
    overflow-y: auto;
}
.ref_container {
    width: 400px;
    max-width: 75vw;
    margin: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-height:50vh;
    overflow-y: hidden;
}
.ref_container:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.web_flex_a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    align-content: space-around;
}
.web_flex_i {
    min-width:300px;
    width:50%;
    height:100%;
    /* min-height:480px; */
    position: relative;
}
.web_flex_i > img {
    max-height: fit-content;
    max-width: fit-content;
    margin: auto;
}



.web_flex_iii {
    /* min-width:500px; */
    width:50%;
    max-width:50%;
    height:100%;
    min-width:300px;
    /* min-height:480px; */
    /* border: 1px solid yellow; */
    padding:24px;
    
}



/* ================================================== */
/* ScrollBar styling */
/* ================================================== */
.scrollBarStyle-1{
	overflow: auto;
}
.scrollBarStyle-1::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}

.scrollBarStyle-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
}

.scrollBarStyle-1::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ddd;
}