@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Roboto:wght@100&family=Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&family=Roboto:wght@100;400&family=Ubuntu&display=swap');
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  font-family: 'Inconsolata';
  color: #444;
  font-style: normal;
  line-height: 26px;
}

.body-html {
  margin: 20px 0px;
}

.page-content  {
  margin: 20px 30px 15px 35px 
}

.project-button {
  background-color: #94b5c0!important;
  border-color: #94b5c0!important;
  margin: 2px!important;
  color:black!important;
}


.dynamic {
  max-width: 10%;
  margin-left: 3px;
  height: auto;
  width: auto\9; /* ie8 */
}

footer {
  padding-top:20px;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 120px;
  background-color: #693D3D;
  color: white;
  text-align: center;
}

.leafImages {
  opacity: 0.5;
  float: right;
  width: 80px;
  height: 80px;
  margin-top: 20px;
}

.rowbody {
  min-height: 700px;
}

.social-media {
  width: 30px;
  margin-top:8px;
  text-align: right;
}


/*FAQs */



main {
  padding: 1rem;
  margin: auto;
}

form {
  display: inline;
}

.centered {
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.image {
  height: 20rem;
}

.image img {
  height: 100%;
}

.header-div {
  /* background-image: url("../../images/tree.jpg"); */
  background-color: #336B87;
  
}


/*Timeline element*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #693D3D;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid darkgreen;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}

.home-page-div-two {

  margin:0px;
  padding:0px;
}

.sidebar {
  /* background-image: url(""); */
  background-repeat: no-repeat;
  background-position-y: 5%;
  background-size: 100%;
}

@media (max-width: 750px) {

  .sidebar {
      background-size: 200px 200px;
      background-position-y: 3%;
  }

}


@media (max-width: 600px) {

  .sidebar {

      background-size: 0px 0px;
      background-position-y: 50%;

  }

}

@media (max-width: 800px) {

  img.dynamic {
    
  }

}


.headerTitle {
   color: black;
   margin-top: 6px;
   font-family: 'Dancing Script', cursive;
   font-size: 30px;
}

.purple {
  color: #350b40;
  font-weight: bold;
}

.darkpink {
  color: #ad6c80;
  font-weight: bold;
}

.about {
  /* background-color:#3bab87;
  padding: 20px;
  border-radius: 30px; */
}

.subheader {
  margin-top: 5px;
}

.subheaderOne {
  font-size: 20px;
  margin-top: 5px;
}

.projectText {
  margin-top: 10px;
}

.projectImage {
  margin: 20px 0px;
}

hr.largeLine {
  border: 15px solid #94b5c0;
  margin: 0px;
  margin-top: 40px;
}

hr.smallLine-horizontal {

  margin: 10px -15px -15px;
  border: 0;
  border-top: 3px solid black;
}



.corner-square {
  bottom:0;
}

@media (max-width: 600px) {

  .corner-square {
    height:100%;
  }

}


.resize {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.corner-height {
  height:120px;
  background-color:#A43820;
}

.col-sm-10 {
  margin-left: 0px;
}

.vl {
  height: 120px;
  margin-left: 0px;
}

.vl-large-top {
  border-left: 15px solid #94b5c0;
  margin: 0px;
  height: 120px;
}

.vl-small {
  border-left: 3px solid black;
  height: 100%;
}

.vl-small-top {
  border-left: 3px solid black;
  height: 120px;
  margin-left: 15px;

}

.siteContent {
  padding: 40px!important;
}


li.active{
  background-color: #428bca;
}


/* Sidebar navigation */

/* .sidebar {
  border-left: 15px solid #94b5c0;
  position: fixed;
  margin-left: 0px;
  min-height: calc(100vh - 50px);
} */

.col-2 {
  border-left: 15px solid #94b5c0;
}

.sidebar-ul {
  list-style-type: none;
  padding: 0px;
  text-align: center;
  font-size: 30px;
  margin: 10px;
}



.awards {
  margin-top: 30px;
}

.sidebar-li {
  color: black;
  text-decoration: none!important;
  font-size: 18px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-pics {
  max-width: 30px;
  width:100%;
  height: auto;
  border-radius: 5px;
  margin-top: 10px;
  bottom: 0;
  left: 0;
  position: absolute;
  margin-bottom: 10px;
}

/* @media screen and (max-width: 500px) {
  .nav-pics {
    float: none;
    width: 100%;
  }
} */

.datelink {

  text-decoration: none!important;
  color: black!important;
}

button{
  color: #fafafa
}

.publicationpage {
  float: right;
  height: 250px;
  margin: 10px;
  max-width: 20%;
  height: auto;
  min-width: 145px;
}

@media (max-width: 466px) {

  .publicationpage {
      width: 0px;
      height: 0px;
  }

}

.publicationpage-left {
  float: left;
  height: 250px;
  margin: 10px;
  max-width: 20%;
  height: auto;
  min-width: 145px;
}

@media (max-width: 466px) {

  .publicationpage-left {
      width: 0px;
      height: 0px;
      float: right;
  }

}

/* .mobile-nav {
  width: 30rem;
  height: 100vh;
  max-width: 90%;
  position: fixed;
  left: 0;
  top: 0;
  background: white;
  z-index: 10;
  padding: 2rem 1rem 1rem 2rem;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
} */
/* 
.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav__item-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.mobile-nav__item {
  margin: 1rem;
  padding: 0;
}

.mobile-nav__item a,
.mobile-nav__item button {
  font: inherit;
  text-decoration: none;
  color: black;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.mobile-nav__item a:active,
.mobile-nav__item a:hover,
.mobile-nav__item a.active,
.mobile-nav__item button:hover,
.mobile-nav__item button:active {
  background: #00695c;
  color: white;
  border-radius: 3px;
} */

#side-menu-toggle {
  border: 1px solid white;
  font: inherit;
  padding: 0.5rem;
  display: block;
  background: transparent;
  color: white;
  cursor: pointer;
}

#side-menu-toggle:focus {
  outline: none;
}

#side-menu-toggle:active,
#side-menu-toggle:hover {
  color: #ffeb3b;
  border-color: #ffeb3b;
}


.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 30px;
}

.card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}

.card__header,
.card__content {
  padding: 1rem;
}

.card__header h1,
.card__content h1,
.card__content h2,
.card__content p {
  margin: 0;
}

.card__image {
  width: 100%;
  height: 10rem;
  margin-top:10px;
}

.card__image img {
  max-width: 100%;
  max-height: 100%;
}

.card__actions {
  padding: 1rem;

}

.card__actions button,
.card__actions a {
  margin: 0 0.25rem;
}

.btn {
  display: inline-block;
  padding: 0.25rem 1rem;
  text-decoration: none;
  font: inherit;
  border: 1px solid #428bca;
  color: #428bca;
  background: white;
  border-radius: 3px;
  cursor: pointer;
}

.no-padding-left {
  padding-left: 0px!important;
}

.btn:hover,
.btn:active {
  background-color: #428bca;
  color: white;
}

.btn.danger {
  color: red;
  border-color: red;
}

.btn.danger:hover,
.btn.danger:active {
  background: red;
  color: white;
}

.user-message {
  margin: auto;
  width: 90%;
  border: 1px solid #4771fa;
  padding: 0.5rem;
  border-radius: 3px;
  background: #b9c9ff;
  text-align: center;
}

.user-message--error {
  border-color: red;
  background: rgb(255, 176, 176);
  color: red;
}

.pagination {
  margin-top: 2rem;

}

.pagination a {
  text-decoration: none;
  padding: 0.5rem;
  background-color: #ad6c80;
  border-radius: 15px;
  margin: 0 1rem;
  color: white;
}

.post-image {
  width: 500px;
  height: 200px;
  border: 2px solid #350b40;
  margin-bottom: 5px;
}

.pagination a:hover,
.pagination a:active,
.pagination a.active {
  text-decoration: none;
  padding: 0.5rem;
  background-color: #ad6c80;
  border-radius: 15px;
  margin: 0 1rem;
  color: white;
}

@media (min-width: 768px) {
  .main-header__nav {
    display: flex;
  }

  #side-menu-toggle {
    display: none;
  }

  .user-message {
    width: 30rem;
  }
}



.card-header {

  background-color: black;
}


.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.writing-sample-flex {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.writing-sample-column {
  flex: 1;
  min-width: 200px;
}









