html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html, body {
	background-color: #0884cc;
	width: auto!important; 
	overflow-x: hidden!important
} 

.fa {
	color: white;
}

.too-much-pad {
	margin: -5% 0;
}

.contact-points{
	margin-bottom: 5%;
	padding-top: 2%;
}

#cv{
	margin: 1% 0;
}

#pub-title{
	margin-bottom: 3%;
}

#pub-links {
	margin-bottom: 5%;
}

#pub-links a{
	color:rgba(0,0,0,.9);
}

#pub-link-row{
	margin-bottom: 2%;
}

#undergrad-2{
	margin-top: 20%;
}

#undergrad-3{
	margin-top: 20%;
}



.publications{
	margin: 5% 0 !important;
}

.d-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
        grid-gap: 7px;
      }

      .item {
        position: relative;
      }

      .item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 4;
      }

      .item:nth-child(2) {
        grid-column: 2;
        grid-row: 0 / 3;
      }

      .item:nth-child(3) {
        grid-column: 2;
        grid-row: 2 / 3;
      }

      .item:nth-child(4) {
        grid-column: 2;
        grid-row: 3 / 3;
      }

      .item a {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        overflow: hidden;
      }

      .item img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  /*font-size: 1rem;*/
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.nav-item .nav-link {
	color: #fff !important;
}

#pub-h1 {
	padding: 3% 0;
}

#mainNav {
  font-family: Cabin,Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  background-color: #0884cc !important;
}

.navbar-brand {
	color: #fff !important;
}

.masthead {
	background-position: 50% 50%;
	background-size: 100%;
}

.masthead .intro-body .brand-heading {
    font-size: 40px !important;
    text-align: left;
    text-shadow: 2px 1px  10px #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Cabin,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 700;
  margin: 10% 5%;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.fixed-top {
  top: 0;
}

.fixed-bottom, .fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: #fff;
  background-color: #000;
  background-size: cover;
}
/*
.parallax{ 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}*/

.btn {
  display: inline-block;
  font-family: Cabin,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  transition: all .3s ease-in-out;
  text-transform: uppercase;
  text-align: center;
  padding: .375rem .75rem;
  border-radius: 0;
  vertical-align: middle;
}

.brand-heading{
	font-size: 200% !important;
}


.btn-circle:focus, .btn-circle:hover {
  color: #fff !important;
  outline: none;
  background: hsla(0,0%,100%,.1);
}

.btn-link.focus, .btn-link:focus {
  text-decoration: underline !important;
  box-shadow: none;
}

.btn-link:hover {
  color: #21b17b;
  text-decoration: underline;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(66,220,163,.25);
}

.btn.btn-link {
	color: #fff !important;
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

a:hover {
  color: #21b17b;
  text-decoration: underline;
}

li {
	margin: 0 !important;
}

.btn-circle {
  font-size: 26px;
    width: 55px;
    height: 55px;
    margin-top: 15px;
    line-height: 45px;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    scroll-behavior:  smooth;
    border-radius: 100%!important;
    background: transparent;
}

#projects-section {
	padding: 10% 0;
	text-align: center;
}

#contact {
	background-color: #000;
	color: whitesmoke;
	padding: 5%;
}

#contact-us {
	margin: 2%;
	padding: 2% 0;
}

.network-name {
	    color: #fff !important;
}

img, svg {
  vertical-align: middle;
}

img {
  border-style: none;
}


footer {
	background-color: #0884cc;
	/*background-color: black;*/
	padding: 2%;
}


a {
	text-decoration:none
}
h4{
	text-align:center;
	margin:30px 0;
	color:#444;
}

.main-timeline {
	position:relative;
}

.main-timeline:before {
	content:"";
	width:5px;
	height:100%;
	border-radius:20px;
	margin:0 auto;
	background:#242922;
	position:absolute;
	top:0;
	left:0;
	right:0;
}

.main-timeline .timeline {
	display:inline-block;
	margin-bottom:50px;
	position:relative
}

.main-timeline .timeline:before {
	content:"";
	width:20px;
	height:20px;
	border-radius:50%;
	border:4px solid #fff;
	background:#0884cc;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	transform:translate(-50%,-50%)
}


.main-timeline .timeline-icon
{
	display:inline-block;
	width:130px;
	height:130px;
	border-radius:50%;
	border:3px solid #0884cc;
	padding:13px;
	text-align:center;
	position:absolute;
	top:50%;
	left:30%;
	transform:translateY(-50%)
}

.main-timeline .timeline-icon i
{
	display:block;
	border-radius:50%;
	background:#0884cc;
	font-size:64px;
	color:#fff;
	line-height:100px;
	-index:1;
	position:relative
}

.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before
{
	content:"";
	width:100px;
	height:4px;
	background:#0884cc;
	position:absolute;
	top:50%;
	right:-100px;
	transform:translateY(-50%)
}

.main-timeline .timeline-icon:after
{	
	width:70px;
	height:50px;
	background:#fff;
	top:89px;
	right:-30px;
}

.main-timeline .timeline-content
{
	width:50%;
	padding:0 50px;
	margin:52px 0 0;
	float:right;
	position:relative
}

.main-timeline .timeline-content:before
{
	content:"";
	width:70%;
	height:100%;
	border:3px solid #0884cc;
	border-top:none;
	border-right:none;
	position:absolute;
	bottom:-13px;
	left:35px
}

.main-timeline .timeline-content:after
{
	content:"";
	width:37px;
	height:3px;
	background:#0884cc;
	position:absolute;
	top:13px;
	left:0
}

.main-timeline .title
{
	font-size:20px;
	font-weight:600;
	color:#0884cc;
	text-transform:uppercase;
	margin:0 0 5px
}

.main-timeline .description
{
	display:inline-block;
	font-size:16px;
	color:#404040;
	line-height:20px;
	letter-spacing:1px;
	margin:0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon
{
	left:auto;
	right:30%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before
{
	right:auto;
	left:-100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after
{
	right:auto;
	left:-30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content
{
	float:left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before
{
	left:auto;
	right:35px;
	transform:rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after
{
	left:auto;
	right:0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before {
	background:#8fb800;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
	border-color:#8fb800;
}

.main-timeline .timeline:nth-child(2n) .title {
	color:#8fb800;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	border-left-color:#8fb800;
	border-bottom-color:#8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before {
	background:#0884cc;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
	border-color:#0884cc;
}

.main-timeline .timeline:nth-child(3n) .title {
	color:#0884cc;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
	border-left-color:#0884cc;
	border-bottom-color:#0884cc;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before {
	background:#8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
	border-color:#8fb800;
}

.main-timeline .timeline:nth-child(4n) .title {
	color:#8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
	border-left-color:#8fb800; 
	border-bottom-color:#8fb800;
}

.grad-row{
	padding: 0 0 5% 0;
}

.card-text {
	text-align: center;
}

#ungrad-row1{
	padding: 5% 0;
}

ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}

ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.course-desc{
	padding: 2% 0;
}

.course-imgs{
	width: 80px;
	height: 80px;
}

.bio-text{
	font-size: 65%;
    text-align: center;
    margin: 5%;
}

@media only screen and (max-width:1366px) {
	.main-timeline .timeline-icon:before {
		width:50px;
		right:-50px
	}

	.main-timeline .timeline:nth-child(even) .timeline-icon:before {
		right:auto; 
		left:-50px;
	}

	.main-timeline .timeline-content {
		margin-top:75px;
	}
	.brand-heading {
		font-size: 200% !important;
	}
	.bh-right {

    	margin-right: -35px !important;
  	}
}

@media only screen and (max-width:990px) {
	.main-timeline .timeline {
		margin:0 0 10px;
	}

	.main-timeline .timeline-icon {
		left:25%;
	}

	.main-timeline .timeline:nth-child(even) .timeline-icon {
		right:25%;
	}

	.main-timeline .timeline-content {
		margin-top:115px;
	}

}
@media only screen and (max-width:767px){
	.main-timeline {
		padding-top:50px;
	}
	.main-timeline:before {
		left:80px;
		right:0;
		margin:0;
	}

	.main-timeline .timeline {
		margin-bottom:70px;
	}

	.main-timeline .timeline:before {
		top:0;
		left:83px;
		right:0;
		margin:0
	}
	.main-timeline .timeline-icon {
		width:60px;
		height:60px;
		line-height:40px;
		padding:5px;
		top:0;
		left:0
	}
	.main-timeline .timeline:nth-child(even) .timeline-icon {
		left:0;
		right:auto;
	}

	.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before {
		width:25px;
		left:auto;
		right:-25px;
	}

	.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after {
		width:25px;
		height:30px;
		top:44px;
		left:auto;
		right:-5px;
	}

	.main-timeline .timeline-icon i {
		font-size:30px;
		line-height:45px;
	}

	.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content {
		width:100%;
		margin-top:-15px;
		padding-left:130px;
		padding-right:5px;
	}

	.main-timeline .timeline:nth-child(even) .timeline-content {
		float:right;
	}
	.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before {
		width:50%;
		left:120px;
	}
	.main-timeline .timeline:nth-child(even) .timeline-content:before {
		right:auto;
		transform:rotateY(0);
	}
	.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after {
		left:85px;
	}
}

@media only screen and (max-width:479px) {
	.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content
	{
		padding-left:110px;
	}
	.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before
	{
		left:99px;
	}
	.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after
	{
		left:65px;
	}
}

.my-journey {
	padding-bottom: 10%;
}


@media(max-width:920px) {
  .brand-heading {
    text-align: center !important;
    font-size: 200% !important;
  }

  #dax-contact {
  	border-radius: 50%; 
  	width: 40%; 
  	padding: 2% 0;
  }
}

@media(max-width:420px) {
	h3 {
		text-align: center;
	}
	#the-students {
		padding-top: 2%;
	}

	.card {
		margin: 5% 0;
	}

	#projects-section {
		padding: 10% 8%;
		text-align: center;
	}

  .brand-heading {

    text-align: center !important;
    font-size: 90% !important;
  }
  .about-scroll{
  	margin-top: 35px !important;
  }

  #dax-contact {
  	border-radius: 50%; 
  	width: 40%; 
  	padding: 2% 0;
  }
  #educ{
  	font-size: 250% !important;
  }
}

@media(max-width:420px) {
	.brand-heading {
		font-size: 75% !important;
	}
}




