@import url(//assets.cms.vt.edu/fonts/fonts.css);

body {
	font-family: 'Acherus', sans-serif;
	overflow-x: hidden;
	background: rgb(255,255,255);
	font-weight: 400;
	padding-top: 58px;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 600;
}

h2, h4, h6 {
	font-family: gineso, sans-serif;
}

.right {
	text-align: right;
}

a, a:visited{ 
color: rgba(237, 139, 0,1.0);
font-weight: 600;
text-decoration: none;
-webkit-transition-duration: 1s; /* Safari */
transition-duration: 1s;
}

.fa-ul {
	margin-left: 3em;
}

.fa-li {
    left: -2.25em;
    width: 2.25em;	
}

a:hover {
color: rgba(134, 31, 65,1.0);
text-decoration: none;
}

.buttons {
	text-align: center;
}

.btn-orange {
    color: #fff !important;
    background-color: rgba(237, 139, 05,1.0);
    border-color: rgba(237, 139, 0,1.0);
    margin: 2%;
    font-weight: 600;
    padding: 2%;
    border-radius: 4px;
}

.btn-orange:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    opacity: 0;
    margin-left: -10px;
    transition: all 0.3s ease;
}

.btn-maroon {
    color: #fff;
    background-color: rgba(134, 31, 65,1.0);
    border-color: rgba(134, 31, 65,1.0);
    padding: 2%;
    border-radius: 0px;
}


.btn-maroon:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    opacity: 0;
    color: rgba(237, 139, 0,1.0);
    margin-left: -10px;
    transition: all 0.3s ease;
}

.btn-subscribe {
    color: #fff !important;
    background-color: rgba(237, 139, 0,1);
    border-color: rgba(237, 139, 0,1);
    text-transform: uppercase;
    margin: 3%;
    padding: 1.5%;
    border-radius: 0px;
}

.btn-subscribe:after {
    font-family: Font Awesome\ 5 Free;
    content: "\f105";
    opacity: 0;
    color: rgba(134, 31, 65,1.0);
    margin-left: -10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-maroon:hover::after, .btn-orange:hover::after, .btn-subscribe:hover::after {
    opacity: 1;
    margin-left: 5px;
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);	    
}

.body-container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.menu-btn {
	color: rgba(255,255,255,0.9);
	font-size: 16px;
	padding: 2%;
	text-transform: uppercase;
	text-align: right;
	background: transparent !important;
}

/* home */
/*.home {
	height: 50vh;
	min-height: 100%;
	background-image: url(../img/home.jpg);
	background-position: center center;
	background-size: cover;
	color: rgb(255,255,255);
	background-color: rgba(134, 31, 65,1);
} */

.home {
	height: 100%;
	padding: 2%;
	background-color: rgb(134, 31, 65);
	color: #fff;
	text-shadow: 0px 1px 1px #606060;
}

.home .row {
	height: 100%;
	min-height: 20vh;
}

.home h1 {
	-webkit-transform: translateZ(0px);
	text-align: center;
	}


.home h3, .home h4 {
	font-weight: 400;
	font-family: Acherus, sans-serif;
	}

	
.home i {
	font-size: 3rem;
	color: rgba(237, 139, 0,1);		
}

.home i:hover {
color: rgba(134, 31, 65,1.0);
-webkit-transition-duration: 1s; /* Safari */
transition-duration: 1s;	
}

.callout {
	padding: 20px;
}

.callout h3 {
	padding: 40px;
}

.callout:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    left: 30px;
    height: 2.5em;
    width: 2.5em;
    border-top: 5px solid rgba(237, 139, 0,1);
    border-left: 5px solid rgba(237, 139, 0,1);
}

.callout:after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 40px;
    right: 30px;
    height: 2.5em;
    width: 2.5em;
    border-bottom: 5px solid rgba(237, 139, 0,1);
    border-right: 5px solid rgba(237, 139, 0,1);
}

/* navigation */
.navbar {
	background: transparent;
	width: 70%;
	margin: 0px auto;
	font-weight: 500;
	font-size: 0.8em;
	font-family: acherus, sans-serif;
	text-transform: uppercase;
    background-color: rgb(255,255,255);	
}

.fixed-top {
	width: 100%;
	border-bottom: 1px solid rgb(117, 120, 123);
}

.navbar a {
	color: rgba(117, 120, 123,1);
}

.navbar a:active, .navbar a:hover {
	color: rgba(237, 139, 0,1);	
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;	
}

.navbar-toggle {
	color: rgba(117, 120, 123,0.5);
	border-color:rgba(117, 120, 123,.1);
}

.navbar-toggler{
	color:rgba(117, 120, 123,.5);
}

.navbar-toggler-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link { 
	margin: .4em;
	padding: .5em;	
	padding-left: 1.5em !important;
	padding-right: 1.5em !important;
}

.active .nav-link { 
	color: rgba(237, 139, 0,1);
	}

.dropdown-toggle::after {
	color: rgba(134, 31, 65,1);
}

.dropdown-toggle:hover {
	color: #fff;
}

.dropdown-toggle:hover::after {
	color: rgba(237, 139, 0,1);
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	-o-transition: 1s ease-out;
	transition: 1s ease-out;

} 
.navbar-brand img {
	width: 100%;
	max-width: 200px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu {
	background-color: rgba(255,255,255,1);
	width: auto;
	font-size: 0.8rem;
}

.dropdown-divider {
	border-top: 1px solid rgba(117, 120, 123,0.6);
	margin: .2rem auto;
	width: 90%;
}

.dropdown-item {
	padding: .25rem 1.5rem !important;
	color: rgba(237, 139, 0,1) !important;
}

.dropdown-item:focus, .dropdown-item:hover {
	background: transparent;
	color: rgba(134, 31, 65,1) !important;
}

.dropdown-item:hover::after {
    font-family: Font Awesome\ 5 Free;
    content: "\f138";
    font-weight: 600;
    margin-left: 5px;
    color: rgb(144,32,82);
    font-size: 1rem;
}


/* content */
hr {
    border-width: 1px;
    max-width: 90%;
    margin-top: 3%;	
    margin-bottom: 3%;
}

hr.maroon {
	border-color: rgba(134, 31, 65,1);
}

hr.dark {
	border-color: #202020;
}

hr.white {
	border-color: #fff;
}

hr.orange {
	border-color: rgba(237, 139, 0,1.0);
}

hr.turquoise {
	border-color: rgba(237, 139, 0,1);
}

hr.purple {
	border-color: rgba(134, 31, 65,1);
}

hr.small {
	max-width: 250px;
	border-width: 2px;
}

.spacing {
	margin-bottom: 2%;
}

#members h4 {
	text-align: center;
	display: block;
}

img.logo {
 	width: 100%;
 	max-width: 300px;
	margin: 2%;
	transition: 1s ease-out;	
	-webkit-transition: 1s ease-out;
	-moz-transition: 1s ease-out;
	-o-transition: 1s ease-out;		 	
 }

img.logo:hover {
	  -moz-transform: scale(1.1);
	  -webkit-transform: scale(1.1);
	  transform: scale(1.1);	
    -webkit-filter: saturate(100%);	
}

.img-fluid {
	width; 50%;
	max-width:400px;
	margin-top: 0px;
	margin-right: 1%;
}

.section {
	padding: 4%;
	background: url(../img/crossword.png);
	color: rgba(109, 106, 117, 1);
	font-weight: 500;
}

.two {
	background: rgba(229, 225, 230,1);
}

.short {
	height: 100%;
	padding: 5%;
}

.section h2 {
	margin-bottom: 1%;
	text-align: center;
	font-weight: 600;
	color: rgba(237, 139, 0,1);
}

/*
.section h2:after {
	content: url(../img/triangle.png);
    padding-left: 2%;
    height: 25px;
    vertical-align: middle;	
}

.section h2:before {
	content: url(../img/triangle-inverse.png);
    padding-right: 2%;
    height: 25px;
    vertical-align: middle;	
}
*/

.top {
	text-align: center;
}

.top a::after {
	font-family: Font Awesome\ 5 Free;
	content: "\f062";
	font-weight: 600;
	opacity: 0;
	color: rgba(44, 213, 196,1.0);
	margin-left: -10px;
	transition: all 0.3s ease;
}

.top a:hover::after {
	opacity: 1;
	margin-left: 5px;
}

.section h4 {
	margin-bottom: 1%;
	color: rgba(134, 31, 65,1);
}

.section h5 {
	color: rgba(237, 139, 0,1);
	margin-top: 2%;
}

.section h6 {
	margin-top: 4%;
	text-align: center;
}

.header {
	height: 40vh;
	min-height: 100%;	
	background-color: rgba(237, 139, 0,1.0);
}

.header .row {
	height: 100%;
	text-align: center;
	text-shadow: 0px 1px 1px #606060;	
	color: rgb(255,255,255);
}

.mototec {
	background: url(../img/mototec.jpg) center center;
	background-size: cover;
}

#facilities-images {
	padding: 0;
}

.images .facilities {
	padding: 0px;
}

#interns2 {
	background-color: rgb(215, 210, 203);
}

#interns2 h6 {
	margin-top: 0;
	text-align: center;
	color: rgba(134, 31, 65,1);
}

ul.students {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.students li {
	background: url('../img/triangle.png') no-repeat left top;
	min-height: 25px;
	padding-left: 25px;
	padding-top: 3px;	
	margin-bottom: 2%;
	line-height: 1em;
}



/*#contact h4:before {
	content: url('../img/triangle.png');
	padding-right: 2%;
	height: 25px;
	vertical-align: middle;
}*/

.contact .fa-ul {
	margin-left: 1.7em;
	color: rgb(255,255,255);
}

.contact.fa-li:before {
	color: rgb(237, 139, 0);
}

.footer .contact .fa-li:before {
	color: rgb(134, 31, 65);
}

.fancybox-slide>div p {
    text-align: left;
}

/* map */
.legend { list-style: none; line-height: 1.5; margin-top: 3%; }
.legend span { border: 1px solid #ccc; float: left; width: 16px; height: 16px; margin: 3px; }
.legend .forhire {background-color: #2CD5C4;}
.legend .notrideshare {background-color: #8ADED3;}
.legend .notexempt {background-color: #ED8B00;}

/*.states {
	display: none;
	padding: 50px 5vw;
	max-width: 800px;
	min-width: 50vw;
	min-height: 40vh;
}*/

.states h2 {
	color: rgb(134, 31, 65);
}

.nav-tabs li {
	text-align: center;
	padding: 7px;
	border-bottom: 1px solid rgba(0,0,0,.3);
	border-right: 1px solid rgba(0,0,0,.3);
	background-color: rgba(44, 213, 196,1.0);
}

.nav-tabs li a {
	color: #fff;
}

.states ul {
	text-align: center;
}

.states li {
	text-align: left;
}

.tab-content {
	margin-top: 2%;
}

/* footer */
.footer { 
	/*background-image: url(../img/polygon.jpg);
	background-position: center center;
	background-size: cover;*/
	background-color: rgba(109, 106, 117, 1);
	color: rgba(255,255,255,1.0);
	padding: 2%;
	font-weight: 500;
	font-size: .9rem;
}

.footer a {
	color: rgba(247, 174, 71,1.0);
	font-weight: 700;
}

.footer a:hover {
	color: rgba(229, 225, 230,1.0);
}

.footer p {
	margin: 1%;
}

/*underline effect*/

.cl-effect-3 .nav-link::after {
	background: rgba(134, 31, 65,1);

}

@media only screen and (min-width : 0px) 
and (max-width : 480px)  {

.home {
	height: auto;
}
}


@media only screen and (min-width : 0px) 
and (max-width : 991px)  {
.navbar {
    background-color: rgb(255,255,255);
    width: 100%;
}

.navbar a {
	color: rgba(117, 120, 123,1);
}

.dropdown-menu {
	border: none;
}

.navbar-toggler-icon{
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(134, 31, 65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
}

