 html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

body p{
    padding-bottom:1em;
}




.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #333;
  text-align: center;
}
.jumbotron {

    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-position: center;
    line-height:100vh;
    padding-top: 1%;
    justify-content: center;

    /*            margin: 4.5em 1em 1em 1em;*/

}

.jumbotron h1 {

    font-size: 5em;
    color: white;

  
} 

.banner {
    display: block;
    background-color: rgba(5, 5, 5, 0.5);
    width: 60%;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-size: 1.75em;
    line-height:1.5em; 
    color: white;
    margin: 1em auto;
    padding: 0.75em;
    border-radius:10px;
    border:rgba(255,255,255,.0);
}

.banner hr{
    border:10px;
}


.small-header {
    background-size: cover;
    bottom:0px;
    width: 100%;
    height: 150px;
    background-image: url('../images/hero-sm.jpg');
}


.copyright {
    color: #777;
    font-size: .85em;
    margin-bottom:0;
}


.content {
    max-width: 60em;
    margin: 1em auto;
    padding: 0em 3em;
}

.container{
    height:100%;
}
.container h1 {
    width: 100%;
    margin: auto;
    margin-bottom: 0.6em;
    margin-top: 1em;
    padding-top: 0.5em;
    text-align: center;

}

.container h2{
    margin-bottom: 1em;
    color:#888;
}

.container h4 {
    width: 100%;
    margin: auto;
    margin-bottom: 0.6em;
    padding-top: 0.5em;
    text-align: left;

}
.content ul{
    padding-left:1em;
}

.intro{
    margin-top:2em;
}

#gallery,
#about,
#contact,
#cv,
#events {
    padding-top: 60px;
    margin-top: -50px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

hr {
    margin: 1.5em 0;
}

.exhibition-images {
   
    max-height:700px;
    max-width:100%;
    border:solid rgb(133, 132, 132) 1px;
    margin-bottom: 1em;
    
}

.portrait {
    width: 100%;
    height: auto;
    margin-top: .5em;
    padding-bottom: 1.5em;
}


.photo-gallery {
    color: #313437;
    background-color: #fff;
    padding-top:1em;
    
    
}


.photo-gallery p {
    color: #7d8285;

}

.btn-outline-light {
    background-color: #777;
}

.btn-outline-light a {
    color: white !important;
}






.photo-gallery .intro {
    font-size: 1em;
    max-width: 550px;
    margin: 0 auto;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 1rem;
}

.photos .item {
    padding-bottom: 1rem;
    margin:auto;
    }
.photos img{
    max-width:250px;
    transition: 0.3s;
    
}
.photos img:hover{
    border: 3px solid white;
    
}
.photos h4 {
    font-size: .85em;
    margin-top: 1rem;
}

.iframe-container {
    overflow: hidden;
}

.resume ul {
    width: 100%;
    
}
.resume li{
    list-style-type: none;
    padding-bottom:.75rem;
}
.events{
    text-align: center;
    margin:1em auto;
    border: 1px solid #444;
}
.events h2{
    font-size:3em;
    color:orange;
}
.events p{
    font-size:1.5em;
}
.events img{
 margin:2em auto;  
    padding: 0 1em;
}
.events a{
    color:coral;
 }
.events a:hover{
    text-decoration: underline;
}

.btn-round {
    border-radius: 4px !important
}

.btn.btn-large i {
    font-size: 24px
}



.footer a{
    color:#ccc;
 }
.footer a:hover{
    color:#aaa;
 }

/*iframe {
    margin: 1em 0;
}*/

.social img{
    margin: .2em .5em;
    height:40px;
    width:40px;
     
    transition: 0.3s;
}
.social a:hover{
     -webkit-filter: opacity(.5);
     filter: opacity(.5);
}


.pdf{
    margin-bottom: 2em;
    padding-bottom: 0;
/*
    border-bottom: 4px solid grey;
    border-top: 4px solid grey;
*/
}

.curatorial{
margin-bottom: 1.5em;
    
}

.curatorial h3{
    margin-bottom:1em;
}

blockquote {
    font-style: italic;
    font-weight: 600;
     margin: 1em  4em;
 }

.undisclosed-img{
width:100%;
margin: 10px auto;
}

@media (max-width:990px) {
    .jumbotron h1 {
        font-size: 3em;
        }
 .jumbotron h1 {
     margin-top:1em;
    }

}

@media (max-width:768px) {
    .photos img{
        width:200px;
        }
.jumbotron h1{
      font-size: 1.75em;  
    }
.jumbotron p {
        font-size: 1.0em;
        margin: 0;
        width: 100%;
        padding: 0 .5em .5em.5em;
    }

.banner{
    width: 90%;
    font-size:1.5em;
}
  
}


@media (max-width: 576px) {
  

    .jumbotron h1 {
        width: 100%;
        background-color: rgba(5, 5, 5, 0.2);
        font-size: 1.5em;
        padding-bottom: 0.5em;
        margin-bottom: 0;
          
    }

    .jumbotron p {
        font-size: 1.0em;
        margin: 0;
        width: 100%;
        padding: 0 .5em .5em.5em;

    }
  
    .content h1{
        font-size:2em;
    }
    .photos .item{
        margin:auto;
    }

    .photos h4 {
        margin-bottom: 1em;
    }

    .photos p {
        padding: 0 .75em .5em.75em;
    }
    .photos img{
        width:150px;
    }



}

@media (max-width: 576px) and (orientation : landscape) { 
    
    .jumbotron h1 {
    visibility:hidden;
          
    }

    .jumbotron p {
        font-size: 1em;
        margin-top:-0em;
        width: 90%;
        padding: 0em .5em .5em 0em;
/*        position:absolute;*/
        top:4.5em;
} 
}

@media (max-width: 768px) and (orientation : landscape) { 
    
    .jumbotron h1 {
    visibility:hidden;
          
    }


    .jumbotron p {
        font-size: 1em;
        margin-top:-5em;
        width: 100%;
        padding: .5em .5em .5em .5em;
/*        position:absolute;*/
        top:4.5em;
} 
}
    
