
/************** Kristian Lev ****************/
/*colors

green: #b3d335;
black: #000000;
*/

/* RESET CSS
---------------------------------------------------------------------------*/
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 {display: block;}
body {line-height: 1;}
ol, ul {list-style: none; margin: 0; padding: 0;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {	border-collapse: collapse;	border-spacing: 0; vertical-align: top;}

strong, b {font-weight: bold;}
/* CLEAR
---------------------------------------------------------------------------*/
body:after, .clear:after {content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden;}


/* BODY -------------------------------------------------------------------------------*/
body {
    width: auto; height: auto; margin: 0; padding: 0;
	color: #000000; font-family: 'Open Sans', sans-serif; font-size: 17px; line-height: 30px; letter-spacing: 0px; word-spacing: 0px;
	text-align: left; text-indent: 0px;	font-weight: normal; text-decoration: none; text-transform: none; font-variant: normal; 
    background: url(../images/background.jpg) no-repeat top center fixed; background-size: cover;
}

html, body{width: 100%; height: 100%}
        
/* LINKS
---------------------------------------------------------------------------*/
a {color: #b3d335; text-decoration: none;}
a:visited,
a:active { font-family: inherit; color: #b3d335; text-decoration: none;}
a:hover {text-decoration: underline; color: #b3d335; }

img {max-width: 100%;}

.L {float: left;}
.R {float: right;}

/* NEW
---------------------------------------------------------------------------*/
#bottom {width: 100%; padding: 0; margin: 0;}

#top {max-width: 738px; width: 100%;}
#top span {width: auto; margin-left: 138px; padding-top: 20%; margin-bottom: 8%; color: #ffffff; font-size: 21px; display: block;}

#bottom {height: 138px;}
#bottomLogo {width: 138px; height: 138px; background: #000000; float: left;}
#bottom img {width: 138px; max-width: 138px; height: 138px;   margin: 0 auto;  display: block; }
#bottom #whiteBackground {width: 100%; height: 138px;background: url(../images/whiteBackground.png) repeat 0 0; }
#bottom #whiteBackground span {color: #000000; font-size: 15px; margin-left: 160px; position: relative; top: 38px; display: block; line-height: normal;}
#bottom #whiteBackground span a {color: #1e667c; text-decoration: none; display: block;}

/* RESPONSIVE
---------------------------------------------------------------------------*/

/*responsive 1000px */
@media all and (max-width : 1000px) {
                
                #top span {margin-top:10%;}

}
/*end responsive 700px */

/*responsive 700px */
@media all and (max-width : 800px) {
                #top {width: 100%;  margin-left: 0;}
                #top span {width: 90%;margin: 0;  margin: 0 auto;margin-bottom: 8%; display: block; padding-top: 10%;}

}
/*end responsive 700px */


