/*
** Web Portfolio for Rob Thorp 1.0
*/
body,html{
  font-family: 'Red Hat Display', sans-serif;
  background-color:white;
 /* background-image: url('images/background-pattern.jpg');
  background-repeat: repeat;*/
}

a, a:link, a:hover {
color: #28497e;
}

a:focus { outline:none; }


h1, h2, h3, h4, h5, p, a {
  font-family: 'Red Hat Display', sans-serif;
}


.img-full-fluid {
  display:block;
  width: 100%;
  max-width:100%;
  height: auto;
}

/* CUSTOM GRID OPTION FOR 5-COLUMN LAYOUT */
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xl-15 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.col-15 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 576px) {
  .col-15 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {

  .col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-15 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {

.col-md-15 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* CUSTOM GRID OPTION FOR 3-COLUMN LOGO LAYOUT */
.col-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xl-16 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.col-16 {
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}

@media (min-width: 480px) {
  .col-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {

  .col-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {

.col-md-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
}

@media (min-width: 992px) {
  .col-lg-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-16 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
.bluebar {
  height:10px;
  background-color:#28497e;
  margin-bottom:20px;
}

/* Header */
.header-block {
  border-bottom:1px solid #28497e;
  position: absolute;
  background-color:white;
  width:100%;
  z-index:1000;
  box-sizing:border-box;
  background-image: url(images/background-pattern.jpg);
    background-repeat: repeat;
}

header .row {
    margin-right: 0;
    margin-left: 0;
}



.simple-navigation a,
.simple-navigation a:link {
  color:#28497e;
  text-decoration: none;
  margin: 0 4px;
  text-transform: uppercase;
  font-weight:400;
}
.simple-navigation a:hover {
  text-decoration: underline;
}

.blueline {
  border-bottom:#28497e solid 1px;
  margin-bottom:40px;
}

/* Content */
.content-block {
  padding: 0 0 10px 0;
}

a.assets-bkg,
a.assets-bkg:link {
  width:100%;
  background-size: cover;
  background-repeat: no-repeat;

  position:relative;
  overflow:hidden;

  
}

div.asset-border {
  display:block;
  width:100%;
    border: 1px solid;
	box-sizing:border-box;
  box-shadow: 0;
}

span.txt-view {
  position: absolute;
  text-align: center;
  width:100%;
  font-weight:bold;
  color:#fff;
  text-shadow: 0px 2px 8px #000000;

  -webkit-transition-delay: 0.6s; /* Safari */
  transition-delay: 0.6s;

  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -ms-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;

  bottom:-30px;
  
}

a.assets-bkg,
a.assets-bkg:link img {
  display: block;
  opacity:1;
}
a.assets-bkg:hover img {

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
   opacity: 0;

}

a.assets-bkg:hover div.asset-border {

  -webkit-transition-delay: 0.4s; /* Safari */
  transition-delay: 0.4s;

  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  -ms-transition: box-shadow 0.2s ease-in-out;
  -o-transition: box-shadow 0.2s ease-in-out;

  box-shadow: inset 0 0 0 5px #28497e;
}



a.assets-bkg:hover span.txt-view {
  bottom:20px;
}

p.ad-title {
  font-size:.9rem;
  font-weight:400;
  text-transform: uppercase;
  padding: 15px 0 0 0;
  margin:0;

}

p.ad-type {
  font-size:.8rem;
  font-weight:700;
  font-style:normal;
	margin:0;
}

p.ad-desc {
  font-size:.75rem;
  font-weight:400;
  font-style:italic;
}

/* row 1*/ 

.bkg-gncPres {
  background-image: url('images/assets-bkg-gncPres.jpg');
}

.bkg-gncPop {
  background-image: url('images/assets-bkg-gncPop.jpg');
}

.bkg-gncHoliday {
  background-image: url('images/assets-bkg-gncHoliday.jpg');
}
.bkg-windex {
  background-image: url('images/assets-bkg-windex.jpg');
}
.bkg-1450-site {
  background-image: url('images/assets-bkg-1450club.jpg');
}
.bkg-gncCamo {
  background-image: url('images/assets-bkg-gncRedcon1.jpg');
}
.bkg-titos {
  background-image: url('images/assets-bkg-titos.jpg');
}
.bkg-badlands {
  background-image: url('images/assets-bkg-badlands.jpg');
}
.bkg-camry {
  background-image: url('images/assets-bkg-toyota-camry.jpg');
}
.bkg-mmp-logos {
  background-image: url('images/assets-bkg-mmp-logos.jpg');
}
h2 {
  font-size:1.1rem;
  font-weight:400;
  color:#000;
  line-height: 1.4;
  text-align: center;
  background-color:white;
  padding: 0 10px;
  letter-spacing:2px;
  margin:auto;

}


.ruleDivider {
	height:1px;
	background-color: #28497e;
	width: 100%;
	  margin-bottom:-12px;
	margin-top: 15px;
}


.aboutSec {
width:46%;
}

.clientsSec {
width:93%;
margin-bottom: 40px;

}

.portfolioSec {
width:44%;
margin-bottom: 40px;
}


/* Bio / Skills */

.bioRow {
	padding-top:11rem;
}

.skillsRow {
	padding-top:2rem;
}
.bioRow p {
  color:#fff;
  font-size:1rem;
  line-height:1.6;
  font-weight:400;
  letter-spacing: -.05px;
  
}

.skillsRow p {
  color:#333;
  font-size:.95rem;
  line-height:1.6;
  font-weight:400;
  
}


.bioRow .skills-text p {
  color:#333;
  font-size:.95rem;
  font-weight:400;
  line-height:1;
  text-transform: uppercase;
  margin:0; padding:0;
  padding-bottom:5px;
}

.bios-block {
  padding-bottom:45px;
  margin: auto;
}

.welcome-block {
  padding-bottom:0;
  margin: auto;
  text-align: center;
}

.welcome-block p {
    color: #fff;
    font-size: 3.2em;
    line-height: 1em;
    font-weight: 500;
}

.skills-block {
  margin:auto;
}

.skills {
  width:100%; height:10px;
  background-color:#b8c2d2;
  margin-bottom:30px;
}

.expert {
  display:block;
  height:100%;
  width:100%; 
  background-color:#28497e;
}

.expert2 {
  display:block;
  height:100%;
  width:90%; 
  background-color:#28497e;
}
.advanced {
  display:block;
  height:100%;
  width:75%;
  background-color:#28497e;
}
.advanced2 {
  display:block;
  height:100%;
  width:75%;
  background-color:#28497e;
}
.intermediate {
  display:block;
  height:100%;
  width:65%;
  background-color:#28497e;
}
.intermediate2 {
  display:block;
  height:100%;
  width:55%;
  background-color:#28497e;
}



/* Footer */
.footer {
  text-align: center;
  padding:40px 0;
  background-color:#f4f4f4;
  margin-top: 30px;
}

.footer p {
  font-size:13px;
  text-transform: uppercase;
  margin-bottom:0;
}

	.logo-block {
	padding: 0 50px;
    text-align: center;
    font-size: 1.4rem;
    margin: 28px auto 0;
    letter-spacing: 2px;
	line-height:.75em;
}

.subtitles {
	margin-left:0;
  font-size:.7rem;
  color:#333;
  text-align: center;
  text-transform: uppercase;
  letter-spacing:2px;
   display: block;
 padding-bottom: 20px;
 padding-top: 5px;

}

	.simple-navigation {
    padding: 0;
    font-size: .75rem;
    letter-spacing: 2px;
    margin: 0 auto 20px auto;
	    text-align: center;

}

.simple-navigation a, .simple-navigation a:link {
    color: #28497e;
    text-decoration: none;
	margin: auto;
    text-transform: uppercase;
    font-weight: 400;
}

    .simple-navigation span {
      display:inline;
      width:auto;
	  padding-left:10px;
    }
	
	.hero {
		max-width:100%;
		margin-bottom: 90px;
		background: linear-gradient(rgba(20, 37, 64, 0.5), rgba(20, 37, 64, 0.7)), url('images/homeBackground.jpg') ;
		background-repeat: no-repeat; 
		background-size: cover;
		background-position: center center;
	}

/* MEDIA QUERIES */

@media (min-width: 375px) {
	.aboutSec {
width:39%;
}

.clientsSec {
width:77%;
margin-bottom: 40px;

}

.portfolioSec {
width:36%;
margin-bottom: 40px;
}
}

@media (min-width: 440px) {
	.aboutSec {
width:32%;
}

.clientsSec {
width:65%;
margin-bottom: 40px;

}

.portfolioSec {
width:30%;
margin-bottom: 40px;
}
}
@media (min-width: 480px) {
	
	h2 {
  font-size:1.2rem;
}

.logo-block {
    padding: 0 100px;
    text-align: center;
}

.subtitles {
	text-align: left;
    padding-bottom: 20px;
	display: inline-block;
	padding-top: 0;

}
	

	.aboutSec {
width:33%;
}

.clientsSec {
width:62%;
margin-bottom: 40px;

}

.portfolioSec {
width:31%;
margin-bottom: 40px;
}

.welcome-block p {
    font-size: 3.2em;
	}

  
  
  }


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	
	.simple-navigation a, .simple-navigation a:link {
	margin: 0 0 0 8px;
}

  .simple-navigation span {
    display:inline;
    width:auto;
  }
  
  .logo-block {
	  padding: 0 0 0 30px;
	  text-align: left;
  }
  
.bioRow {
    padding-top: 9rem;
}

.simple-navigation {
    text-align: right;
    margin: auto;
    padding: 15px 30px 15px 0;

}

.aboutSec {
width:26%;
}

.clientsSec {
width:56%;
margin-bottom: 40px;

}

.portfolioSec {
width:25%;
margin-bottom: 40px;
}

.welcome-block p {
    font-size: 3.8em;
	}

 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {


  .header-block {
  position: fixed;
}

		.logo-block {
    margin: 20px auto;
	line-height:1.5;
}

.bioRow {
    padding-top: 8rem;
}


.subtitles {
    padding-bottom: 0;
}

.simple-navigation {
    padding: 10px 30px 0 0;
    text-align: right;
    font-size: .75rem;
    letter-spacing: 2px;
    margin: 20px auto;

}

.simple-navigation a,
.simple-navigation a:link {
  margin: 0 0 0 8px;
}

.simple-navigation a:hover {
  text-decoration: underline;
}

.aboutSec {
width:19%;
}

.clientsSec {
width:42%;
margin-bottom: 40px;

}

.portfolioSec {
width:18%;
margin-bottom: 40px;
}

.welcome-block p {
    font-size: 5.15em;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.subtitles {
    font-size:.8rem;
	word-spacing: 1px;
  }
  
  	.logo-block {
    padding-left: 40px;
}

.simple-navigation {
    padding-right: 40px;
}


  
  .col-lg-8 {
    flex: 0 0 60%;
    max-width: 60%;
	padding-left: 15px;
}

.col-lg-4 {
    flex: 0 0 40%;
    max-width: 40%;
	padding-right: 20px;
}

.aboutSec {
width:39%;
}

.clientsSec {
width:53%;
margin-bottom: 40px;

}

.portfolioSec {
width:15%;
margin-bottom: 40px;
}

.welcome-block p {
    font-size: 6em;
}

.welcome-block {
    padding-bottom: 45px;
	text-align:right;
}
  
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.aboutSec {
width:31%;
}

.clientsSec {
width:44%;
margin-bottom: 40px;

}

.portfolioSec {
width:13%;
margin-bottom: 40px;
}

.welcome-block {
  padding-bottom:35px;
}

.welcome-block p {
    font-size: 7em;
}

}





