@charset "UTF-8";
/* CSS Document by Alex Ofobrukweta*/
/* Start CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, img,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* End CSS Reset */

/* LexWeb Color */

/* End LexWeb Color */

/* Fonts Option */

@font-face {
    font-family: LatoRegular;
    src: url(fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: LatoLight;
    src: url(fonts/Lato-Light.ttf);
}

@font-face {
    font-family: LatoBlack;
    src: url(fonts/Lato-Black.ttf);
}

@font-face {
    font-family: LatoBold;
    src: url(fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: RobotoBlack;
    src: url(fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: RobotoBold;
    src: url(fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoRegular;
    src: url(fonts/Roboto-Regular.ttf);
}

/* End Fonts Option */

/* LexWeb Headers */

h1{
	font-size:64px;
	}

h2{
	font-size:48px;
	}

h3{
	font-size:36px;
	}	


h4{
	font-size:24px;
	}
	
h5{
	font-size:18px;
	}

h6{
	font-size:14px;
	}
/* End LexWeb Headers */

/*The LexWeb 12 Column Grid System */

.lw-container {
        width : 100%;
        max-width : 1024px;
		margin-left:auto;
		margin-right:auto;
    }
.lw-container *{
        box-sizing: border-box; 
    }

/*-- lex clearfix hack -- */ 
    .row:before, 
    .row:after {
        content:"";
        display: table ;
         clear:both;
    }

 [class*='col-'] {
        float: left;
        min-height: 1px; 
        width: 8.33%;
		padding:8px;
    }


.col-1{ width: 8.33%; }
.col-1-5{ width: 12.46%; }
.col-2{ width: 16.66%; }
.col-3{ width: 25%;    }
.col-4{ width: 33.33%; }
.col-5{ width: 41.66%; }
.col-6{ width: 50%;   }
.col-7{ width: 58.33%; }
.col-8{ width: 66.66%; }
.col-9{ width: 75%;  }
.col-10{ width: 83.33%;}
.col-11{ width: 91.66%;}
.col-12{ width: 100%; }

.col-6a{ width: 53.1%;}
.col-6b{ width: 46.9%;}

.outline, .outline *{
        outline: 1px solid #F6A1A1; 
    }
.lw-image, .lw-image *{ width:100%;}
.lw-image-md, .lw-image-md *{ width:75%; margin-left:auto; margin-right:auto;}
	
/*End LexWeb Grid System */

/*lexweb titleBars*/


@media all and (max-width:650px){
.col-1{ width: 100%; }
.col-2{ width: 100%; }
.col-3{ width: 100%; }
.col-4{ width: 100%; }
.col-5{ width: 100%; }
.col-6{ width: 100%; }
.col-7{ width: 100%; }
.col-8{ width: 100%; }
.col-9{ width: 100%; }
.col-10{ width: 100%;}
.col-11{ width: 100%;}
.col-12{ width: 100%;}

.col-6a{ width:100%;}
.col-6b{ width:100%;}
}

