html {
    scroll-behavior: smooth;
}

@keyframes appearBottom {
    from {
        opacity: 0;
        bottom: -0.3em;
    }

    to {
        opacity: 1;
        bottom: 0em;
    }
}

@keyframes appearTop {
    from {
        opacity: 0;
        bottom: .3em;
    }

    to {
        opacity: 1;
        bottom: 0em;
    }
}

.slideshow {
    margin-top: 50px;
    margin-bottom: 30px;
}

h1 {
    font-family: 'Cabin';
    font-size: 1.7em;
    /*    letter-spacing: -0.5px;*/
    padding: 0px;
}

.menuBar h1 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 25px !important;
    margin-top: 10px;
}

h3 {
    font-family: gandhi_sansregular;
    font-size: 1.2em;
}

h4 {
    font-family: gandhi_sansbold;
    font-size: 1.3em;
    margin-top: 30px;
}

h5 {
    font-family: gandhi_sansitalic;
    /*    text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 1.4em;
    margin-bottom: 20px;
}

p {
    font-family: gandhi_sansregular;
    font-size: 1.3em;
    text-align: left;
/*    max-width: 800px;*/
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: black;
}

circle {
    stroke: none;
    stroke-opacity: .5;
}

#footer {
    top: 680px;
    right: 140px;
    text-align: right;
}

.menuItems {
    animation: appearBottom 1s;
    position: relative;
}

.projectImage {
    margin-bottom: 20px;
    animation: appearBottom 1s;
    position: relative;
    -webkit-transition: .5s ease-in-out opacity;
    -moz-transition: .5s ease-in-out opacity;
    -o-transition: .5s ease-in-out opacity;
    transition: .5s ease-in-out opacity;
}

.projectImage:hover {
    opacity: 0.6;
}

.menuBar {
    margin-bottom: 40px;
    border-bottom: thick solid rgb(178, 255, 101) !important;
    background-color:rgb(244,244,244);
}

.imageColumns {
    margin-bottom: 20px;
}

.fadeImage {
    -webkit-transition: .5s ease-in-out opacity;
    -moz-transition: .5s ease-in-out opacity;
    -o-transition: .5s ease-in-out opacity;
    transition: .5s ease-in-out opacity;
}

.fadeImage:hover {
    opacity: 0.5;
}

.projectTitle {
    text-align: left;
    margin: 0px 0px 30px 0px;
    color: rgb(0, 0, 0);
    padding: 10px 0px 0px 0px;
}

.menuText {
    text-align: left;
}

.imageCaption {
    margin: -15px 0px 20px 0px;
    font-family: gandhi_sansitalic;
    font-size: 1.1em;
}

.projectTitleUnderline {
    height: 4px;
    position: relative;
    background-color: #FFFF00;
    top: -25px;
    z-index: -1;
}

.avoidwrap {
    display: inline-block;
}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {

    .posterImages div a img,
    .posterImages div a,
    .posterImages div,
    .posterImages {
        pointer-events: none !important;
    }

    .fadeImage:hover {
        opacity: 1;
    }
}

.blogPost h1 {
    font-family: 'Cabin';
    color: rgb(51, 51, 51);
    letter-spacing: 0.5pxpx;
    font-size: 21px;
    margin-bottom: 0px !important;
}

h1 a {
    color: rgb(51, 51, 51);
}

.blogPost h2 {
    font-family: 'Gentium Book Basic', serif;
    font-weight: 600;
    margin-top: 5px !important;
    color: rgb(51, 51, 51);
    margin-bottom: 3px !important;
    font-style: italic;
    font-size: 28px;
}

.blogPost h6 {
    font-family: 'Cabin';
    font-weight: 400;
    font-size: 25px;
    margin-top: 0px !important;
    color: rgb(51, 51, 51);
    margin-bottom: 4px !important;
}

.blogPost h6 a {
    color: rgb(51, 51, 51);
}

h2 a {
    color: rgb(51, 51, 51) !important;
}

.date {
    font-size: 14px !important;
    color: rgb(143, 143, 143);
    letter-spacing: 1px;
}

.blogPost div p a, .speaking h6 a {
    color: #3ac3f8;
}

.blogPost div p a:hover {
    border-bottom: 3.5px solid rgba(58, 195, 248, 0.5) !important;
}

.blogAbout {
    background-color: chartreuse;
}

hr {
    display: block;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
}

.blogPost hr {
    border-width: 5px !important;
    border-color: chartreuse !important;
    padding: 0px !important;
    margin: 30px -15px 20px 15px !important;
}

.blogPost h3 {
    font-family: 'alegreyasans_mediumitalic';
    color: chartreuse;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}

.blogAboutText {
    color: rgba(51, 51, 51);
}

.blogPost img {
    position: static;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: right;
}

.blogPost div p,
.blogPost div ul li {
    font-family: 'Cabin', sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    /*    margin-bottom: 5px;*/
    color: rgba(51, 51, 51);
}

.blogPost div p {
    line-height: 170%;
}

.blogPost div ul li {
    line-height: 200%;
}

.fadeImage {
    -webkit-transition: .5s ease-in-out opacity;
    -moz-transition: .5s ease-in-out opacity;
    -o-transition: .5s ease-in-out opacity;
    transition: .5s ease-in-out opacity;
}

.fadeImage:hover {
    opacity: 0.5;
}

a:link {
    text-decoration: none !important;
}

.imageCaption {
    font-family: 'gandhi_sansitalic' !important;
    margin-top: -40px;
    margin-bottom: 20px;
    color: rgba(51, 51, 51);
}

.blogPostWrapper {
    margin-bottom: 35px;
    padding: 0px !important;
    max-width: 800px;
}

.smallImage {
    margin-top: 10px !important;
}

.blogPost h4 {
    font-family: 'alegreyasans_lightitalic';
    color: rgb(51, 51, 51);
    font-size: 24px;
    letter-spacing: 0px;
    margin-bottom: 20px !important;
}

.small_info_about div h4 {
    font-size: 17px;
    border-top: 5px solid chartreuse;
    padding-top: 5px;
    font-family: 'Cabin';
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar h4 {
    font-size: 15px;
    font-family: 'Cabin';
    font-weight: 400;
    padding-top: 5px;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.info_panel_section h4 {
    font-size: 15px;
    font-family: 'Cabin';
    font-weight: 600;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.sidebar {
    background: white;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: #ece6e6 solid thick;
}

.info_panel {
    background: white;
/*    max-width: 800px;*/
    display: inline-block;
    border-bottom: #ece6e6 solid thick;
}

.blogPost h5 {
    font-family: 'alegreyasans_lightitalic';
    color: rgb(51, 51, 51);
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-bottom: 50px !important;
    background-color: chartreuse;
    padding: 10px;
    margin-top: 0px !important;
}

.aboutWrapper {
    border: solid 1px chartreuse;
}

.blogPost {
    margin-top: 10px;
}

.titleLink:link {
    text-decoration: none;
}

.snippet {
    font-size: 18px !important;
    position: relative;
    width: 100%;
    line-height: 150%;
    /*    max-height: 3.2em;*/
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px !important;
    color: rgb(51, 51, 51);
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caption {
    margin-bottom: 15px !important;
    font-size: 1.1em !important;
    font-style: italic;
}

.blogImage {
    margin-bottom: 0px !important;
}

.para_emphasis {
    padding: 25px 0px;
    font-family: gandhi_sansitalic !important;
    color: #ff00a7;
    font-size: 20px !important;
}

/* UNDERLINE */
a.menu_links {
    display: inline-block !important;
    color: #373737 !important;
}

a.menu_links:after {
    display: block;
    content: '';
    border-bottom: solid 3px chartreuse;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    padding-bottom: 3px !important;
}

a.menu_links:hover:after {
    transform: scaleX(1);
}

a.menu_links.fromLeft:after {
    transform-origin: 0% 50%;
}
/* UNDERLINE */

.animate {
    animation: appearBottom 1s;
    position: relative;
    -webkit-transition: .5s ease-in-out opacity;
    -moz-transition: .5s ease-in-out opacity;
    -o-transition: .5s ease-in-out opacity;
    transition: .5s ease-in-out opacity;
}

.small_info_about div p {
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 15px;
}

.small_info_about {
    margin-top: 30px;
    padding: 0px;
}

.small_info_about div {
    padding-left: 0px;
}

.BoldSpan {
    font-family: 'gandhi_sansitalic';
}

.project_div, .writing_div {
    margin-bottom: 20px;
}

.writing_div {
padding-right: 0px  !important;
    margin-right: 0px  !important;
}

.writing_div_headings {
    padding-top:10px;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
/*    max-width: 800px;*/
}

.project_div_headings, .writing_div_headings {
    background: white;
    border-bottom: #ece6e6 solid thick;
}

.writing_div_headings img {
    margin-bottom: 10px !important;
}

.project_div_headings h2, .project_div_headings h6,.writing_div_headings h2, .writing_div_headings h6 {
    margin-left: 10px;
}

h6,.writing_div_headings h2, .writing_div_headings h6 {
    margin-right: 5px;
}

.writing_div_headings h2 {
    font-size: 24px;
}

.writing_div_headings h6 {
    font-size: 17px;
    line-height: 120%;
}

.project_div_headings h2, writing_div_headings h2 {
    margin-top: 15px !important;
}

.italic {
    font-style: italic;
    letter-spacing: 0.1px;
}

.bold {
    font-weight: 800;
}

.nav_selected {
    border-bottom: chartreuse solid thick;
    padding-bottom: 3px;
}

.menuBar > h1 {
    text-align: left;
    line-height: 150%;
    margin-bottom: 14px !important;
    margin-top: 5px;
}

.menuBar_title {
    background-color: chartreuse;
    margin-right: 30px;
    letter-spacing: 0.7px;
    margin-left: 10px;
}

.menuBar_options {
    font-family: 'Cabin';
    font-size: 0.7em;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-weight: 400;
}

.PageWrapper {
    background: #f4f4f4;
}

.green_highlight {
    color: black !important;
    background-color: chartreuse;
}

.embed-container {
    position: relative;
    padding-bottom: 62.9%;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.talk_image {
    margin-right: 50px;
    margin-top: 0px !important;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

.part_one_vam {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 5px solid chartreuse;
}

.sidebar p {
    font-size: 10px;
    line-height: normal !important;
}

.blog_title {
    padding-bottom: 40px;
    border-bottom: #ece6e6 solid thick;
    padding: 20px;
}

.indexPage_text {
    margin-top: 180px;
}

@media only screen and (max-width: 768px),
    only screen and (max-device-width: 768px) {
       .blog_title h2 {
           font-size: 40px !important;}
        #myCarousel {
            padding: 0px !important;
        }
        .blog_main {
            padding: 0px !important;
        }
        .container {
            padding: 0px !important;
        }
        .project_div {
            padding: 0px !important;
        }
        .indexPage_text {
            margin-top: 120px !important;
        }
        .subtitle_index {
            background: rgb(242,242,242) !important;
        }
}


.blog_title h2 {
    font-size: 50px;
    font-style: italic;
}

.sidebar p,
.sidebar h3 {
    font-size: 14px !important;
}

.caption_margin p {
    font-size: 15px !important;
    line-height: normal !important;
    font-style: italic;
}

.no_margin_padding {
    margin: 0px !important;
    padding: 0px !important;
}

.no_margin_image {
    padding-left: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.caption_margin {
    /*    margin-top: 14px;*/
}

.flex-container {
    display: flex;
}

.image_caption {
    margin-left: 20px;
    font-size: 14px !important;
}

.no_padding {
    padding: 0px !important;
}

.margin_bottom_40 {
    margin-bottom: 40px !important;
}

.margin_bottom_30 {
    margin-bottom: 25px !important;
}

.margin_bottom_p {
    margin-bottom: 30px !important;
}

.margin_bottom_5 {
    margin-bottom: 5px !important;
}

.blog_main p {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media only screen and (min-width: 768px),
    only screen and (min-device-width: 768px) {
       .blog_main p:last-of-type {
    margin-bottom: 50px !important;
} 
}

@media only screen and (max-width: 768px),
    only screen and (max-device-width: 768px) {
        .blog_main p:last-of-type {
    margin-bottom: 10px !important;
}
}

@media only screen and (max-width: 768px),
    only screen and (max-device-width: 768px) {
        .small_info_about div {
            padding-top: 20px !important;
        }
}
.green_border_top {
    border-top: 5px solid chartreuse;
    padding-top: 20px;
}

.sidebar h4:first-of-type {
    margin-bottom: 20px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 16px;
    font-weight: 600;
}

.green_button {
    border: chartreuse solid 2px;
    padding: 5px;
    text-align: center !important;
}

.green_button a {
    color: black !important;
}

ul {
    max-width: 800px;
}

.image_row {
    margin-bottom: 25px !important;
    margin-top: 30px !important;
}

.project_div h6 {
    font-size: 18px;
}

#footer_wrapper {
    bottom: 0px;
    width: 100%;
    height: 40px;
    padding: 10px;
    padding-top: 17px;
}

#footer_wrapper p {
    text-align: right;
    font-family: 'Cabin';
    font-size: 14px;
    max-width: 100%;
}

#footer_wrapper p a {
    color: black;
    line-height: 100%;
    border: none !important;
}

#footer_wrapper p a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 768px),
only screen and (min-device-width: 768px) {

.info_panel_section {
    padding: 20px !important;
    padding-bottom: 30px !important;
}
}

@media only screen and (max-width: 768px),
only screen and (max-device-width: 768px) {


.info_panel_section {
    padding: 20px !important;
    padding-bottom: 0px !important;
}
    
    .info_panel {
        padding-bottom: 30px;
    }
    
}

.info_panel_section p:last-of-type {
    margin-bottom: 5px !important;
}

.info_panel_section p {
    line-height: 150% !important;
    font-size: 15px !important;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

.info_panel_wrapper {
    margin-bottom: 40px;
    margin-left:0px;
    margin-right: 0px;
}

.carousel {
    max-width: 2000px;
    max-height: 800px;
    display: inline-block;
    margin-bottom: 30px;
}

.carousel-control.left {
    margin-left: 15px;
}

.carousel-control.right {
    margin-right: 15px;
}

.grid-item {
    width:250px;
}

.carousel-indicators {
    bottom: 10px !important;
}

.navbar-header h1 {
    display: inline-block;
}

.navbar-header button {
    margin: 10px;
}

.speaking h2 {
    font-size: 22px;
}

.speaking div {
    margin-bottom: 20px;
}

.indexList {
    list-style-type: none;
    padding-left: 10px;
}

.indexList li a {
    color: black;
    line-height: 120%;
}

.subtitle_index {
    background: none !important;
    font-family: 'Gentium Book Basic', serif !important;
    font-style: italic;
    font-size: 35px !important;
}

.title_index span {
    margin-bottom: 0px !important;
    font-size: 26px;
    margin-left: 10px;
}

body {
    background: #f4f4f4 !important;
}

@media (max-width: 1024px) { 
    #footer_wrapper p {
        text-align: left !important;
    }
     #footer_wrapper {
         padding: 0px !important;
    }
}

#footer_text {
    color: gray;
    font-size: 13px;
    margin-left: 10px;
}

.copyright {
    padding: 10px !important;
    height:10px !important;
}

.copyright p {
    font-size:  13px !important;
}

.opensans {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

@media (min-width: 1025px){ 
    .navbar-nav > li > a 
    {
        padding-top: 18px !important;
    }
}

.speaking_text h2 {
    font-family: 'Gentium Book Basic', serif;
    font-weight: 600;
    margin-top: 15px !important;
    color: rgb(51, 51, 51);
    margin-bottom: 10px !important;
    font-style: italic;
    font-size: 30px;
}

.speaking_text p {
    font-size: 15px !important;
}
.speaking_text {
    background: white;
    border-bottom: #ece6e6 solid thick;
    height: 410px;
    overflow: scroll;
}

.speaking h6 {
    font-size: 15px;
    line-height: 1.5;
}

.speaking h6 p {
    padding-top: 10px;
}
