/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
/* Based on Initializr Style by: Jonathan Verrecchia - verekia.com/initializr/responsive-template   */


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,canvas,iframe,img,svg,video{    vertical-align: middle; }

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {    resize: vertical; }

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



body
{
	
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background-color:#373737;

}


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

.wrapper {
    width: 90%;
    margin: 0 5%;
    
    
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container 
{
	
    margin-top:16px;
    border-top: 4px solid #aa5000;
	border-bottom: 5px solid #aa5000;
}

.footer-container
{
    border-top:5px solid #aa5000;
	border-bottom: 8px solid #aa5000;
    
}

.header-container, .footer-container
{
    background: #ff7200;
}


/* ==============
    MOBILE: Menu
   ============== */
   
   
  nav
  {
  	margin-top:80px;
  }
   

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    margin-bottom: 10px; 
    padding: 10px;
    
    border: 1px solid #373737;
    
    background-color:#df6200;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;

}


nav a:visited {    color: white; }

nav a:hover {
    text-decoration: none;
    color:#373737;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
    
}

.main article h1 {
    font-size: 2em;
}

.main article header p
{
	font-size:1.1em;
	
}

.footer-container footer {
    color: white;
    padding: 20px 0;
    text-align:center;
}

.main-container
{
    background-color:#fafafa;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.logo
{
	position: absolute;
    margin-top: -11px;
    z-index: 1000;
	
}


.social_icons {
	text-align: center;
}
.social_icons a {
    border: 0;
    text-decoration: none;
    outline: none;
    
}



.thumbnail_192
{
	background-image: url("/img/bg_192.png");
	width:201px;
	height:201px;
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
	
}
.thumbnail_ani_gif
{
	margin-right:20px;
	margin-bottom:20px;
	text-align:left;
	float:left;
}


.thumbnail_192 img
{
	margin-top:2px;
	margin-left:2px;
}

section
{

	
	background-color: white; /* #f4f4f4; */
	border:1px solid #D0D0D0;
	border-top:1px solid #D0D0D0;
	
	margin-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}


.loadmsg
{
    position: absolute; 
    left: 50%; 
    top: 50%; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    color:white;
    margin: 0px;
    padding: 0px;
}
.loadmsg span
{
    font-size: 60px;
    font-weight: 900;
    color: #ff7200;
    opacity: 25%;
}

.webgl-content * {border: 0; margin: 0; padding: 0}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
	.thumbnail_192
	{
		float:left;
	}
   

    nav a {
        float: left;
        
        padding-left:16px;
        padding-right:16px;
        
        margin: 5px;
	    background-color:#ff7200;
		
		margin-bottom: 0;
        border: none;
        
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 800px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */


/* ============
    WIDE: Menu
   ============ */

    nav {
    	margin-top:0px;
    	margin-left:300px;
     /*   float: left; */
    }

/* ============
    WIDE: Main
   ============ */

    .main article 
    {
        
        width: 100%;
    }

}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}