/*
Theme Name: SCRN
Theme URI: http://themeforest.net/user/FinalDestiny
Version: 1.1
Description: Portfolio template with parallax effects.
Author: Cristi Macovei
Author URI: http://themeforest.net/user/FinalDestiny
Created Date: 28/08/2012
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: dark, light, white, black, gray, one-column, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
*/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.img-bar {
    position:relative;
    height: 100px;
	width: 80%;
	min-width: 400px;
}

@media only screen and (max-width: 600px) {
	.img-bar {
		display: none;
	}
}

.dark-bg a,
.dark-bg a:link,
.dark-bg a:active,
.dark-bg a:visited {
  color: #BBB;
}

.dark-bg strong,
.dark-bg a:hover {
  color: #F9F9F9;
}

.proj-desc a {
  text-decoration: none;
}

/* 11/12/19 DL turned this off because it seems to be screwing up the columns in "Previous Reports" (using the [portfolio] shortcode)
 * .portfolio-line-break {
  clear: left;
}
*/

@media (max-width: 479px) {
  h1 {
    font-size: 52px !important;
  }
}