/*
Theme Name: Nugefund Theme
Theme URI: https://graphicbob.com/
Author: Robert Long
Author URI: https://graphicbob.com/
Description: Custom theme for Nugefund Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: polytechres

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


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


section.section-3-bg.video-youtube {
    margin-top: 0px;
    padding-bottom: 0px;
}

section.section-3-bg.video-youtube iframe {
    width: 100%;
	border: 20px solid #fea501;
}


/*<500px S*/
@media only screen and (max-width: 499px) {
 section.section-3-bg.video-youtube iframe {
    height: 300px;
	
  }
}

/*500-1200 M*/
@media only screen and (min-width: 500px) and (max-width: 1199px) {
	 height: 400px;
}
