@charset "utf-8";
/* CSS Document */
html,
body {
	margin-top:0px;
	padding:0px;
	overflow-x:hidden;
}

.active {
	background-color:#f5ad31;
}

.matter {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:17px;
	text-align:justify;
	font-weight:500;
	color:black;
}

.lineheight {
    line-height: 1.5;
}

.bg {
    background: url("images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    }

.google-font {
    font-family: 'Montserrat Alternates', sans-serif;
    text-align: justify;
}

.gradient {
    background-image: linear-gradient(to right, #01057a, black);
}

.p-9 {
    padding: 90px;
}

