html {overflow-y: scroll}

body {
	font-family: sans-serif;
  padding-top: 70px;
  padding-bottom: 30px;
}

h2, h3 {
	color: #00447c;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
	.navbar-brand {
		padding: 0 15px 15px 15px;
		line-height: 15px;
	}

	#first-logo {
		height:30px;
		width:auto;
		margin-top:10px;
	}

	#uta-logo {
		height:26px;
		width:auto;
		padding:0;
		margin:12px 15px 0 0;
	}

	#uta-logo-small {
		display:none;
		height:40px;
		width:auto;
		padding:0;
		margin:5px 15px 0 0;
	}

	.uta-logo, .uta-logo li, .uta-logo li a {
		padding:0;
		margin:0;
	}

	a, a:visited {
		color: #0064b1;
	}
	a:hover {
		color: #00447c;
	}
	a:active {
		color: #f58025;
	}
	a.btn:visited {
		color:white;
	}

/* youtube responsive */
.vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
		border:0;
}
.ftc-ne-info table {
	margin-left:2%;
	margin-bottom:20px;
}

.ftc-ne-info table td {
	width:15%;
}
.ftc-ne-info p {
	margin-bottom:20px;
}
.ftc-ne-info table td p {
	margin-bottom:0;
}

/* Navigation Menu */
.navbar-default .navbar-nav>li>a {
	color: #000;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #00447c;
	background-color: #E6EBEF;
}

.dropdown-menu>li>a:hover {
	background-color: #E6EBEF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #00447c;
	background-color: #E6EBEF;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover,  .navbar-default .navbar-nav>.active>a:focus {
	color: #00447c;
	background-color: #D1D9E1;
}

.dropdown-menu .dropdown-header {
	color: #00447c;
	font-size:16px;
	text-decoration: 1px solid #E6EBEF;
}

/* Jumbotron */
.container .jumbotron {
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.jumbotron h1 {
	font-size:40px;
}

#large-logo {
	width:100%;
	height:auto;
}

.jumbotron .bottom-text {
	padding: 5px 30px 5px 30px;
}

/* Carousel */
.carousel-control.right, .carousel-control.left {
	background-image:none;
}

.carousel-inner .item img, .carousel-inner {
	border-radius:6px;
}

.ne-li li {
	margin-bottom:10px
}

footer img {
	float: right;
	border:0;
	margin-right:10px;
	max-width:50%;
	height:auto;
	margin-top:15px;
}

footer p {
	font-size:11px;
	font-weight:bold;
	line-height:13px;
}
footer p span {
	font-size:13px;
}

@media screen and (max-width: 1200px){
	#uta-logo {
		display:none;
	}
  #uta-logo-small {
	  display:block;
  }

}


@media screen and (max-width: 1000px){

  #uta-logo-small {
	  display:none;
  }
	footer {
		text-align:center;
	}

	footer img {
	float: none;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	max-width:90%;
}
footer p {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	margin-top:10px;
}
footer p span {
	font-size:16px;
}

}

ul ul {
	margin-top:10px;
}
ul ul li {
	line-height:100%;
}
