/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 */


/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

html {
  font-family: "Lato", sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 2vh;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 2vh;
  }
}

figure {
  display: inline;
  float:right;
  flex-direction: column;
  margin: 0;
}

figcaption {
  text-align: center;
  font-size: 2vh;
  line-height: 1.5;
  color: #777;
  padding-right: 1vh;
  padding-left: 4vh;
  /*adjust this to control how far it should be from egde*/
}

.welcome{
  text-align: center;
}

.postimage{
  text-align: left;
  display: block;
}

.postimagecolor{
  text-align: left;
  display: block;
  color: orange;
}

div{
  display: block;
}

.papericon{
  height: 2%;
  width: 2%;
}

section {
  display: inline-block;
  text-align: left;
}

.unindent{
  margin-left: -2em;
}


/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.sidebar {
  text-align: center;
  padding: 1rem 1rem;
  color: rgba(255,255,255,.5);
  background-color: rgb(48, 67, 94);
}
@media (min-width: 48em) {
  .sidebar {
    position:fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    text-align: left;
  }
}

/* Sidebar links */
.sidebar a {
  color: #fff;
}

/* About section */
.sidebar-about h1 {
  color: rgb(255, 255, 255);
  margin-top: 0;
  font-family: "Lato", sans-serif;
  font-size: 8vh;
}

/* Sidebar nav */
.sidebar-nav {
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  line-height: 1.75;
  font-size: 3vh;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: underline;
}
.sidebar-nav-item.active {
  font-weight: bold;
}

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  1rem;
    bottom: 1rem;
    left:   1rem;
  }
}


/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content {
  padding-top:    4rem;
  padding-bottom: 4rem;
}

@media (min-width: 48em) {
  .content {
    max-width: 100rem;
    margin-left: 20rem;
    margin-right: 0rem;
  }
}

@media (min-width: 64em) {
  .content {
    margin-left: 22rem;
    margin-right: 0rem;
  }
}

.researchimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  height: 30%;
}

.cloudimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 40%;
}

.teamicons{
  text-align: center;
}

.iconimg{
  width: 7%;
  height: 7%;
}

.profile {
  display: flex;
  background-color: rgb(255, 255, 255);
   flex-direction: row;
   flex-wrap: wrap;
  }
  
  .profile > div {
background-color: #ffffff;
margin: 1%;
padding: 1%;
font-size: 120%;
}
  
  .profilecard {
    display: inline-block;
    border-radius: 15%;
    border-style: solid;
    border-color: Gray;
  padding: 2%;
    width: auto;
    height: auto;
  }

  .card-title{
    text-align: center;
  }
  
  .card-text {
  font-size: 65%;
  text-align: center;
  }
  
  .card-position {
  font-size: 60%;
  text-align: center;
  }

.bioimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: 20%;
}

.labimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  height: 85%;
}

.bioimage2{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20%; 
  border-style: solid;
  border-color: rgb(235, 235, 235);
  border-width: 0px;
  width: 48%;
  height: 35%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.kumarimage{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20%; 
  border-style: solid;
  border-color: rgb(235, 235, 235);
  border-width: 0px;
  width: 45%;
  height: 35%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.biotext{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 50%;
}




/*
 * Reverse layout
 *
 * Flip the orientation of the page by placing the `.sidebar` on the right.
 */

@media (min-width: 48em) {
  .layout-reverse .sidebar {
    left: auto;
    right: 0;
  }
  .layout-reverse .content {
    margin-left: 2rem;
    margin-right: 20rem;
  }
}

@media (min-width: 64em) {
  .layout-reverse .content {
    margin-left: 4rem;
    margin-right: 22rem;
  }
}



/*
 * Themes
 *
 * As of v1.1, Hyde includes optional themes to color the sidebar and links
 * within blog posts. To use, add the class of your choosing to the `body`.
 */

/* Base16 (http://chriskempson.github.io/base16/#default) */

/* Red */
.theme-base-08 .sidebar {
  background-color: #ac4142;
}
.theme-base-08 .content a,
.theme-base-08 .related-posts li a:hover {
  color: #ac4142;
}

/* Orange */
.theme-base-09 .sidebar {
  background-color: #d28445;
}
.theme-base-09 .content a,
.theme-base-09 .related-posts li a:hover {
  color: #d28445;
}

/* Yellow */
.theme-base-0a .sidebar {
  background-color: #f4bf75;
}
.theme-base-0a .content a,
.theme-base-0a .related-posts li a:hover {
  color: #f4bf75;
}

/* Green */
.theme-base-0b .sidebar {
  background-color: #90a959;
}
.theme-base-0b .content a,
.theme-base-0b .related-posts li a:hover {
  color: #90a959;
}

/* Cyan */
.theme-base-0c .sidebar {
  background-color: #75b5aa;
}
.theme-base-0c .content a,
.theme-base-0c .related-posts li a:hover {
  color: #75b5aa;
}

/* Blue */
.theme-base-0d .sidebar {
  background-color: #6a9fb5;
}
.theme-base-0d .content a,
.theme-base-0d .related-posts li a:hover {
  color: #6a9fb5;
}

/* Magenta */
.theme-base-0e .sidebar {
  background-color: #aa759f;
}
.theme-base-0e .content a,
.theme-base-0e .related-posts li a:hover {
  color: #aa759f;
}

/* Brown */
.theme-base-0f .sidebar {
  background-color: #8f5536;
}
.theme-base-0f .content a,
.theme-base-0f .related-posts li a:hover {
  color: #8f5536;
}
