@charset "utf-8";

html {
  scroll-behavior: smooth;
}
header{
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0;
    z-index: 5;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
body{
    margin: 0;
    padding: 0;
	font-family: 'Montserrat', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}
footer{
    width: 100%;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
    background: linear-gradient(15deg, #00B0B8, #0047BA);
}
.headRoom{
	margin-top: 130px;
}
.fixed{
	position: fixed!important;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}