.navbar-custom {
	background-color: #ffffff;
}

.navbar-custom .navbar-brand {
	color: rgb(255, 215, 100);
	font-size: 30px;
	font-family: Century Gothic, sans-serif;
}

 .goldtext { color: rgb(255, 215, 100);
			 font-family: Century Gothic, sans-serif;
			 font-size: 30px;
 }

 .goldtext-border { text-shadow: 1px 1px black;}
 
 .bluetext { color: #648cff;
			font-family: Century Gothic, sans-serif;
 }
 
 .cyantext {color: #28A48F;
			font-family: Century Gothic, sans-serif;
			font-size: 20px;
 }
 
 .darkfont { color: #00000;
			font-family: Century Gothic, sans-serif;
			font-size: calc(12px+1.5vw) ;
 }
 
 .whitetext { color: rgb(255, 255, 255);
			 font-family: Century Gothic, sans-serif;
			 font-size: 20px;
 }
 .myfooter{
		position:fixed;
		bottom:0px;
		width:100%;
 }
 
 .btn-sq-lg {
  width: 200px !important;
  height: 200px !important;
  font-size : 20px;
}

.btn-back-cyan {background-color: #28A48F;}

 li {
	 list-style-image: url(static/Mivera-bullet.jpg);
	 font-family: Century Gothic, sans-serif;
	 color: #00000;
	 font-size: calc(18px+1.5vw);
	 font-weight:800;
 }
 
 li2 {
	 list-style-image: url(static/Mivera-bullet.jpg);
	 margin-right:50px;
	 display:inline;
	 color:#c1c5cc;
	 font-family: Century Gothic, sans-serif;
 }
 
 #progressbar{
margin:0;
padding:0;
font-size:18px
}
#active1{
color:red
font-family: Century Gothic, sans-serif;
}

 fieldset{
display:none;
padding:20px;
margin-top:50px;
margin-left:85px;
border-radius:5px;
box-shadow:3px 3px 25px 1px gray
}

#first{
display:block;
padding:20px;
margin-top:50px;
border-radius:5px;
margin-left:85px;
box-shadow:3px 3px 25px 1px gray
}