@charset "utf-8";
/* CSS Document */

.containertop{
 		  width: 100%;
      display: flex;
}



.toptopitem1, .toptopitem2, .toptopitem3{
      font-family: 'Josefin Sans', sans-serif;
			font-size: .857em;			
			padding: 0px 10px 2px 10px;
}
@media screen and (max-width: 650px){
 .toptopitem1, .toptopitem2, .toptopitem3{
			font-size: 1em;			
 }	
}
.topa{
      color: #62615f;
			text-decoration: none;				
}
.topa:hover {
    color: black;
	  text-decoration: underline;				
}

.toptopitem2 {
  display: none;
}
@media screen and (min-width: 340px) and (max-width: 359px){
.toptopitem2 {
  display: inline-block;
}
}
@media screen and (min-width: 406px){
.toptopitem2 {
  display: inline-block;
}
}
.toptopitem3 {
  display: none;
}
@media screen and (min-width: 493px){
.toptopitem3 {
  display: inline-block;
}
}