@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body { font-family: 'Roboto', sans-serif;
-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
 }

h1,h2,h3 {
	color: #083e62;
}

#shadow {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #f6f6f6 repeat;
    z-index: 500;
    opacity: 0.8;
}