@import url('https://fonts.googleapis.com/css?family=Lato:300i,400,700');
/*@import url('https://fonts.googleapis.com/css?family=Satisfy');*/
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700');

body {
	overflow-x: hidden;
	font-family: 'Lato', sans-serif;
	color: #505962;
}

.emailaddr {
	font-size: .85rem;
	font-weight: 300;
	color:#00A5C8;
	#color: #eb57b5;
	text-transform: lowercase;
}

/*--- Nav Scrolling Offset ---*/
.offset:before {
	height: 62px;
	margin-top: -62px;
	content: "";
	display: block;
}

/*--- Extra Bootstrap Column Padding ---*/
[class*="col-"] {
	padding: 1rem;
}

/*============ NAVIGATION =============*/
.navbar-left {
	/*color: #6897BB;*/
	color:#00A5C8;
}
.navbar-left-name {
	font-size: 1.2rem;
}
.priya-blue {
	color: #C0D6E4;
}
.priya-burgundy {
	color:#440E2F;
}
.social-media-color {
	color:#00A5C8;
}
.navbar-left-motto {
	#color: #C0D6E4;
	color: #eb57b5;
	font-size: .6rem;
}
.navbar {
	padding: .6rem 1rem;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 700;
	letter-spacing: .1rem;
	background-color: rgba(57, 63, 70, .9)!important;
}
.navbar-brand img{
	height: 2rem;
}
.navbar-nav .nav-link {
	color: white;
	padding-top: .8rem; 
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.hover {
	color: #00B3FF;
}
.svg-inline--fa.fa-w-14 {
	color:#6897BB;
	font-size:1.6rem;
}
.navbar-nav li {
	padding-right: .8rem;
}

/*============ LANDING PAGE ============*/
.home-inner {
	background-image: url('img/Matrix.jpg')
}
.quote {
	font-family: 'Tangerine',cursive;
	font-size: 2rem;
	font-weight: 300;
	font-style: italic;
	padding-left: 1rem;
	/*padding-right: 30rem; */
	color: #851726;
}
.home-page-quote {
	font-family: 'Tangerine',cursive;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	padding-left: 1rem;
	/*padding-right: 30rem; */
	color: #FF3366;
	background-color:rgba(255,153,0,0.2);   /* #FF9900; */ 
}
.quote-author {
	font-family: 'Tangerine',cursive;
	font-size: 1rem;
	font-weight: 300;
	font-style: italic;
	padding-left: 40rem;
	color: #851726;
}
.caption {
	width: 100%;
	max-width: 100%;
	position: absolute;
	top: 40%;
	z-index: 1;
}
.caption h3 {
	color: blue;
	font-size: 2.4rem;
	padding-bottom: 2rem;

}
.btn {
	border-width: medium;
	border-radius: 0;
	padding: .5rem 1.1rem;
	font-size: .9rem;
	color: #6897BB;
}

.btn-for-portfolio {
	/*padding-left: 40rem;*/
}

/*============ ABOUT SECTION ============*/

.jumbotron {
	margin-bottom: 0;
	border-radius: 0;
	padding: 3rem 0 3rem;
}
.narrow {
	width: 85%;
	margin: 0 auto;
	padding-top: 1rem;
}
h3.heading {
	font-size: 1.5rem;
	font-weight: 700;
	padding-left: 1rem;
	/*text-align: center;*/
}

.heading-underline {
	width: 9rem;
	height: .2rem;
	background-color: #00B3FF;
	padding-left: 1.5rem;
	/*margin: 0 auto 2rem;*/
}
.about-column-label {
	color: #00A5C8;
}

.about-main-tagline {
	color: #6897BB;
}
.affiliations {
	font-size: 0.8rem;
}
.book-link {
	color:#440E2F;
	text-decoration: underline;
}
.education {
	font-size: 0.5rem;
	color: #6897B8;
	padding-bottom: .1rem;
	margin-bottom: .2rem;
}
/*============ PORTFOLIO SECTION ============*/
.padding {
	padding: 2rem 0;

}
.no-padding [class*=col-] {
	padding:0;
}
img.portfolio-image {
	max-width: 100%;
}
.portfolio-item {
	max-width: 100%!important;
	overflow: hidden;
}
.portfolio-item img {
	transition: transform .4s ease;
}
.portfolio-item img:hover {
	transform: scale(1.2);
	cursor: zoom-in;
}

.portfolio-note {
	font-size: 0.9rem;
	padding-left: 1rem;
}



/*============ REDDOTS SECTION ============*/
/*.reddot-item img {
	transition: transform .4s ease;
}
img.reddot-image {
	max-width: 100%;
}
.reddot-item {
	max-width: 100%!important;
	overflow: hidden;
}
.reddot-item img:hover {
	transform: scale(1.2);
	cursor: zoom-in;
}
.reddot-item-title {
	font-size: 0.8rem;
}
*/
.reddot-note {
	font-size: 0.9rem;
	padding-left: 1rem;
}
.reddot-circle {
	color: red;
	padding-left: .2rem;
}

/*============ EXHIBITS SECTION ============*/
.exhibits-note {
	font-size: 0.8rem;
	text-align: center;
}
.smallfont {
	font-size: .8rem;
}
.show-name {
	font-weight: 300;
	font-style: italic;
}
/*============ HONORS SECTION ============*/
.honors-note {
	font-size: 0.9rem;
	padding-left: 1rem;
}

.honors-link {
	color:#493154;
	text-decoration: underline;
}
.honors-p {
	padding-bottom: 0;
	margin-bottom: 0;
}
.visions-i-color {
	color: #851726;
}
/*============ GALLERIES SECTION ============*/

/*
.card {
	margin: 0 1rem;
	border-radius: 0;
	background-color: #505962;
}
.card-img-top {
	border-radius: 0;
}
.card h4 {
	font-weight: 700;
}
.card p {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-body a {
	font-size: 1.5rem;
}
.card-body .card-body-exception {
	font-size: 1rem;
}
*/

.gallery-note {
	font-size: 0.9rem;
	padding-left: 1rem;
	/*text-align: center;*/
}
.gallery-logos {
	padding: 2rem 1rem 1rem 5rem;
}
/*============ CONTACT SECTION ============*/
.footer .row {
	background-color: rgba(57, 63, 70, .85);
	padding: 1rem 2rem 3rem;
	color: white;
}
.footer img {
	height: 2rem;
	margin: 1.5rem 0;

}
.footer a {
	color: white;
}
.footer svg.svg-inline--fa {
	margin: 0 .5rem 1rem 1rem;
}
.footer svg.svg-inline--fa:hover {
	color: #00B3FF!important;
}
.contact-terms {
	font-size: 0.8rem;
}

hr.socket {
	width: 100%;
	border-top: .2rem solid #666b71;
}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
