/**
 * UCI Local Fonts
 * tonyredhead.com
*/

/* RobotoSlab*/

@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../../assets/fonts/RobotoSlab-Regular.ttf') format('opentype');
}

.shadow{
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
			}

.robotoregular{ 			
            font-family: "RobotoSlab-Regular";
            font-size: 14px;
            font-weight: normal;
            letter-spacing: 1px;
            }
            
.menuhead{ 			
            font-family: "RobotoSlab-Regular";
            font-size: 17px;
            font-weight: lighter;
            }
            
.menuheadmobile{ 			
            font-family: "RobotoSlab-Regular";
            font-size: 17px;
            font-weight: 600;
            }
            
.menulocation{ 			
            font-family: "Arial";
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            }
.menulocationmobile{ 			
            font-family: "RobotoSlab-Regular";
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            }
            
.menuschool{ 			
            font-family: "Arial";
            font-size: 12px;
            font-weight: lighter;
            line-height: 1.2;
            }
            
.menuschoolmobile{ 			
            font-family: "RobotoSlab-Regular";
            font-size: 12px;
            font-weight: lighter;
            line-height: 1.2;
            }
            
 ,menupad{
			padding-top:12px;
			}           
                       
            
.fldunder{
			border-bottom: 5px solid #004fa1;
			padding-bottom:4px
			
}

table {
			width:250px;
			height: 42px;
			padding-left:20x;
}

td {
			vertical-align:middle;
}

.ucibutton {
  display: inline-block;
  box-shadow: 0px 10px 12px -5px #000000;
  border-radius: 4px;
  background-color: #005fa8;
  border:none;
  color: #ffd400;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 310px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.ucibutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.ucibutton span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.ucibutton:hover span {
  padding-right: 25px;
}

.ucibutton:hover span:after {
  opacity: 1;
  right: 0;
}

.myButton {
	box-shadow: -1px 10px 12px -5px #000000;
	background:linear-gradient(to bottom, #005fa8 50%, #082357 100%);
	background-color:#bde2ff;
	border-radius:10px;
	border:1px solid #2f7bb5;
	display:inline-block;
	cursor:pointer;
	color:#ffd500;
	font-family:RobotoSlab-Regular;
	text-align: center;
	font-size:20px;
	font-weight:bold;
	/*padding:10px 60px;*/
	padding: 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #005fa8;
}
.myButton:hover {
	background:linear-gradient(to bottom, #082357 100%, #005fa8 50%);
	background-color:#005fa8;
}
.myButton:active {
	position:relative;
	top:1px;
}

