@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { background: transparent; font-size: 100%; vertical-align: baseline; border: 0; outline: 0; margin: 0; padding: 0; }
html { height: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }a, :focus { outline: 0; }


/*
html, body {
  width:100%;
  height:100%;
}
*/

body {
    min-width: 320px;
    font-family: ubunturegular, Arial;
    font-weight:normal;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0em;
    margin: 0px 0px 0px 0px;
    background-color:#000;
	background-image: url(../images/smile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headerBox{
	padding: 30px;
	text-align: right;
	top: 0px;
	right:0px;
	left: auto;
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.5);
	border-radius: 0 0 0 50px;
}
.box2{
	padding: 30px;
	text-align: right;
	bottom: 0px;
	left:0px;
	right: auto;
	position: absolute;
	z-index: 1;
}


.mainColor{
	color: #046995;
}


.link-white{
	color: #fff;
	text-decoration: underline;
}
.link-white:hover{
	color: rgba(255,255,255,0.7);
}

.mt-0{
	margin-top: 0;
}
.mt-5px{
	margin-top: 5px;
}
.mt-15px{
	margin-top: 15px;
}
.mt-20px{
	margin-top: 20px;
}
.mt-30px{
	margin-top: 30px;
}

.text-bold{
	font-weight: bold;
}

