body{
    margin: 0;
    padding: 0;
    background: #DDD;
    font-size: 16px;
    color: #222;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-image:url('../art/photography.png');
    background-position: center;
    background-repeat: inherit;
    
}
.mainTitle{
    font-family: 'Rubik Mono One', sans-serif;
    color:#000;
    font-size:85px;
    margin-top:40px;
    margin-bottom:20px;
    letter-spacing: 10px;
    margin-bottom:30px;
    background: url('../art/city.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.picsBox{
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
    
}
.onePicBox{
    position: relative;
}
.imgBox{
    padding-top:20px;
    padding-bottom: 20px;
    transition-duration: 0.4s;
    background-color:#fff;
}
.imgBox:hover{
    background-color:rgba(224, 224, 224, 0.5);
    border-radius:35px;
    transition-duration: 0.5s;
}
.zoom{
    display:inline-block;
    position: relative;
    border-radius:15px;
}
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
}
.zoom img::selection { background-color: transparent; }
.imgLink{
    text-decoration: none;
    border-radius: 35px;
    padding-bottom: 20px;
    transition-duration: 0.5s;
}

.imgStyle{
    transition-duration: 0.4s;
}

.caption{
    position: absolute;
    bottom: 0;
    transition-duration: 0.4s;
    color: #0f0b42;
    font-weight:bold;
    width:100%;
    margin-bottom:0;
}
.caption span{
    text-transform:uppercase;
    color: #941725;
    font-weight:bold;
    transition-duration: 0.5s;
}
.imgLink:hover{
    text-decoration: none;
    
}

.imgLink:hover .caption{
    letter-spacing:1px;
    color: #941725;
    transition-duration: 0.5s;
}
.imgLink:hover .caption span{
    letter-spacing:1px;
    color: #0f0b42;
    transition-duration: 0.3s;
}
.scrollTopButton.show {
     visibility: visible;
     cursor: pointer;
     transition: all 0.5s ease-in-out;
}
.scrollTopButton {
     width: 64px;
     height: 64px;
     position: fixed;
     visibility: hidden;
     overflow: hidden;
     z-index: 99999999;
     background-image: url('../art/up-arrow.png');
     background-position: center;
     background-size:contain;
     right: 30px;
     bottom: 30px;
     transition: all 0.5s ease-in-out;
}
.footer{
    margin-top:30px;
    padding:20px;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {

} 
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
} 
@media only screen and (max-width: 768px) {
    
} 
  /* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
   
} 

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (max-width: 992px) {
    .mainTitle{
        font-size:40px;
    }
} 
@media only screen and (min-width: 992px) {
    
} 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
}
@media only screen and (max-width: 1200px) {
    
}