@charset "utf-8";
/* CSS Document */

img {
	width: 300px;
}

html {
	box-sizing: border-box;
}
*, *:before, *:after {
		box-sizing: inherit;
}

/****** CLASSES *******/

.nrmbutton {
	display: inline-block;
  color: #fcd424;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #4e4e4e;
  margin: 5px;
	transition: color .3s;
	transition: background .3s;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
.nrmbutton:hover{
	  background-color: #fcd424;
	color: #4e4e4e;
	text-emphasis-style: none; 
	transition: all 1s;
	
}

/*.navbar {
	background-color: #4e4e4e;
  border: none;
  color: #fcd424;
  padding: 0;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;
  cursor: pointer
}

.navbar:hover{
background-color: #fcd424;
	color: #4e4e4e;
	transition: all 1s;
}
*/

.top {
	padding:40px 0 0 0
}

body {
	background-color: #ebebeb;
}
ul {
  list-style-type:none;
  margin: 0;
	align-self: center;
  padding: 0;
  overflow: hidden;
  background-color: #4e4e4e;
  position: fixed;
  top: 0;
  width: 900px;
	display: inline-block;	
}

li {
  float: left;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}

li a {
  display: block;
  color: #fcd424;
  text-align: center;
  padding: 10px;
  text-decoration: none;
	transition: color .3s;
	transition: background .3s
}

li a:hover {
  background-color: #fcd424;
	color: #4e4e4e;
	text-emphasis-style: none; 
	transition: all 1s;
	
}

.cw {
	width: 900px;
	margin: 0 auto;
}

.center {
	margin: 5px auto 0;
	display: block;
}

.left {
	display: block;
	float: left;
	padding: 0 5px 0 0;
}
.right {
	float: right;
	display: block;
}

div {
	overflow:hidden;
}

h2 {
	margin:0;
	font-family: 'Oswald', sans-serif;
	
}
h1 {
	font-family: 'Oswald', sans-serif;
	
}

body {
	font-family: 'Spectral', serif;
}

.smi img{
	width: 20%
}
#jrs {
	width: 30%
}
audio {
	color: #4e4e4e
}
.tpad {
	padding-top: 20px;
}

footer {
  margin: 150px;
}
