/* © 2014 Robert Roos. All rights reserved. */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}body {	line-height: 1;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;}


/* Settings for the whole site/document */

html {
    position: relative;
    min-height: 100%;
    background-color: #ffffff;
}

body
{
    width: 100%;
    margin: 0 0 30px;
    background-color: #eeeeee;
    font-family: 'Open Sans', Georgia, Tahoma, Verdana, Arial;
    font-size: 16pt;
    line-height: 140%;
    color: #3a3a3a;
}


/* Settings for DIV-elements and HTML5-structure tags */


#container {
    width: 100%;
}

header {
    min-height: 100vh;
    background-image: url(pics/forest3.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    margin: 0px auto;
    text-align: center;
    color: #ffffff;
}

nav {
    width: 100%;
    height: 40px;
    background: rgba(000, 000, 000, 0.20);
    text-align: right;
    position:fixed;
    top:0;
    z-index: 100;
}

main {
    margin-bottom: -0px;
}

article {
    min-height: 100vh;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, article {
    min-height: 0vh;
    }
}

section {
    max-width: 1024px;
    margin: 0px auto;
    padding: 30px 1% 30px 1%;
}

aside {
    width: 30%;
    padding: 0% 0% 1% 2%;
    float: right;
    text-align: left;
    font-size: 18pt;
}

.sectionBox {
    width: 39%;
    float: left;
    font-size: 12pt;
    padding: 1% 0% 0% 0%;
}

.sectionBoxLarge {
    width: 70%;
    padding: 2%;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 99%;
    padding: 10px 0% 0% 1%;
    background-color: #000000;
    color: #ffffff;
    font-size: 10pt;
}

#designDiv {
    display: none;
}

#bulbHolder {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.videoArticle {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
}

.videoArticleOverlay {
    background: rgba(000, 000, 000, 0.30);
}


/* Settings for classes for the DIV elements above, for modifications of colors and backgrounds etc. */


.articleBlue {
    /* background-color: #55bbcc; */
    background-color: #167cc0;
    color: #ffffff;
}

.articleGray {
    background-color: #3c3f41;
    color: #ffffff;
}

.articleLightGray {
    background-color: #e1e1e1;
    color: #353535;
}

.articleWhite {
    background-color: #ffffff;
}

.articleBlack {
    background-color: #000000;
    color: #ffffff;
}

.articleComputer {
    background-color: #3c3f41;
    color: #ffffff;
    background-image: url(pics/apple2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    min-height: 110vh;
}

.articleFarm {
    background-color: #ffffff;
    color: #ffffff;
    /*
    background-image: url(pics/desk2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    */
    min-height: 100vh;
}


/* Settings for the main navigation */


nav ul
{
    padding-top: 4px;
    margin: 0px;
    list-style: none;
}

nav li
{
    display: inline;
}

nav a
{
    text-decoration: none;
    color: #ffffff;
    background: rgba(255, 255, 255, 0);
    padding: 4px 20px 5px 20px;
}

nav a:hover
{
    background-color: #167cc0;
    color: #ffffff;
    -webkit-transition: background-color 300ms ease-out 0s;
    -moz-transition: background-color 300ms ease-out 0s;
    -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
}

nav a:focus
{
    background-color: #167cc0;
    color: #ffffff;
}

nav .active a
{
    background-color: #167cc0;
    color: #ffffff;
}


/* Settings for links */


a
{
    color:  #cb4045;
    text-decoration: none;
}

a:hover
{
    color: #5fa3e2;
}

.whiteA
{
    color: #ffffff;
    text-decoration: underline;
}

.whiteA:hover
{
    color: #ffffff;
    text-decoration: underline;
    font-weight: 700;
}


/* Settings for headers and text */


h1 {
    font-size: 34pt;
    line-height: 200%;
    font-weight: 700;
    text-align: center;
    padding-top: 40px;
}

h2 {
    font-size: 22pt;
    line-height: 200%;
    font-weight: 700;
    text-align: left;
}

h3 {
    font-size: 18pt;
    font-weight: 700;
    text-align: left;
    line-height: 200%;
}

header h1 {
    font-size: 144pt;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 200px;
    text-shadow:
    -1px -1px 0 #9b9b9b,
    1px -1px 0 #9b9b9b,
    -1px 1px 0 #9b9b9b,
    1px 1px 0 #9b9b9b;
}

header h2 {
    font-size: 30pt;
    line-height: 100%;
    text-align: center;
    text-shadow:
    -1px -1px 0 #9b9b9b,
    1px -1px 0 #9b9b9b,
    -1px 1px 0 #9b9b9b,
    1px 1px 0 #9b9b9b;
    margin-bottom: 250px;
}

p {
    margin-bottom: 15px;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.textBorder {
    text-shadow:
    -1px -1px 0 #3a3a3a,
    1px -1px 0 #3a3a3a,
    -1px 1px 0 #3a3a3a,
    1px 1px 0 #3a3a3a;
}


/* Settings for forms */


#Submit
{
    width: 25%;
}

input
{
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
}

select
{
    width: 90%;
    padding: 1%;
    margin-bottom: 5px;
}

textarea
{
    width: 90%;
    min-height: 100px;
    padding: 11px;
    margin-bottom: 15px;
}

fieldset
{
    width: 65%;
    margin-bottom: 1%;
}

legend
{
    font-weight: bold;
    margin-bottom: 20px;
}

label.leftalign
{
    text-align: left;
    float: left;
    width: 20%;
    margin-right: -5%;
}

label.leftalignshort
{
    text-align: left;
    float: left;
    width: 25%;
    margin-right: -22%;
}


/* Settings for images */


img {
    max-width: 100%;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.picRight {
    float: right;
    border: 5px solid;
    border-color: #ffffff;
    margin-left: 15px;
    margin-bottom: 10px;
}

.picLeft {
    float: left;
    border: 5px solid;
    border-color: #ffffff;
    margin: 10px 20px 10px 0px;
}

.fadeInImage {
    opacity: 0.8;
    -webkit-transition: opacity 300ms ease-out 0s;
    -moz-transition: opacity 300ms ease-out 0s;
    -o-transition: opacity 300ms ease-out 0s;
    transition: opacity 300ms ease-out 0s;
    margin-right: 1%;
    border: 0px solid;
    border-color: #353535;
}

.fadeInImage:hover {
    opacity: 1;
    -webkit-transition: opacity 300ms ease-out 0s;
    -moz-transition: opacity 300ms ease-out 0s;
    -o-transition: opacity 300ms ease-out 0s;
    transition: opacity 300ms ease-out 0s;
}

.zoomImage {
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
}

.zoomImage:hover {
    -webkit-transform: scale(1.20,1.20);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 150ms;
    -moz-transform: scale(1.20,1.20);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 150ms;
}

.designImage {
	width: 300px;
	height: 300px;
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	background: url(../pics/designing.jpg) no-repeat;
    background-position: right;
}


/* Other settings */


.clear {
    clear: both;
}

.lightDarkBackground {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0px auto;
}

.darkBackground {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin: 0px auto;
}

.floatRight {
    float: right;
}

.textCenter {
    text-align: center;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.10), rgba(0,0,0,0));
    margin-bottom: 100px;
    margin-top: 100px;
}
