/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


/* FONTS:;
font-family: 'Copse', serif;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-family: 'Inconsolata', ;
font-family: 'Oswald', sans-serif;
*/


/*========================================================================
Body and Paragraph
========================================================================*/


body {
  overflow-x: hidden;
}

p {
  font-family: 'Helvetica', serif;
  font-size: 20px;
}

p.small {
  font-size: 16px;
}


/*When the screen is <767px*/
@media(max-width:512px) {
  p {
      font-size: .9em;
  }
}

/*========================================================================
Header Text
========================================================================*/


h1, h5, h6 {
  text-transform: uppercase;
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Copse', serif;*/
  font-family: 'Copse', serif;
  color:white;
  /*font-weight: 700;*/
}

h2 {
  /* text-transform: uppercase; */
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  /*font-family: 'Copse', serif;*/
  font-family: 'Copse', serif;
  color:black;
  font-size:medium;
  /*font-weight: 700;*/
}

h3 {
  font-family: 'Copse', serif;
  color:black;
  font-size:3.0em;
  text-align: center;
  margin-bottom: 0%;
  margin-top: 5%;
  /* font-weight: 700; */
}

h4 {
  text-align: left;
  font-family: 'Copse', serif;
  color:black;
  font-size:medium;
  margin-top: 2%;
  margin-bottom: 0%;
}


/*========================================================================
Navbar
========================================================================*/
.navbar {
  padding-top: 0px;
  /* padding: 5px 15px; */
  opacity: 1;
  height: 60px;
  width: 100%;
  text-transform: uppercase;
  /* font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: 'Copse', serif;
  /* font-family: 'Inconsolata', ; */
  font-weight: 100;
  color: black;
  background: #f9f5f5;
}

.navbar a:logo {
  display: inline;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  /* margin-top: 15px;    if you want it vertically middle of the navbar. */
}

/* Links on mouse-over */
.navbar a:hover {
  background-color: rgb(239, 234, 234);
  color: black;
}

.navbar a:focus {
  outline: 0;
}

.navbar .navbar-nav {
  color:#000000;
  letter-spacing: 1px;
}

.navbar .navbar-nav li a::after{
  background-color: rgb(197, 34, 34);
  content: "";
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: width 0.35s ease 0s;
  position: absolute;
}

.navbar .navbar-nav li a:focus {
  outline: 0;
}

.navbar .navbar-nav li a:hover {
  color: rgb(197, 34, 34);
}

.navbar .navbar-nav li a:hover::after {
  width: 100%;
}

.navbar-default,
.navbar-inverse {
  border: 0;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
  color: black;
  background-color: #f9f5f5;
  opacity: 1.0;
}
.navbar .navbar-nav>.nonactive>a{
  color: rgb(150, 146, 146);
  /* background-color: red; */
  opacity: 1.0;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  margin: auto;
  height: 80px;
  width: 80px;
  display: block;
  padding-bottom: 0px;
  vertical-align: top;
}

/*========================================================================
Header and Header Section Components
========================================================================*/

/*.coming-soon {*/
   /* background-image: url("img/csgo-operation-768x393.jpg"); */
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-position: bottom;*/
/*    height: 10000px*/
/*}*/

header {
  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.header {
  background-image: url("../img//wallpapers/M106.jpeg");
  /* height: auto; */
  /* width: auto; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom;
  background-position-y: -200px;
  max-height: 2000px;
}

#cta {
  background-color: #00468b;
  color: white;
  border: 0px;
  padding: 2000px 4000px 2000px 5000px;

}

header .intro-text .title {
  font-size: 2em;
  display: block;
  /*text-transform: uppercase;*/
  /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  /*text-align: center;*/
}

header .intro-text .info {
  font-size: 1.25em;
  font-weight: 300;
  /*text-align: left;*/
}

/* header .sticky {*/
/*    !*position: fixed;*! !* just remove it *!*/
/*    opacity: 0;*/
/*    width: 100%;*/
/*} */


/*When the screen is >768px*/
@media(min-width:768px) {
  header .container {
      padding-top: 5000px;
      padding-bottom: 100px;
  }

  header .intro-text .title {
      font-size: 6em;
      margin-top: 500px;
      margin-bottom: 300px;
  }

  header .intro-text .info {
      font-size: 1.75em;
      /*text-align: left;*/
      /*text-align: center;*/
      margin-top: 10px;
      margin-bottom: 300px;
  }
}

/*When the screen is <767px*/
header .container {
  padding-top: 50px;
  padding-bottom: 50px;
}




/*All screen sizes*/
header img {
  display: block;
  margin: 0 auto 20px;
}


/*========================================================================
Sections
========================================================================*/

/*When the screen is <767px*/
@media(max-width:767px) {
  section {
      padding: 75px 0;
  }

  section.first {
      padding-top: 75px;
  }
}

/*When the screen is >767px*/
section {
  padding: 50px 0;
}

section.small {
  padding: 50px 0;
}

/*All screen sizes*/
.section-header {
  margin-bottom: 30px;
}

section h2 {
  margin: 0;
  font-size: 3em;
}

section h4 {
  font-size: 2.0em;
}

section.success {
  color: #fff;
  background: #18bc9c;
}

.img-centered {
  margin: 0 auto;
}




#cta:hover {
  background-color: #59b6e6;
}

#project-cta {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 300px;
  background: none;
}

#group-photo, #principal {
  background-color: #ebebeb;
}

div.center-cropped-small {
width: 125px;
height: 125px;
overflow:hidden;
align: center;
margin: auto;
}

div.center-cropped {
width: 225px;
height: 225px;
overflow:hidden;
align: center;
margin: auto;
}

div.center-cropped-people {
width: 225px;
height: 225px;
overflow:hidden;
align: center;
margin: auto;
border-radius: 50px;
}

div.center-cropped img,
div.center-cropped-small img,
div.center-cropped-people img {
left: 50%;
position: relative;
vertical-align: center;
transform: translateX(-50%);
}

.people-image {
  max-width: 225px;
  margin: 0 auto;
  /*margin-top: 30px;
  margin-bottom: 30px;*/
  border-radius: 60px;
}

.news-image {
  max-width: 125px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 10px;
}

.news-text {
  /*margin-top: 20px;*/
}

.people-divider {
  margin: 50px 0px 50px 0px;
}

.people-image {
  max-width: 225px;
  margin: 0 auto;
}

/*When the screen is <767px*/
@media(max-width:767px) {
 #grad-students {
  margin-top: 40px;
 }
}

#collaborate-section {
  margin-bottom: 50px;
}

.project-row {
  margin-top: 50px;
}

.project-image {
  border-radius: 100%;
  max-width: 125px;
  min-width: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
  /*margin-right: 50px;*/
}

.project-text {
  margin-left: 20px;
}

@media(max-width:767px) {
  .project-text {
      font-size: .9em;
  }
}


#about-publications {
  background-color: #000000;
  color: #ffffff;
}

.publication-image {
  margin-top: 20px;
  margin-bottom: 30px;
  max-height: 200px;
  border-radius: 100%;
}

.authors {
  font-size: .7em;
}

.journal-cover {
  max-height: 100px;
}

/*When the screen is <767px*/
@media(max-width:767px) {
  .journal-cover {
      max-height: 50px;
  }
}

.journal-article {
  font-family: 'Copse', serif;
}

#second-publication-section {
  background-color: #ebebeb;
}

#contact-form {
  margin-top: 50px;
}



/*========================================================================
Buttons
========================================================================*/

#message-submit {
  background-color: #3d78d6;
  border: #1b3f7a;
}

#message-submit:hover {
  background-color: #2c5eb0;
}

.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #18bc9c;
  color: #00468b;
  background: #fff;
}

.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}

/*========================================================================
Form
========================================================================*/


.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none!important;
  resize: none;
}

.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top .3s ease,opacity .3s ease;
  -moz-transition: top .3s ease,opacity .3s ease;
  -ms-transition: top .3s ease,opacity .3s ease;
  transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}

.floating-label-form-group-with-focus label {
  color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}

/*========================================================================
Footer
========================================================================*/


footer {
  color: #fff;
}

footer h3 {
  margin-bottom: 30px;
}

footer .footer-above {
  padding-top: 50px;
  background-color: #000610;
  margin-top
}

footer .footer-col {
  margin-bottom: 50px;
}

footer .footer-below {
  padding: 25px 0;
  background-color: #272727;
  font-size: 1em;
}

.support-logo {
  max-width: 100px;
  max-height: 50px;
}

.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}



.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}

.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}

.scroll-top .btn:focus {
  outline: 0;
}

/*========================================================================
Links
========================================================================*/

a, a:hover, a:focus, a:active, a.active {
  outline: 0;
  color: #00468b;
}

a {
  white-space: nowrap;
}

/* Grid */

#posts { margin: 30px auto 0; }
.post {
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}
.post img { padding: 0 15px; width: 100%; }

#grid.container .post img { padding: 0; }


/* Medium devices */

@media (min-width: 768px) {
  #grid > #posts .post { width: 335px; }
  #grid > #posts .post.cs2 { width: 100%; }
  .post img { padding: 0; }
}



/* Medium devices */

@media (min-width: 992px) {
  #grid > #posts .post { width: 445px; }
  #grid > #posts .post.cs2 { width: 100%; }
}



/* Large devices */

@media (min-width: 1200px) {
  #grid > #posts .post { width: 346px; }
  #grid > #posts .post.cs2 { width: 742px; }
}



/* Large devices min-width (1200px) + a .post margin (50px) * 2 (100px) = 1300px */
/* 1300px gives me the clearance I need to keep the margins of the entire #grid (the
bleed if you will) the same width as the .post margins posts (50px). Basically I'm
being really picky about whitespace. If you don't care, no problem, just delete this.
Can this be done with Masonry options? */

@media (min-width: 1300px) {
  #grid {
      left: -50px;
      padding-left: 50px;
      padding-right: 50px;
      position: relative;
      }
  #grid.container {
      left: auto;
      padding-left: 15px;
      padding-right: 15px;
  }
}

/*========================================================================
Archive CSS
========================================================================*/


/*hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -.8em;
  padding: 0 .25em;
  font-family: FontAwesome;
  font-size: 2em;
}
hr.star-light {
  border-color: #fff;
}
hr.star-light:after {
  color: #fff;
  background-color: #18bc9c;
}
hr.star-primary {
  border-color: #2c3e50;
}
hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}
@media(min-width:768px) {
  .navbar-fixed-top {
      padding: 25px 0;
      -webkit-transition: padding .3s;
      -moz-transition: padding .3s;
      transition: padding .3s;
  }
  .navbar-fixed-top .navbar-brand {
      font-size: 2em;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      transition: all .3s;
  }
  .navbar-fixed-top.navbar-shrink {
      padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
      font-size: 1.5em;
  }
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: .3;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(24,188,156,.9);
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media(min-width:767px) {
  #portfolio .portfolio-item {
      margin: 0 0 30px;
  }
}
------------------ Circle Button CSS ------------------
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 35px;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
  0 {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
  }
  100% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
}
@-moz-keyframes pulse {    
  0 {
      -moz-transform: scale(1);
      transform: scale(1);
  }
  50% {
      -moz-transform: scale(1.2);
      transform: scale(1.2);
  }
  100% {
      -moz-transform: scale(1);
      transform: scale(1);
  }
}
*/

/* The side navigation menu */
.sidenav {
text-align: top;
height: 50%; /* 100% Full-height */
width: 13%; /* 0 width - change this with JavaScript */
position: fixed; /* Stay in place */
z-index: 1; /* Stay on top */
top: 219px; /* Stay at the top */
left: 50px;
bottom: 0px;
border-width: 1px;
border-style: solid;
border-color: white;
background-color: white; /* Black*/
overflow-x: hidden; /* Disable horizontal scroll */
padding-top: 0px; /* Place content 60px from the top */
padding-left: 0px; /* Place content 60px from the top */
padding-right: 0px; /* Place content 60px from the top */
transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}


.sidenav-logo {
  padding-top: 4px;
  vertical-align:middle;
  max-width: 50px;
  max-height: 50px;
}


/* The navigation menu links */
.sidenav a {
padding: 8px 8px 8px 8px;
text-decoration: none;
font-size: 25px;
color: black;
display: block;
transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
background-color: #ddd;
color: #170202;
}

.sidenav a:focus {
  outline: 0;
}

.sidenav .sidenav-nav {
  letter-spacing: 1px;
}
  
.sidenav .sidenav-nav li a:focus {
  outline: 0;
}

.sidenav .sidenav-nav li a:hover {
  color: #377493;
}
  
.sidenav .sidenav-nav {
  letter-spacing: 1px;
  list-style:none;
}

.sidenav .sidenav-nav li a:hover::after {
  width: 100%;
}

.sidenav-default,
.sidenav-inverse {
  border: 0;
}

.sidenav-default .sidenav-nav>.active>a, .sidenav-default .sidenav-nav>.active>a:focus, .sidenav-default .sidenav-nav>.active>a:hover{
  color: #170202;
  background: #ddd;

}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
transition: margin-left .5s;
padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-width: 1300px) {
.sidenav {display: none;}
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 10px;}
} 

#myDiv-1 {
  position: relative;
  border: 1px none green;
}

#myDiv-1 p {
  position: absolute;
  color: rgb(0, 255, 255);
  mix-blend-mode: difference;
  margin: 0;
  padding: 0;
}

#switch1{
  top: 30%;
  left: 90%;
  width: 75px;
  height: 40px;
}

#switch2{
  top: 35%;
  left: 90%;
  width: 75px;
  height: 40px;
}

#switch3{
  top: 40%;
  left: 90%;
  width: 75px;
  height: 40px;
}

#switch4{
  top: 45%;
  left: 90%;
  width: 75px;
  height: 40px;
}

.toggle{
  position: absolute;
  border: 2px solid #444249;
  border-radius: 20px;
  -webkit-transition: border-color .6s  ease-out;
  transition: border-color .6s  ease-out;
  box-sizing: border-box;
}

.toggle.toggle-on{
  border-color: rgba(137, 194, 217, .4);
  -webkit-transition: all .5s .15s ease-out;
  transition: all .5s .15s ease-out;
}

.toggle-button{
  position: absolute;
  top: 4px;
  width: 28px;
  bottom: 4px;
  right: 39px;
  background-color: #89c2da;
  border-radius: 19px; 
  cursor: pointer;
  -webkit-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
  transition: all .3s .1s, width .1s, top .1s, bottom .1s;
}

.toggle-on .toggle-button{
  top: 3px;
  width: 65px;
  bottom: 3px;
  right: 3px;
  border-radius: 23px;
  background-color: #444249;
  box-shadow: 0 0 16px #444249;
  -webkit-transition: all .2s .1s, right .1s;
  transition: all .2s .1s, right .1s;
}


.toggle-text-on{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 36px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: normal;
  cursor: pointer;
  -webkit-user-select: none; /* Chrome/Safari */    
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */


  color: rgba(0,0,0,0);
}

.toggle-on .toggle-text-on{
  color: #3b6a7d;
  -webkit-transition: color .3s .15s ;
  transition: color .3s .15s ;
}

.toggle-text-off{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  line-height: 36px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: bold;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  cursor: pointer;

  color: #444249;
}

.toggle-on .toggle-text-off{
  color: rgba(0,0,0,0);
}

/* used for streak effect */
.glow-comp{
  position: absolute;
  opacity: 0;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 6px;
  background-color: rgba(75, 122, 141, .1);
  box-shadow: 0 0 12px rgba(75, 122, 141, .2);
  -webkit-transition: opacity 4.5s 1s;
  transition: opacity 4.5s 1s;
}

.toggle-on .glow-comp{
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

@media screen and (max-width: 768px) {
  .toggle{display: none;}
  } 


.img_dentist {
  width:15%;
  margin-right: -5px; 
  /* display: inline-block; */
  float:right;
  border-radius: 20%;
}

.text_box {
  background-color: white;
  color: rgb(197, 34, 34);
  border-radius: 5%;
}