/*
Adding comments before a stylesheet makes it look so much more official - Alex McFarlane
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

@font-face {
font-family: FontAwesome;
src: url("/fonts/FontAwesome.otf") format("opentype");
}

body {
    background-color: #fdfcf9;
}

#nin3mask {
	/*background: url("/images/nin3logo.png");*/
	width:400px;
	height:400px;
	margin-top:8%;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	color: #1b1110;
	font-size: 17px;
	text-decoration: none;
}

a {
	font-family: 'Montserrat', sans-serif;
	color: #1b1110;
	font-size: 12px;
	text-decoration: none;
}

#nin3image {
  -webkit-filter: drop-shadow(2px 1px 0 #fdfcf9)
                  drop-shadow(-1px -1px 0 #fdfcf9);
  filter: drop-shadow(2px 1px 0 #fdfcf9)
          drop-shadow(-1px -1px 0 #fdfcf9);
}

#ig:before {
	content: "\f16d";
	display: inline-block;
	padding: 0 6px;
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#fb:before {
	content: "\f09a";
	display: inline-block;
	padding: 0 6px;
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#twitter:before {
	content: "\f099";
	display: inline-block;
	padding: 0 6px;
	font-family: FontAwesome;
	font-size: 16px;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
