/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
* {
    font-family: 'Amatic SC', cursive;
    font-weight: 400;
	font-size: 32px;
}
  
/* Common */
body {
	margin:0;
	width:100%
} 
 
a:link, a:visited, a:hover, a:active {
	color: #E67E22;
}

/* Navbar */
.navbar {
	background-color: #00979D !important; 
}

/* Header */
header {
	background-color: #008184 !important; 
}

.vertical-align {
    display: flex;
    align-items: center;
}

/* Sections */
section {
	padding: 100px;
}

#about {
	background-color: #E67E22 !important; 
}

#products {
	background-color: #F39C12 !important; 
}

#contact {
	background-color: #F1C40F !important; 
}

/* Footer */
footer {
	background: #008184 !important; 
}