/* CSS Document */


body {
	background-color: #FFFFFF;
}
a:link {
	color: #666666;
	text-decoration: none; 
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color:#000000;
	text-decoration: none;
}

/* Header */

#header {
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

/* Top Navigation Bar */

#navbar {
    padding: 10px 10px;
    text-align: center;
}

/* Slider Carousel */

#carousel {
    padding: 7% 15%;
}

.containter-fluid {
    
}

.footer {
    font-size: 7px;
}
