/*------------------------------------------------------------------
[Browser Reset]
-------------------------------------------------------------------*/
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;outline:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-size:62.5%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}body{background:#fff;line-height:1;}article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0;}caption,th,td{font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}blockquote,q{quotes:none}a:focus{outline:none}a:hover,a:active{outline:0}a img{border:0}img{max-width:100%;height:auto;}select{max-width:100%}

.CsBody{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/bg.jpg);
    background-size: cover;
    height: 97vh;
    margin: 11px;
}
.grandLogo{
    padding-top: 20px;
    width: 100%;
    max-width: 260px;
}
.koboMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.grandTitle{
	font-size: 32px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
}
.grandLine{
    border-bottom: 2px solid #FFF;
    width: 100vw;
    padding-top: 10px;
    margin-bottom: 10px;
}
.grandSub{
	font-size: 22px; 
	color: #FFF;
	font-family: 'Raleway', sans-serif;	
}
.koboFooter{
    position: absolute;
    bottom: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.footDownl{
    font-size: 16px;
    color: #FFF;
    padding-bottom: 2px;
    font-family: 'Raleway', sans-serif;
    border-bottom: 2px solid #FFF;
    width: 254px;
    margin-bottom: 15px;;
}
.footDownl a{
	color: #FFF;
	text-decoration: none !important;
}
.footLinks{
	font-size: 14px; 
	color: #FFF;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;	
}
.footLinks a{
	color: #FFF;
	text-decoration: none !important;
}