@font-face {font-family:"SteelTongs";src:url("SteelTongs.ttf") format("truetype"),url("SteelTongs.svg#SteelTongs") format("svg");font-weight:normal;font-style:normal;}

html {
	scroll-behavior: smooth;
}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Raleway,Arial,Helvetica,sans-serif;
    font-weight: 800;
}
/* Toplink for Notices - at the top of the header */

header .container .toplink a {
	font-style: normal;
	padding: 10px 20px;
	background-color: #fff;
	color: rgba(0,111,196,1.0);
	border-radius: 5px;
}

header .container .toplink a:visited,
header .container .toplink a:hover {
	color: rgba(0,111,196,.5);
	text-decoration: none;
}

/* Font Awesome Icons and Borders */

.fa-circle {
	font-size: .4em;
	margin: 0 20px;
	position: relative;
	top: -4px;
}

header .fa-borders .hrleft,
header .fa-borders .hrright,
.sub-header .fa-borders .hrleft,
.sub-header .fa-borders .hrright,
#about .fa-borders .hrleft, 
#about .fa-borders .hrright {
	    border-top: #fff solid 4px;
}

#portfolio .fa-borders .hrleft,
#portfolio .fa-borders .hrright {
	border-top: #006FC4 solid 4px;
}

header .fa-borders i,
.sub-header .fa-borders i,
#about .fa-borders i {
	color: #fff;
}

.fa-borders {
	padding: 50px 0 50px 2%;
	overflow: auto;
	margin: 0 auto;
	max-width: 450px;
}		
.fa-borders .hrleft,
.fa-borders .hrright	{
	float: left;
    width: 43%;
	margin-top: 13px;
}	
.fa-borders i {
	float: left;
	width: 5%;
	margin: 0 5% 0 2.5%;
	text-align: center;
	font-size: 2em;
}

@media (max-width: 767px){
	.fa-borders {
		max-width: 300px;
	}
	.fa-borders .hrleft,
	.fa-borders .hrright {
		margin-top: 8px;
	}
	.fa-borders i {
		font-size: 1.5em;
		margin: 0 6% 0 2%;		
	}
}


hr.comments-light,
hr.comments-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.comments-light:after,
hr.comments-primary:after {
    content: "\f0e0";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.comments-light {
    border-color: #fff;
}

hr.comments-light:after {
    color: #fff;
    background-color: #006FC4;
}

hr.comments-primary {
    border-color: #333;
}

hr.comments-primary:after {
    color: #333;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

header {
	padding-top: 1px;
	background: #006FC4;
}

.sub-header {
	background: #006FC4;
}


header h1, header h2, header h3,
.sub-header h1, .sub-header h2, .sub-header h3 {
    text-align: center;
    color: #fff;
}

header p,
.sub-header p {
	color: #fff;
}

header .container .intro-text .skills,
.sub-header .container .intro-text .skills {
	text-align: center;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .container a,
.sub-header .container a {
	color: #fff;
	font-style: italic;
}

header .row,
.sub-header .row {
	padding-top: 20px;	
}

header img,
.sub-header img {
    display: block;
    margin: 10px auto 20px auto;
}

header .intro-text .name, header .container h1,
.sub-header .intro-text .name, .sub-header .container h1 {
    display: block;
    text-transform: uppercase !important;
    font-family: Raleway,Arial,Helvetica,sans-serif !important;
    font-weight: 300;
	font-size: 1.25em;
}

/* Additional Content */

#addcontent {
	margin-top: 90px;
}

#addcontent h2 {
	font-size: 1.5em;
}

#addcontent p {
	text-align: center;
}


/* Blog Header */
.single-post header .intro-text .name, 
.single-post header .container h1 {
    font-weight: 800;
    font-size: 39px;
}

@media (max-width: 767px){
	header .intro-text .name, header .container h1 {
		font-size: 48px;
	}
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: normal;
}

/* Style to make YouTube iframe responsive */

#video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

#video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Corrections to get Facebook Page Plugins to show */

.fb_iframe_widget span{        
	overflow: initial !important;
}

/* Teaching Section Style */

#portfolio h2,
#portfolio .fa-borders i {
	color: #006FC4;
}

/* ==========================================

     Blog (WordPress blog override style)

============================================*/

.blog header .container h1 {
	font-size: 3em;
	font-weight: bold;
}


/* Below selectors are only for WordPress since Firefox can't manage font-face for this one */

@media (min-width: 768px) and (max-width: 991px){
	.pull-left {
		position: absolute;
	}
}

@media (min-width: 768px) {
	.navbar-header .pull-left img {
		max-width: 45% !important;
		margin-top: -22px;
		margin-left: -25px;
	}
}


@media (max-width: 767px) {
	.navbar-header .pull-left img {
		max-width: 35% !important;
		margin-top: 0;
		margin-left: 0;
	}
}

@media (max-width: 460px){
	.pull-left {
		float: none !important;
		
	}
}

#main {
	position: relative;
	padding: 0px 20px;
}
#searchform {
	margin: 20px 0;
}

#main #content {
	margin: 0px;
	padding: 0 0 20px 0;
}

#main #content article {
	margin-bottom: 100px;
}

#main #content div {
	margin: 0px;
}

#main #content #comments {
	padding-top: 20px;
	border-top: thin solid #000;
}

#main li {
	font-size: 1.2em;
	padding-left: 7px;
	margin-left: -20px;
}

#main #content h1 a:link {
	text-decoration: none !important;
}

#main #content a:link {
	text-decoration: underline;
	text-decoration-color: #9E9E9E;
}

#main #content a:hover {
	text-decoration: underline;
	text-decoration-color: #006FC4;
}

#main #primary h2 {
	font-size: 1.5em;
	margin-top: 40px;
}

#main #primary h3 {
	font-size: 1.2em;
	text-transform: initial;
}

#main #secondary h3 {
	font-family: Raleway,Times, serif;
	font-weight: 800;
	color: #FFF;
	font-size: 1em;
	margin-bottom: 10px;
}

#main #secondary li {
	margin-bottom: 10px;
}

#main #content h1 a {
	text-decoration: none;
}

#main #content a:link, #main #content a:visited {
	color: #333;

}
#main #content a:hover {
	color: #006FC4;

}


#main #content .entry-meta, #main #content .comments-link, #main #content .entry-meta span {
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: small;
	font-style: normal;
	font-style:italic;
}
#main #content div.comments-link {
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:italic;
	font-weight: lighter;
}

#main #content .entry-content {
	margin-top: 10px;
	margin-bottom: 30px;
}

#main #content footer.entry-meta {
	margin-bottom: 50px;
}

/* Custom OL List Item Style - Blogs */

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
}

#main .custom-counter li {
    counter-increment: step-counter;
	margin-bottom: 50px;
}

.custom-counter li::before {
    content: counter(step-counter);
    margin-right: 10px;
    font-size: 1.5em;
    background-color: rgb(200,200,200);
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

#main #content .entry-content li>strong {
	font-size: 1.5em;
}


.blog #primary {
	float: left;
	width: 65%;
	border-right: thin solid #d2d2d2;
	/* box-shadow: rgba(0,0,0,0.2) 10px 10px; */
	padding: 0px 30px 20px 20px;
	margin-right: 5%;
}
#primary .assistive-text {
	display: none;
}

#primary img {
	width: auto;
	max-width: 100%;
}

.entry-header {
	background-color: #fff;
	text-align: left;
	border-top: 1px #999 solid;
}

#content article:first-child header.entry-header {
	border-top: 0 !important;
	padding-top: 0;
}

.blog #main h1, .blog #main h2, .blog #main h3, .blog #main h4 {
	text-transform: none !important;
}

.entry-header {
	clear:both;
	margin-top: 50px !important;
}

.entry-header h1.entry-title, .entry-header h1.entry-title a {
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #000;
	margin-bottom: 25px;
	text-align: left;
}

.entry-meta {
	margin: 0 10px 0 0 !important;
}
.entry-meta span, .entry-meta a {
	color: #9999AA !important;
}
.comments-link {
	margin: 0 0 20px 0;
}

.comments-link a, .comments-link span {
	background-color: #9999AA;
	color: #fff	!important;
	padding: 2px 3px;
}

footer.entry-meta {
	margin-bottom: 10px !important;
	padding-bottom: 1px !important;
}



.blog #secondary {
	float: left;
	background-color: #99A;
	width: 30%;
	padding: 20px 2%;
	margin-bottom: 20px;
}

.blog #secondary aside {
	padding-bottom: 30px;
}

.blog #secondary aside select {
	width: 150px;
}

.blog #secondary aside label {
	margin-right: 10px;
}

#main #secondary a:link, #main #secondary a:visited {
	color: #FFF;

}
#main #secondary a:hover {
	color: #006FC4;
	text-decoration: none;

}

#nav-single {
	margin-bottom: 20px;
}


.picright {
	float: right;
	margin: 10px 10px 10px 20px;
}
.picleft {
	float: left;
	margin: 10px 20px 10px 10px;
}


.blog header, .single-post header {
	padding: 50px 0 0 0;
}


.blog section, .single-post section {
	padding: 0 0 20px 0;
}

/* Single Post pages - no sidebar */

.single-post #primary {
	width: 100%;
	/* box-shadow: rgba(0,0,0,0.2) 10px 10px; */
	padding: 0px 20px 20px 20px;
}

.single-post #secondary {
	display: none;
}


/* Comment form style */

#comments .commentlist {margin: 10px 0 30px 0;}

#comments .commentlist .avatar {float: left; margin: 0 15px 0 5px;}

#commentform p {margin-bottom: 10px;}

#commentform p.comment-form-author .required {margin-right: 20px;}

#commentform p.comment-form-email .required {margin-right: 23px;}

#commentform p.comment-form-url label {margin-right: 17px;}

#commentform p.comment-form-comment label {
	margin-right: 5px;
	float: left;
}

#commentform p.comment-notes {margin: 10px 0; font-size: small;}

#commentform p.form-allowed-tags {margin: 10px 0 30px 0; font-size: small;}

#commentform p.form-allowed-tags code {display: block;}



/* ============================================

   Courses Taught boxes in Portfolio section 

=============================================*/

.teach1 {
	padding: 30px 10px;
    width:100%;
	max-width: 400px;
	height: 260px;
	margin: 0 auto;
    background-color: #006FC4;
    color:white;
    position:relative;
	border-radius: 20px;
	text-align: center;
}

.teach1 a {
	color: #fff;
}

.link-spanner{
  position:absolute; 
  width: 90%;
  height: 90%;
  top:0;
  left: 0;
  z-index: 10;
} 


.teach1 p {
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-weight: 500;
}

.teach1 .classtitle {
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.teach1 .classprefix { 
	transition: all .5s ease-in;
	font-size: 3em;
	opacity: 1;
}

.teach1:hover .classprefix {
		transform: scale(.5) translate(-20px,20px); 
		opacity: .25;
}

.teach1 .extratopmargin {
	margin-top: 20px;
}

.teach1 .classsymbol { 
	font-size: 2em;
	transition: all .5s ease-in; 
	opacity: .3333;
}

.teach1:focus .classsymbol,
.teach1:hover .classsymbol {
	transform: scale(4);
	opacity: 1; 
}

.teach1 .classsymbol .quote {
	font-size: 75%;
	opacity: 1;
}

.teach1 .classtitle {
	font-size: 1.75em;
	font-style: italic; 
	transition: all .5s ease-in; 
}

.teach1:focus .classtitle,
.teach1:hover .classtitle {
	transform: scale(.5) translate(0px,-20px);
	opacity: .25;
}


/*  ====================================

   Filmmaking FBF Image Link rollover 

=======================================*/


#fbf-link { 
	position: relative;
	z-index: 10;
	height: 300px;
	width: 227px;
	margin: 0 50px 20px auto;
}

/* Pad the bottom of the a tag for the height of the background image, and pad either the left of right for the width of the background image. */

#fbf-link a {
	padding: 0 0 300px 227px;
}

#fbf-link a:link {
	transition: all .4s ease-in-out;
	background-image: url(../img/fbf-head.png);
	background-repeat: no-repeat;
}

#fbf-link a:hover {
	background-image: url(../img/fbf-head-reverse.png);
}

/* Preload */

#footer-logo {
	background-image: url(../img/fbf-head-reverse.png);
	background-repeat: no-repeat;
}

/* =========================================

      Past Classes page style only
  
==========================================*/

#course-list {
	padding-top: 20px;
}

#course-list .col-md-6 {
	padding: 0 25px;
}

.pcclogo {
	padding: 20px 20px 20px 20px;
	margin: 0 0 30px 0;
	background-color: #0D234C;
}

.ccclogo {
	padding: 20px 20px 20px 20px;
	margin: 0 0 30px 0;
	background-color: #007B85;
}

/* List group items in course-list section */

#course-list .list-group li {
	list-style-type: none;
	margin-bottom: 5px;
}

#course-list a.list-group-item {
	/* color: #000; */
}




/* Past Classes fixes */

.past-classes h1 {
	font-weight: 800 !important;
	font-size: 3em !important;
}

.past-classes footer .btn-social {
	padding-top: 0px;
}

.teaching-image {
	text-align: center;
}

.instructor-info {
	margin-bottom: 30px;
}

/* ==================================================================

Button and Navbar Customizations to override Bootstrap defaults - GK 

===================================================================*/

.navbar {
	background-color: #333;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #999;
}


.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus  {
	color: #999;
}

.btn-success {
	background-color: #006FC4;
	border-color: #006FC4;
}

.btn-success:hover,.btn-success:active,.btn-success:focus {
	background-color: #006FC4;
	border-color: #006FC4;	
}


/* ====================================

    GK Toolkit and small fixes
	
=====================================*/

.note {
	padding: 20px;
}

.clearit {
	clear:both;
}

.centerit {
	text-align:center;
}
.rightit {
	text-align:right;
}

.leftit {
	text-align:left;
}

.copyright {
	font-style: italic;
	margin-top: 40px;
	font-size: .8em;
}

.footer-col-break {
	display: none;
}

/* Instructor Note style */

blockquote {
	margin: 10px 40px;
	padding: 10px 10px;
	background-color: #CEFFE7 !important;
	border-radius: 10px;
}

blockquote strong {
	font-family: Arial, Helvetica, sans-serif;
}


/* ========================================

    Portfolio section related selectors 

==========================================*/

#portfolio * {
    z-index: 2;
}

#portfolio .fa-play {
	transform: rotate(-90deg);
}

/* ===========================================

   Media Queries and other Freelancer style

============================================*/

/* Navbar Media Queries and Navbar Global Selectors */

@media(min-width:768px) {
    header .container {
        padding-top: 140px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

/* Below Altered for GregKerr.Net brand - GK */

    .navbar-fixed-top .navbar-brand {
 		font-family: SteelTongs,sans-serif;
		font-weight: normal;
		text-transform:none;
        font-size: 4em;
		position: relative;
		top: -20px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

   .navbar-brand .gk-med {
	   font-size: 66.6667%;
   }
   .navbar-brand .gk-small {
	   font-size: 50%;
   }
   
    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 2.5em;
		position: relative;
		top: -5px;
    }
}

.navbar {
    text-transform: uppercase;
	font-family: Raleway,Arial, Helvetica, sans-serif;
	font-weight: 800;
}

.navbar a:focus {
    outline: 0;
	}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 60px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #006FC4;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #FFF;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }

/* Another alteration to the navbar when it scales smaller - GK */	

    .navbar-fixed-top .navbar-brand {
 		font-family: SteelTongs,sans-serif;
		font-weight: normal;
		text-transform:none;
        font-size: 2.5em;
		position: relative;
		top: -10px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

   .navbar-brand .gk-med {
	   font-size: 66.6667%;
   }
   .navbar-brand .gk-small {
	   font-size: 50%;
   }
	
}

/* Portfolio Media Query */

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
	header .top-row {
		margin-bottom: 20px;
	}
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #333;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    background: #fff !important;
    border-radius: 5px;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #333;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer a {
	color: #fff;
}

footer h3, footer ul {
	text-align: center;
}

footer h4 {
	font-size: 1em;
	text-align:left;
}

footer p {
	font-size: 1em;
	text-align:left;
}

footer li {
	list-style-type: none;
}

footer .list-group a {
	margin-bottom: 5px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #333;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #222;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #FFF;
	background-color: #006FC4;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}



/* ===================================

  Media queries below added by GK 
  
====================================*/


@media (max-width: 480px) {

	header .row img {
		max-width: 75%;
	}

/* Class Boxes shrink font size */

.portfolio-item .caption .classprefix  {
		font-size: 2.5em;
	}

.portfolio-item .caption .classtitle  {
		font-size: 1.5em;
	}

/* FBF Image Style */

	#about .col-xs-6 {
		float: none;
		width: auto;
	}
	
	#about #fbf-link {
		margin: 0 auto 30px auto;
	}

/* Facebook Page Plugin corrections */
	
	.fb_iframe_widget iframe{        
		width: 360px !important;
		height: 500px !important;    
	}
	
	.fb-footer-col {
		width: 360px;
		margin: 0 auto !important;			
	}

	.fb-page {
		height: 520px;
	}

/* Non-Facebook Footer Column */
	
	.footer-col {		
		margin: 0 auto 50px auto !important;
	}

/* WordPress Blog column correction */

	.blog #primary {
		float: none;
		width: 100%;
	}
	.blog #secondary {
		float: none;
		width: 100%;
	}

}

@media (min-width: 481px) and (max-width: 767px) {

/* FBF Image Style */

	#about .col-xs-6 {
		float: none;
		width: auto;
	}
	
	#about #fbf-link {
		margin: 0 auto 30px auto;
	}


/* Facebook Page Plugin corrections */
	
	.fb_iframe_widget iframe{        
		width: 360px !important;
		height: 500px !important;    
	}
	
	.fb-footer-col {
		width: 360px;
		margin: 0 auto !important;		
	}

	.fb-page {
		height: 520px;
	}
	
/* Non-Facebook Footer Column */
	
	.footer-col {		
		margin: 0 auto 50px auto !important;
	}

/* WordPress Blog column correction */

	.blog #primary {
		float: none;
		width: 100%;
	}
	.blog #secondary {
		float: none;
		width: 100%;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {

	.teach1 {
		padding: 20px 10px;
		height: 160px;
	}
	.teach1 .classprefix { 
	transition: all 1s ease-in-out;
	font-size: 1.5em;
	opacity: 1;
	}
	
	.teach1:hover .classprefix {
			transform: scale(.5) translate(-20px,20px); 
			opacity: .25;
	}
	
	.teach1 .classsymbol { 
		font-size: 1.25em;
		transition: all 1s ease-in-out; 
		opacity: .3333;
	}
	
	.teach1:hover .classsymbol {
		transform: scale(4);
		opacity: 1; 
	}
	
	.teach1 .classsymbol .quote {
		font-size: 75%;
		opacity: 1;
	}
	
	.teach1 .classtitle {
		font-size: 1em;
		font-style: italic; 
		transition: all 1s ease-in-out; 
	}
	
	.teach1:hover .classtitle {
		transform: scale(.5) translate(0px,-20px);
		opacity: .25;
	}

/* Facebook Page Plugin corrections */
	
	.fb_iframe_widget iframe{        
		width: 360px !important;
		height: 500px !important;    
	}
	
	.fb-footer-col {
		width: 360px !important;
		margin: 0 auto !important;
	}

	.fb-page {
		height: 520px;
	}
		
/* Non-Facebook Footer Column */
	
	.footer-col {		
		margin: 0 auto 50px auto !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

/* Text in header (Home) section */

	#header-text {
		width: 60%;
		margin: 0 auto;
	}

/* FBF Image Style */
	
	#about .subcontainer {
		width: 750px;
		margin: 0 auto;
	}

	#about .col-xs-6 {
		width: 375px;
	}
	
	#about #fbf-link {
		margin: 0 auto 30px auto;
	}
	
/* Course box style */
	
	.teach1 {
		padding: 20px 10px;
		height: 210px;
	}
	
	.teach1 .classprefix { 
	transition: all 1s ease-in-out;
	font-size: 2.5em;
	opacity: 1;
	}
	
	.teach1:hover .classprefix {
			transform: scale(.5) translate(-20px,20px); 
			opacity: .25;
	}
	
	.teach1 .classsymbol { 
		font-size: 1.8em;
		transition: all 1s ease-in-out; 
		opacity: .3333;
	}
	
	.teach1:hover .classsymbol {
		transform: scale(4);
		opacity: 1; 
	}
	
	.teach1 .classsymbol .quote {
		font-size: 75%;
		opacity: 1;
	}
	
	.teach1 .classtitle {
		font-size: 1.25em;
		font-style: italic; 
		transition: all 1s ease-in-out; 
	}
	
	.teach1:hover .classtitle {
		transform: scale(.5) translate(0px,-20px);
		opacity: .25;
	}


/* Facebook Page Plugin corrections */

	.fb_iframe_widget iframe{        
		width: 360px !important;
		height: 500px !important;    
	}
	
	.fb-footer-col {
		width: 360px !important;
	}
	
	.fb-page {
		height: 520px;
	}

	#fb-plugin-page-wrap {
		width: 730px;
		margin: 0 auto;
	}
		
/* Non-Facebook Footer Column */
	
	.footer-col {
		width: 100%;	
		margin: 0 0 50px 0 !important;
	}
	.list-group {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
/* Past Classes fixes */

	.past-classes .list-group {
		width: 100%;
	}

	.teaching-image {
		text-align: right;
	}
}



@media (min-width: 1200px) {

/* Header Image bump down */

#header-image {
	padding-top: 30px;
}

/* FBF Image Style */
	
	#about .subcontainer {
		width: 750px;
		margin: 0 auto;
	}

	#about .col-xs-6 {
		width: 375px;
	}
	
	#about #fbf-link {
		margin: 0 auto 30px auto;
	}
	
/* Facebook Page Plugin style */
	
	.fb_iframe_widget iframe{        
		width: 360px !important;
		height: 500px !important;    
	}
	
	.fb-footer-col {
		width: 360px;
	}

	.fb-page {
		height: 520px;
	}

/* Non-Facebook Footer Column */
	
	.footer-col {
		margin: 0 25px 75px 0 !important;
	}

/* Past Classes footer image */

	.teaching-image {
		text-align: right;
	}
		
}

/* =========================

  	PORTFOLIO PAGE STYLE
	INCLUDES CSS GRID 

============================ */

.portfolio img {
	max-width: 100%;
	height: auto;
}

.portfolio header .container h1,
.sub-header .container .row h1 {
	font-size: 3em;
	font-weight: bold;
}

.portfolio h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 50px 0;
	color: #006FC4;
}

#web-artifacts a {
	color: #006FC4;
}

#web-artifacts a:hover {
	color: #006FC4;
}

#web-artifacts p {
	text-align: center;
}

.portfolio .itemlist p:first-child {
	margin-top: 20px;
	font-weight: bold;
}

.portfolio .itemlist p:last-child {
	margin-bottom: 20px;
}



/* Font Awesome Bullets */

.itemlist li {
	list-style-type: none;
}

.icon::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.itemlist li::before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
	font-size: .8em;
	position: relative;
	top: -1px;
	margin-right: 7px;
}

/* Zooming Images on Hover */

#web-artifacts figure .imageborder {
    overflow: hidden;
	transition: all .8s ease;
	border: #eee solid 1px;
}

#web-artifacts .item2 img {
	max-width: 101%; /* This corrects a slight glitch on this image where the background shows through briefly on the right side during hover */
}

#web-artifacts figure .imageborder:focus,
#web-artifacts figure .imageborder:hover,
#web-artifacts figure .imageborder:active {
	background-color: #006FC4;
}

#web-artifacts figure .imageborder img {
    transition: all .8s ease;
    vertical-align: middle;
}

#web-artifacts figure .imageborder img:focus,
#web-artifacts figure .imageborder img:hover,
#web-artifacts figure .imageborder img:active {
    transform:scale(1.1);
	opacity: .6;
}


/* Portfolio Artifact Grid */

.artifact-grid {
	display: grid;
	margin: 0 auto;
}

.item1 {
	grid-area: item1;
}

.itemlist1 {
	grid-area: list1;
}

.item2 {
	grid-area: item2;	
}

.itemlist2 {
	grid-area: list2;
}

.item3 {
	grid-area: item3;
}

.itemlist3 {
	grid-area: list3;
}

@media (min-width: 1100px) {
	.artifact-grid {
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 3%;
		grid-template-rows: auto;
		grid-template-areas: 
		"item1 item2 item3"
		"list1 list2 list3";
	}
}

@media (min-width: 701px) and (max-width: 1099px){
	.artifact-grid {
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 3%;
		grid-row-gap: 60px;
		grid-template-rows: auto;
		grid-template-areas: 
		"item1 list1"
		"item2 list2"
		"item3 list3";
	}
	
	#web-artifacts p {
		text-align: left;
		margin-left: 40px;
		margin-top: 0;
	}	
}

@media (max-width: 700px) {
	.artifact-grid {
		grid-template-columns: 1fr;
		/* Note: grid-gap: 2%; in one column causes erroneous height to be applied to the column and the content slips under the footer -- problem sovlved with good old-fashioned bottom margin instead */
		/* This solution can work but feels like a fudge -- grid-template-rows: auto auto auto auto auto 500px; */
		grid-template-areas: 
		"item1"
		"list1"
		"item2"
		"list2"
		"item3"
		"list3";
	}

	.itemlist1,
	.itemlist2 {
		margin-bottom: 75px; /* grid-gap did not work in this case - note above */
	}
	
	#web-artifacts img {
		width: 100%;
	}
}
