@charset "UTF-8";
img {
	float: left;
	padding-right: 10px;
}
#footer p a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-decoration: none;
	font-weight: bold;
}
#footer p {
	font-size: 96%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../../assets/background-1-2500x1667.jpg);
}
h1, h3, h4 {


}
h2, p { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 210%;
	color: #FBCD3A;
}
h2 {
	
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {

	font-size: 106%;
}


a, a:hover, a:active, a:link {
	font-size: 140%;
	color: #C60;
}
#nav p, a {
	font-weight: bold;
	font-size: 110%;
	text-decoration: none;
}

 added 

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
	float: left;
	display: block;
	color: #000000;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	background-color: #0FF;
	color: #FFF;
}

.topnav a.active {
	color: #000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
