/* Default fonts and colors
========================================== */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea,select { 
	font-family: Prompt,Sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
	font-family: Sans-serif;
}

/* LAYOUT */
body {
	
}
.logo{
    display: flex;
      justify-content: center; /* Horizontal center */
      align-items: center;     /* Vertical center */
}
.topmenu{
    width:100%;
    height: 60px;
    padding: 30px 0 20px 0;
    text-align: center;
}