@font-face {
    font-family: 'metropolis';
    src: url('/fonts/Metropolis-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'metropolisb';
    src: url('/fonts/Metropolis-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'rousseau';
    src: url('/fonts/RousseauDeco.otf') format('opentype'),
    	 url('/fonts/RousseauDeco.ttf') format('truetype');
}

body {
    font-family: 'metropolis';
    background-color: #04201d;
    color: white;
}

h1 {
    font-family: 'rousseau';
    color: #a18e3c;
}

h2 {
    font-family: 'rousseau';
    color: #a18e3c;
}

form {
	color: black;
}

.btn-secondary {
    background-color: #a18e3c;
}

.gimg {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.ishrink {
    max-height:180px;
    max-width:600px;
    height:auto;
    width:auto;
}
