/*.navbar-brand {
    font-family: 'Tangerine', serif;
    font-size: 48px;
}*/
/* Navbar */
/* bacground color */
.navbar-light {
    background-color: #FFFFFF !important;
}
.navbar-brand {
    font-family: "Roboto thin", sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 32px;
    padding-top: 20px;
}

.navbar-brand #navbar-title { 
    font-family: "Roboto thin", sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 10px;
}

.nav-link {
    font-family: "Roboto thin", sans-serif;
    font-size: 18px;
    font-weight: 100;
}

.nav-item {
    padding-top: 4px;
}

#director {
    font-size: 16px;
}

.intro-text {
    padding-left: 20px;
    padding-top: 15px;
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    font-family: "Roboto thin", sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 30px;
    background-color: black;
    opacity: 0.5;
    border-radius: 15px;
}

/*
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0; !important
}*/

/* landing page and contact page*/
.front-and-contact img {
    max-height: 100%;
    max-width: 100%;
    opacity: 0.4;
    -webkit-filter: grayscale(50%); 
    filter: grayscale(50%);
}

.top-right {
 /*   position: absolute;
    top: 30%;
    right: 25%;  */
    font-family: "Roboto thin", sans-serif;;
    font-size: 20px;
    font-weight: 200;
    color: #777;
}

/* single page back-arrow */
.backarrow {
    width: 60px;
    padding-left: 15px;
    padding-top: 20px;
    margin-right; 30px;
    margin-bottom: 30px;
}

/* single page gallery images */
.image-gallery img{
    width: 100%;
    padding-bottom: 20px;
}

.hide {
    display: none;
}

/* productions page gallery */
.portfolio-front {
    margin-top: 0px;
}

.portfolio-front img{
    padding-bottom: 2px;
}

.portfolio-image {
    transition: filter .2s ease-in-out;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    opacity: 0.98;
}

.portfolio-image:hover {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: 0.7;
} 

.image-wrap {
    position: relative;
    display: inline-block;
    width: 90%:
}
/* Text inside the image in masonry4 list page
.image-wrap .image-desc {
    visibility: hidden;
    overflow: hidden;
    border-left:1em solid transparent;
    border-right:1em solid transparent;
    text-overflow: ellipsis;
    position: absolute;
    z-index: 999;
    left: 5%;
    right: 0;
    bottom: 20%;
    text-align: left;
    max-width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
} 

.image-desc {
    visibility: hidden;
}

.image-wrap:hover .image-desc {
    visibility: visible;
}

.image-desc:hover {
    visibility: visible;
}
*/
.image-desc p:hover .portfolio-image {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
    opacity: 0.3;
}

a:link {
    text-decoration: none;
    color: #546e7a;
}

a:visited {
    text-decoration: none;
    color: #546e7a;
}

a:hover {
    text-decoration: none;
    color: #263238;
}

a:active {
    text-decoration: none;
    color: #546e7a;
}

/* The image title text under the image in masonry4 list page */
.image-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #bbbbbb; /*black;*/
    text-transform: uppercase;
    margin-bottom: 20px;
    background-color: black; 
}

/* single page texts */

.single-page-nav {
    margin-bottom: 40px;
}


.single-navigation {
    display: inline-block;
    font-family: "Roboto thin", sans-serif;
    font-size: 18px;
    font-weight: 100;
    width: 75px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.single-page-text {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #bbbbbb;
}

.title-text {
  /*  margin-bottom: 40px; */
    margin-bottom: 10px;
}

.titles{
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    color: #bbbbbb;
}

.description-text {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
 /*   padding-right: 70px; */
    text-align: justify;
}

.working-group-text {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
}

.working-group-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
 /*   text-indent: -15px;
    margin-left: 15px;  */
}

.working-group-text ul li{
/*    list-style-position: inside; */
    padding-top: 5px;
}


.working-group-text h4 {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
}

/* current page styling */
/*
.current-front {
    margin-top: 40px;
}

.current-image {
    width: 100%;
    margin-bottom: 40px;
    opacity: 0.85;
}

.current-row{
    margin-bottom: 30px;
}

.current-title h3 {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    margin-top: 0%;
}

.current-title p {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
}

.current-desc {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    margin-top: 20px;
    font-size: large;
}

.current-working-group-text {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    margin-bottom: 0%;
} 
*/

/* about page styling (page not used
.about {
    margin-top: 120px;
}

.about-photo {
   width: 100%; 
}

.about-text {
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    padding-top: 10%
} */

/* footer styling */
.page-footer {
    page-top: 60px;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-bottom: 100px;
}

.footer-container {
    max-width: 100%;
    position: absolute;
    bottom: 0;
}

.footer-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-family: "Roboto thin", sans-serif;
    font-weight: 100;
    font-size: small;
    color: #bbbbbb;
}
