@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,700");

/*********** Global Styles********/

body,
html {
  background-color: rgba(137, 152, 208, 0.91);
  /* background-color: #2b7fc8; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: 900 !important;
}

.wrapper {
  background: rgb(70, 69, 69);
}

.img-circle {
  border-radius: 50%;
}

.my-button {
  font-size: 1em;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, color 0.2s 0.3s;
  letter-spacing: 0;
  border-radius: 45px;
  height: auto;
  padding: 0.8em 2.1em;
}

.my-button:hover {
  cursor: pointer;
  padding: 0.8em 2.7em;
}

.my-button:active,
.my-button:focus,
.my-button.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*** thin bar ***/

.thin-bar {
  border-bottom: 5px solid rgb(209, 243, 18);
}

/*** About Section ***/

#about {
  margin-top: 10em;
  border: 1px solid rgb(77, 75, 75);
  background-color: rgb(77, 75, 75);
  padding-bottom: 1em;
}

#about img {
  max-width: 15em;
  position: relative;
  bottom: 7.5em;
}

#about .details {
  margin-top: -2em;
}

#about h2 {
  color: #fdfdfd;
  font-size: 3.8em;
  padding-bottom: 1em;
}
h2 .title {
  color: rgba(137, 152, 208, 0.91);
}

#about span {
  font-weight: 300;
  font-size: 0.7em;
}

#about h5 {
  color: #8a8a8b;
}

#about p {
  margin-top: 1em;
  color: #646464;
  font-family: "roboto";
  font-weight: 300;
}
.date{
	color: #000000;
}
.cta .cta-button {
  color: rgba(137, 152, 208, 0.91);
  text-transform: uppercase;
  border: 2px solid rgba(137, 152, 208, 0.91);
  border-radius: 50px;
  background: white;
}

.cta .cta-button:hover,
.cta .cta-button:focus {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 14px 1px rgba(0, 0, 0, 0.15);
  background-color: rgba(137, 152, 208, 0.91);
  color: white;
}

#about i {
  margin-top: 2em;
  color: rgba(137, 152, 208, 0.91);
}
#about i:hover {
  color: rgba(72, 105, 222, 0.91);
}

.fa {
  font-size: 3em;
  padding: 0.2em 0.5em;

  color: #8a8a8a;
}

.fa:hover {
  cursor: pointer;
}

/*** Experience ***/
#experience {
  background-color: #007bff;
  padding: 6em 4em 5.6em;
}

#experience h2 {
  color: #fff;
  margin-bottom: 0.7em;
}

#experience .tag-line {
  color: white;
  font-size: 1.4em;
}

#experience i {
  color: rgba(9, 22, 68, 0.91);
  font-size: 4em;
}

#experience h3 {
  color: #fff;
}

.experience-topics p {
  color: #acaeb2;
  font-family: "Maven pro", sans-serif;
}

.experience-topics ul li {
  list-style: none;
  color: #bbd2ff;
  font-family: "Maven pro", sans-serif;
  font-weight: 500;
}

/*** work ***/
#work {
  padding: 6em 4em 3em;
  background-color: #fff;
}

#work h2 {
  color: rgba(9, 22, 68, 0.91);
  margin-bottom: 0.7em;
}

#work .tag-line {
  color: #767779;
  font-size: 1.4em;
  margin-bottom: 4em;
}

#work .work-row {
  margin-bottom: 5.5em;
}

.details h3 {
  color: rgba(9, 22, 68, 0.91);
  text-transform: uppercase;
}

.details .platform {
  font-size: 0.8em;
  text-transform: uppercase;
  margin: 2em 0 -0.1em;
  font-family: "Maven pro", sans-serif;
  font-weight: 500;
  color: rgba(9, 22, 68, 0.91);
}

.details i {
  color: rgba(9, 22, 68, 0.91);
  margin-right: 1em;
}

.details p {
  color: #738182;
  font-family: "Maven pro", sans-serif;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  text-align: justify;
}

.details a,
.details a:link,
.details a:active {
  color: rgba(9, 22, 68, 0.91);
  border: 2px solid rgba(9, 22, 68, 0.91) !important;
  background-color: #fff;
}
.details a:hover,
.details a:focus {
  background-color: rgba(137, 152, 208, 0.91) !important;
  color: #fff;
}

/*** teaching ***/
#teaching {
  padding: 6em 4em 3em;
}

#teaching h2 {
  color: #595959;
}

#teaching .tag-line {
  color: #848282;
  font-size: 1.4em;
}

#teaching .teaching-domains {
  height: 500px;
  width: auto;
  margin-top: -4em;
}

/*** Footer Call-to-action ***/
#footer-cta {
  background-color: rgba(137, 152, 208, 0.91);
  padding: 6em 4em 5.6em;
}

#footer-cta h2 {
  color: white;
}

#footer-cta p {
  color: #fff;
  font-family: "Maven pro", sans-serif;
  font-weight: 500;
  font-size: 1.2em;
}

#startButtonDiv {
  margin-top: 3em;
}

#footer-cta a {
  border: 2px solid #fff;
  border-radius: 45px;
  color: #fff;
}

#footer-cta a:hover {
  background: #fff;
  color: #007bff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18),
    0 4px 14px 1px rgba(0, 0, 0, 0.15);
}

/*** footer starts ***/

#footer {
  padding: 5em 4em 2em;
}

#footer #logo {
  background-color: #007bff;
  border-radius: 50%;
  color: #fff;
  padding: 0.4em;
  font-family: "Maven pro", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  display: inline;
}

#footer #copyright {
  margin-top: 1.6em;
  font-family: "Maven pro", sans-serif;
  font-weight: 500;
  color: #7d7d7d;
}

.profile-photo {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  background-size: cover;
  margin-top: -100px;
  margin-bottom: 40px;
}

/* SLider */
.mySlides,
.mySlides2 {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(14, 3, 69);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot,
.dot2,
.dot3,
.dot4,
.dot5 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover,
.dot2:hover,
.dot3:hover,
.dot4:hover,
.dot5:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .next,
  .text {
    font-size: 11px;
  }
}
