@charset "UTF-8";
/* CSS Document */

body, html{
	width:100%;
	height:100%;
	
	}
body{
	background-color:#F5F5F5;
	position:relative;
	width:100%;
	height:100%;
	}
*{
	margin:0px;
	padding:0px;
}

.cursor{
	cursor:pointer;
	}
	
	
/*******************************************/
/*******************************************/
/* reset bootstrap */
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.nobootmargin{
	 padding-left: 0px;
    padding-right: 0px;
	}
.pictmargin{
	 padding-top: 38px;
    padding-bottom:45px;
	}
	
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: white;
    border-radius: 1px;
    color: white;
    display: block;
    height: 2px;
    width: 22px;
}


.container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fullCover{
    position: relative;
}

.inCover{
   
}
.logo{
    position: absolute;
    z-index: 2;
    bottom: 0px;
}



h1{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 35px;
    color: #82bc00;
    text-transform: uppercase;
    margin-top: 50px;
}
p{
    font-family: 'Hind', sans-serif;
    margin-top: 50px;
    color: #676767;
}


