.fit {
    min-width: 800px;
    max-width: 100%;
    margin: auto;
}

.box {
    margin: auto;
}

ul{
	margin: 0;
	padding: 0;
}

.text li{
	display: inline-block;
	margin: 5px;
	list-style: none;
	transition: all ease-in-out 200ms;
}

.text li a{
	color: white;
	text-decoration: none;
	font-size: 70px;
}

.text li a:hover{
	color: #b9b9b9;
}

.text p{
	font-size: 18px;
}

.text caption{
    text-align: center;
    font-size: 10px;
}

.text {
    position: relative;
    top: 2px;
    background: rgba(0,0,0,0.5);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 10px;
    padding-left: 100px;
    padding-right: 100px;
}

a:link {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: green;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.caption {
    text-align: center;
    font-size: 10px;
}


.topnav {
	background-color: #333;
	overflow: hidden;
  }
  
.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;

}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	color: white;
}