* {
	box-sizing:border-box;
	-webkit-appearance: none;
}
/*box-sizing is for preventing box sizes to change and expand outward*/

h1{
	font-family: CircularStd;
	font-weight: 600px;
}

h2{
	font-family: CircularStd;
	font-weight: 600px;
	font-size: 3.0em;
}

h3{
	font-family: CircularStd;
	font-weight: 600px;
	font-size: 2.5em;
	line letter-spacing: 3.5px;
}

h4{
	font-family: CircularStd;
	font-weight: 600px;
	font-size: 1.95em;
	margin-bottom:8px;
	color: black;
}

h5{
	font-family: CircularStd;
	font-weight: 600px;
	font-size: 1.45em;
	letter-spacing: 2px;
	margin-top: 0px; 

}

h6{
	font-family: CircularStd;
	font-weight: 600px;
	font-size: 1em;

}

p{
	font-family: CircularStd;
	font-weight: 400;
	font-style: normal;
  	line-height: 1.5em;
  	font-size:1.26em; 
  	color:#202020;
}

.container {
	max-width:1140px;
	margin-right: auto;
	margin-left: auto;

}

/*angelachu*/

.tabgroup {
	margin-top: 3%;
	margin-bottom: 4%;

}
.tabgroup ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.tabgroup .tab {
  display: inline-block;
  padding-top:0.8em;
  padding-bottom:0.8em;
  cursor: pointer;
  width: 32%;
  text-align: center;
  letter-spacing: .05em;
  color: #000000;
}

.tabgroup .tab.active {
/*  border: 1px solid #ddd;*/
  background-color: #ffba09;
  color: #ffffff;
  border-bottom-width: 0;
}

.tabgroup .tab:hover {
  background-color: #1101dd;
  color: #ffffff;
}
.tabgroup .tab:active {
  background-color: #1101dd;
}

.tabgroup .contentlist {
  border-top:2px solid #ffba09;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  background-color: rgba(254,254,254,0.5);
}

.tabgroup .content {
  padding:4%;
}

.tabgroup .content:not(.active) {
  display: none;
}

.tabgroup .content>:first-child {
  margin-top: 0;
}

.tabgroup .content>:last-child {
  margin-bottom: 0;
}

.contentlist ul {

}

.project-detail-title{
  margin-bottom: 30px;
}

.flex-parent {
	display:flex;
	align-items:baseline;
}
.flex-parent_1 {
	display:flex;
	align-items:center;
}
.flex-child {
	flex:1 1 ;
}
.flex-child_1 {
	flex:5 1;
}
.flex-none {
	flex:none;
}


.view-window img,
.centered-child {
	position:absolute;
	text-align: center;
	font-size: 22px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}





.splashtext a:hover,.nav a:hover {
	text-decoration:initial;
	color:#C1272D;
}







.nav-center ul,
.nav-horizontal li {
	text-align:center;
}
.nav-breadcrumbs ul,
.nav-pills ul,
.nav-tabs ul,
.nav-horizontal ul {
	display:flex;
	align-items:center;
}
.nav-horizontal li {
	flex:1 1 auto;
}

.nav-breadcrumbs li,
.nav-pills li {
	flex: 0 0 auto;
}
.nav-pills a {
	padding:0em 0em 0.2em 4em;
}


.nav-breadcrumbs li:before {
	content:"/";
	margin:0 0.2em;
	color:inherit;
}
.nav-breadcrumbs a {
	font-weight:normal;
	display:inline;
}
.nav-breadcrumbs .active a,
.nav-breadcrumbs a:hover {
	text-decoration:underline;
	color:inherit;
	background-color:initial;
}



.nav-tabs {
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.nav-tabs a {
	border-radius:4px 4px 0 0;
}
.nav-tabs .active a {
	border:1px solid rgba(0,0,0,0.3);
	border-bottom-width:0;
	background-color:initial;
}
.nav-tabs a:hover {
	background-color:rgba(0,0,0,0.2);
}





.table {
	width:100%;
	border-collapse:collapse;
}
.table th,
.table td {
	text-align:left;
	padding:var(--best-padding);
}

.table-striped tbody tr:nth-child(odd) {
	background-color:rgba(0,0,0,0.1);
}
.table.lined tbody tr, 
.table.lined-horizontal tbody tr {
	border-top:1px solid black;
}
.table.lined th:not(:first-child),
.table.lined td:not(:first-child),
.table.lined-vertical th:not(:first-child),
.table.lined-vertical td:not(:first-child) {
	border-left:1px solid black;
}
.table.lined,
.table.outline {
	border:1px solid black;
}

.overscroll {
	max-width:100%;
	overflow:auto;
}

.card {
	background-color:white;
	border-radius:0.5em;
	padding:1em;
	margin-top:1em;
	margin-bottom:1em;
}
.card :first-child {
	margin-top:0;
}
.card :last-child {
	margin-bottom:0;
}


figure.card {
	margin:0;
}
/* The padding bottom trick */
figure.card .fig-image {
	position:relative;
	height:0;
	padding-bottom:150%;
}
figure.card img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top;
}


.well {
	background-color:#efe;
	padding:10px;
}



.media-image {
	max-width:100%;
}




.view-window {
	height:100vh;
	position:relative;
	overflow:hidden;

	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-attachment:fixed;
}
.view-window img {
	max-width:100%;
	max-height:100%;
}



.icon-svg path {
	fill:#ddd;
}
.hidden {
	display:none;
}
.toggle input:checked+label path,
.toggle input:checked+label {
	color:red;
	fill:red;
}

.toggle.switch {
	display:inline-block;
	font-size:1em;
}
.toggle.switch label {
	display:inline-block;
	position:relative;
	width:2em;
	height:1em;
	border-radius:1em;
	background-color:#ccc;
	border:0.1em solid #ddd;
}
.toggle.switch label:after {
	position:absolute;
	top:0;
	left:0;
	height:0.8em;
	width:0.8em;
	background-color:#eee;
	content:'';
	border-radius:1em;
	transform:translateX(0);
	transition:transform 0.3s;
}
.toggle.switch input:checked+label:after {
	transform:translateX(1em);
}







}