body {
  /*padding-top: 54px;*/
}

.navbar {
  padding-top: 40px;
		padding-bottom: 35px;
}

.navbar-brand {
  font-size: 30pt;
		font-weight: normal;
		text-transform: lowercase;
		font-family: 'Lora', sans-serif;
}

.navbar-brand small {
  font-size: 12pt;
		color: #999;
}

.header {
  border-top: 1px solid #ddd;
		padding: 0px 10px;
		margin-bottom: 20px;
		font-family: 'Lora', sans-serif;
		color: #555;
}

.header small {
  display: block;
		font-size: 10pt;
		color: #aaa;
}

.table-borderless td,
.table-borderless th {
    border: 0;
				/*padding: 0;*/
}

.mason-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.mason-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.card:hover .mason-image {
  opacity: 0.3;
}

.card:hover .mason-middle {
  opacity: 1;
}

.mason-text {
  color: black;
  font-size: 16pt;
  padding: 0px;
		cursor: pointer;
		text-transform: lowercase
}

.social-icons a {
  text-decoration: none;
		color: #555;
}


@media (max-width: 720px) {

  .navbar {
    padding-top: 20px;
		  padding-bottom: 15px;
  }

  .navbar-brand {
    font-size: 18pt;
  }

  .navbar-brand small {
    font-size: 8pt;
  }
		
		.header h3 {
		  font-size: 16pt;
		}
		
}

@media (min-width: 992px) {

  .navbar-brand {
    font-size: 24pt;
  }
		
  .navbar-brand small {
    font-size: 8pt;
  }
}

@media (min-width: 1200px) {

  .navbar-brand {
    font-size: 30pt;
  }
		
  .navbar-brand small {
    font-size: 12pt;
  }
}





.modal {
    -webkit-overflow-scrolling: auto
}

.modal-header {
		padding: 10px 20px;
}
.modal-header h2 {
  font-family: 'Lora', sans-serif;
}

.modal-body .media-body {
  padding: 0px 15px 10px;
}

.modal .card {
  border:0;
}

.testimonial {
  line-height: 9pt;
}

/*contact us*/ 
.socialcolumn .media {
  padding: 10px 0px;
}

.socialcolumn .fa-stack {
  color: #777;
		margin-right: 10px;
}

.socialcolumn h5 {
  line-height: 14pt;
		margin-top: 8px;
		font-size: 12pt;
}

.socialcolumn h5 small {
  display: block;
		font-size: 10pt;
}

/*showreel*/
.resume-title {
  border-bottom: 1px solid #ddd;
		margin: 30px 5px 0px
}

.resume-title h3 {
  color: #ff5c5c;
		font-size: 14pt;
		font-weight: normal;
		text-transform: uppercase;
}

.table-resume thead td {
  font-weight: bold;
		text-transform: uppercase
}

.table-resume tbody td small {
  display: block;
		margin-left: 10px;
		font-style: italic;
}

/*gallery*/
.thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
		display: inline-block;
		padding: 0;
		margin: 0px 3px;
}
.thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.headshot {
  position: relative;
  width: 140px;
  height: 230px;
  overflow: hidden;
		display: inline-block;
		padding: 0;
		margin: 0px 3px;
}
.headshot a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.paints {
  position: relative;
  width: 120px;
  height: 180px;
  overflow: hidden;
		display: inline-block;
		padding: 0;
		margin: 0px 3px;
}
.paints a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blueimp-gallery .slidepicture {
		padding-bottom: 90px;
}

.blueimp-gallery > .header {
  background-color: rgba(0,0,0,0.5);
		position: absolute;
  bottom: 0px;
		width: 100%;
  color: #fff;
		border: 0;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 15px 20px;
		margin: 0;
}

.blueimp-gallery > .header > .subtitle {
  margin: 0;
		padding: 0;
		font-size: 18pt;
		font-weight: bold;
}

.blueimp-gallery > .header > .description {
  margin: 0;
		padding: 0;
		font-size: 10pt;
		line-height:12pt;
}
.blueimp-gallery-controls > .header > .description {
  /*display: block;*/
}

.testimonial p {
		font-size: 12pt;
		line-height: 16pt
}

@media (min-width: 960px) {

  .modal-dialog {
    overflow-y: initial !important
  }
		
		.fixed-scroll {
    overflow-y: auto;
    max-height: 450px;
    /*height: calc(100vh - 50px);*/
  }
		
		.contactpic {
		  max-width: 600px;
		}
		
		.socialcolumn h5 {
    line-height: 14pt;
		  font-size: 16pt;
  }
		
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 1000px;
  }
}

@media (max-width: 576px) {

  .blueimp-gallery .slidepicture {
	  	padding-bottom: 130px;
  }

  .blueimp-gallery > .header > .subtitle {
		  font-size: 14pt;
  }

  .blueimp-gallery > .header > .description {
		  font-size: 8pt;
		  line-height:10pt;
  }

		.testimonial p {
		  font-size: 10pt;
				line-height: 12pt;
		}
		
}