body {
	#background-image: url("assets/back.gif");
  background-color: white;
  font-family: arial;
}
h1, h2 {
  color: white;
  padding: 0.5%
}
p {
  color: white;
  padding: 0.5%
}


#logo {
  max-width: 20%;
  height: auto;
}

#bass { 
 max-width: 30%;
 height: auto;
 float: right;
 padding: 2%;
} 
#certified { 
 max-width: 15%;
 height: auto;
 float: right;
 padding: 2%;
}
#tweet{
	max-width:15%;
}
#horse { 
 max-width: 30%;
 height: auto;
 float: right;


} 

#usphoto {
	max-width: 50%;
	height: auto;
	}
	
#point{ 
-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
 max-width: 30%;
 height: auto;
 float: right;
 padding: 2%;
} 

a:link {
  color: white;
}
a:visited {
  color: white;
}

a:hover {
  color: grey;
}

a:active {
  color: white;
}
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
.card {
  background-color: grey;
  padding: 20px;
  margin-top: 20px;

  width: 50%;
}