body,html{
  overflow-x: hidden;
  font-family: 'Lato';
  background-color: rgb(25,25,25);
  color: white;
}
html {
  height:100%;
  margin-bottom:1px;
}
a{
  text-decoration: none;
  color: black;
}
a:hover,a:focus{
  text-decoration: none;
  color: black;
}
h2{
  /* font-family: 'Satisfy', cursive; */
  font-weight: 600;
}
.desktop {
  display: contents;
}
.nondesktop {
  display: none;
}
.nonmobile{
  display: contents;
}
.mobile{
  display: none;
}
* {
  transition: all 0.1s ease;
}
/* navbar */
#navbar {
  margin-top: -2em;
  padding-top: 1em;
  padding-left: 10%;
  padding-right: 10%;
}
#navbar ul {
  border-bottom: 1px solid rgb(219, 149, 89);
}
.main-header.shrink {
  background-color: rgba(0, 0, 0, 0.8);
}
#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}
.main-header {
  position: fixed;
  top: 25px;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navbar-toggler {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 0;
  border: none;
  border-radius: 0;
  outline: none !important;
}
.main-header .navbar-toggler .icon-bar {
  background-color: #fff;
  margin-top: -1em;
  border-radius: 0;
  width: 30px;
  height: 3px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-header .navbar-toggler .icon-bar-1 {
  width: 10px;
  top: 3px;
}
.main-header .navbar-toggler .icon-bar-2 {
  width: 16px;
  top: 12px;
}
.main-header .navbar-toggler .icon-bar-3 {
  width: 20px;
  top: 21px;
}
#navbar .nav-link{
  color:white;
}
#navbar .nav-link:hover{
  color: rgb(219, 149, 89);
}
#navbar button{
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
a.main-heading{
  color: transparent;
}
a.main-heading.shrinkheading{
  color: rgb(219, 149, 89);
}
/* #navbar .navbar-nav > .active > a */
#navigation .nav-link.active {
  color: rgb(219, 149, 89);
}
/* home */
#home{
  /* background-color: rgba(0,0,0,0.9); */
  color:white;
}
#home .verticalcenter{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
/* #home .rotate{
  transform: rotate(350deg);
} */
#home .card {
  background-color: rgba(0,0,0,0.9);
  /* padding: 30px; */
  margin: 0px 0px 0px 80px;
  object-fit: fill;
  box-shadow: 5px 5px 5px 10px rgba(0,0,0,0.9);
}
#home img {
  height:75vh;
  width: 100%;
  object-fit: fill;
}
#home .heading{
  color: rgb(219, 149, 89);
  font-weight: 700;
  font-size: 70px;
  font-family: 'Satisfy', cursive;
}
/* about-me */
#about-me{
  padding-top: 7em;
  /* background-color: rgba(0,0,0,0.9); */
}
#about-me .paddingTop {
  padding-top: 3em;
}
#about-me .imgHeight {
  margin-left: -10em;
  width: 40em;
  height: 33em;
  border: transparent;
}
#about-me h2 {
  left: 50%;
  color: rgb(219, 149, 89);
  margin: 0;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Satisfy', cursive;
}
#about-me h2:after{
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 50px;
  left:40px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#about-me .contentAbt {
  padding-top: 3em;
}
.main {
  background: #FFF;
  position: relative;
  z-index: 3;
}
.profile {
  text-align: center;
}
.profile img {
  width:180px;
  height:180px;
  margin: 0 auto;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate3d(0,-50%,0);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.img-raised {
  box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}
.rounded-circle {
  border-radius: 50%!important;
}
#about-me .card {
  box-shadow: 0px 0px 0px black;
  background-color: rgb(25,25,25);
  border-radius: 15px;
  -webkit-transition:  box-shadow .6s ease-out;
}
#about-me video{
  border-radius: 15px;
  object-fit: cover;
}
#about-me video{
  height: 25em;
}
#about-me .aboutvideo{
  padding-left: 25%;
  padding-right: 25%;
}
/* .description{
  margin-top: -2.5em;
  color: black;
} */
/* my-gallery */
#my-gallery {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 5em;
}
#my-gallery h2 {
  display: flex;
  flex-direction: column;
  position: relative;
  color: rgb(219, 149, 89);
  font-family: 'Satisfy', cursive;
}
#my-gallery h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 70px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#my-gallery .row {
  margin-top: 3em;
}
#my-gallery .card {
  border: 0;
  margin-bottom: 2em;
}
.gal {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  column-gap: 0px;
}
.gal img{
  width: 100%;
  padding: 5px;
}
/* press-release */
#press-release {
  padding-left: 18%;
  padding-right: 18%;
  padding-top: 5em;
}
#press-release h2 {
  display: flex;
  flex-direction: column;
  position: relative;
  color: rgb(219, 149, 89);
  font-family: 'Satisfy', cursive;
}
#press-release h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 70px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#press-release .row {
  margin-top: 3em;
}
#press-release .card {
  border: 0;
}
/* #my-gallery .ImgSize {
  width: 100%;
  height: 18em;
} */
#press-release .imgHeight1{
  width: 100%;
  height:50em;
}
#press-release .imgHeight2{
  height:25em;
  width: 100%;
  padding: 0px 0px 15px 0px;
}
#press-release .imgHeight3{
  height:25em;
  width: 100%;
  padding: 0px 0px 0px 0px;
}
/* my-interviews */
#my-interviews {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 7em;
  min-height: 65vh;
}
#my-interviews h2 {
  display: flex;
  color: rgb(219, 149, 89);
  flex-direction: column;
  position: relative;
  font-family: 'Satisfy', cursive;
}
#my-interviews h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 70px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#my-interviews .row {
  padding-top: 3em;
  justify-content: center;
}
#my-interviews .card {
  box-shadow: 0px 0px 0px gray;
  -webkit-transition:  box-shadow .6s ease-out;
}
#my-interviews .card:hover, #my-interviews .card:hover .img-item, #my-interviews .card:hover iframe{
  box-shadow: 1px 5px 15px black;
  -webkit-transition:  box-shadow .6s ease-in;
}
/* my-work */
#my-work {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5em;
}
#my-work h2 {
  display: flex;
  flex-direction: column;
  color: rgb(219, 149, 89);
  position: relative;
  font-family: 'Satisfy', cursive;
}
#my-work h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 50px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#my-work .row {
  padding-top: 3em;
  justify-content: center;
}
#my-work .card {
  box-shadow: 0px 0px 0px black;
  background-color: rgb(25,25,25);
  border-radius: 15px;
  -webkit-transition:  box-shadow .6s ease-out;
}
#my-work iframe{
  border-radius: 15px;
  height: 22em;
  width: 100%;
  border: none;
}
#my-work video{
  border-radius: 15px;
  height: 22em;
  object-fit: cover;
}
#my-interviewss .card:hover .img-item, #my-interviews .card:hover iframe{
  box-shadow: 1px 5px 15px black;
  -webkit-transition:  box-shadow .6s ease-in;
}
#my-work td{
  width: 34.33%;
  line-height: 2em;
  font-size: 18px;
  font-weight: 400;
}
#my-work h6{
  line-height: 2em;
}
#my-work .content{
  /* margin-top: 6em; */
  display: flex;
  justify-content: center;
  align-items: center;
}
#my-work .biodata{
  font-size: 18px;
}
#my-work .btn{
  background-color: rgb(219, 149, 89);
}
#my-work .btn:focus{
  border: none;
  outline: none;
  box-shadow: none;
}
/* connect */
#connect {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 7em;
  min-height: 15em;
}
#connect h2 {
  font-family: 'Satisfy', cursive;
  display: flex;
  color: rgb(219, 149, 89);
  flex-direction: column;
  position: relative;
}
#connect h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 50px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#connect .social_footer_ul {
  padding-top: 2em;
  padding-bottom: 3em;
  display:table;
  margin: auto;
  /* margin:15px auto 0 auto; */
  list-style-type:none;
}
#connect .social_footer_ul li {
  padding-right:10px;
  padding-left: 10px;
  padding-top:10px;
  /* float:left; */
}
#connect .fab ,
#connect .fas {
  padding: 14px;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  margin: 0em 3px;
  border-radius: 50%;
  background-color: rgb(212,149,89);
  color: white;
}
#connect .fab:hover,
#connect .fas:hover{
  box-shadow: 1px 5px 15px black;
  -webkit-transition:  box-shadow .6s ease-in;
}
/* short-bio */
#short-bio {
  padding-top: 7em;
  margin-top: 0.5em;
}
#short-bio h2 {
  font-family: 'Satisfy', cursive;
  display: flex;
  color: rgb(219, 149, 89);
  flex-direction: column;
  position: relative;
}
#short-bio h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 70px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#short-bio .imgHeight {
  width: 90%;
  /* height: 28em; */
  height: auto;
  border: transparent;
}
#short-bio ul li{
  line-height: 2.2em;
}
#short-bio .dance{
  display: flex;
  justify-content: center;
  align-items: center;
}
#short-bio .card {
  /* color: black; */
  margin:60px 30px 0;
  box-shadow: 0 16px 24px 2px rgba(0,0,0,.14), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
/* footer */
#footer {
  width:100%;
  /* background-color:#263238; */
  min-height:100px;
  padding:10px 0px 15px 0px ;
}
#footer .foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
#footer .foote_bottom_ul_amrc li {
  display:inline;
}
#footer .foote_bottom_ul_amrc li a {
  color:#999;
  margin:0 12px;
}
#footer .foote_bottom_ul_amrc li a:hover {
  border-bottom: 2px solid rgb(219, 149, 89);
  color: rgb(219, 149, 89);
}
#footer .foote_bottom_ul_amrc li a.active {
  border-bottom: 2px solid rgb(219, 149, 89);
  color: rgb(219, 149, 89);
}
#footer p {
  font-size:15px;
  color:#CCC;
  padding-top: 4px;
  padding-bottom:0px;
  margin-bottom:8px;
}
#footer .advaitha{
  color: rgb(219, 149, 89);
}
@media only screen and (min-device-width: 1024px) and (min-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
  .desktop {
    display: none;
  }
  .nondesktop {
    display: contents;
  }
  .nonmobile{
    display: contents;
  }
  .mobile{
    display: none;
  }
  #navbar{
    padding-left: 0%;
    padding-right: 0%;
  }
  #mainMenu li:not(:last-of-type) {
    margin-right: 10px;
  }
  #short-bio .imgHeight {
    width: 20em;
  }
  #home .card {
    /* padding: 10px; */
    margin: 60px 0px 60px 30px;
  }
  #home img{
    height: 60vh;
  }
  #about-me {
    margin-bottom: 0em;
  }
  #about-me .imgHeight {
    width: 35em;
    height: 35em;
    margin: 4em auto 5em auto;
    display: block;
  }
  #about-me .paddingTop {
    padding-top: 0em;
  }
  #about-me .aboutvideo{
    padding-left: 15%;
    padding-right: 15%;
  }
  #about-me p {
    font-size: 18px;
  }
  .gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
  #press-release {
    padding-left: 8%;
    padding-right: 8%;
  }
  #connect .box {
    top:90%;
    left:93%;
  }
  #connect .notifications:hover {
    width:330px;
    transform:translate(-30%,-130%);
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  #my-work video,#my-work iframe{
    height: 30em;
  }
  #my-work .content{
    margin-top: -2em;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next{
    opacity: 1;
  }
}
/* tablet */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: portrait){
  .desktop {
    display: none;
  }
  .nondesktop {
    display: contents;
  }
  .nonmobile{
    display: contents;
  }
  .mobile{
    display: none;
  }
  #about-me .aboutvideo{
    padding-left: 15%;
    padding-right: 15%;
  }
  #short-bio .imgHeight {
    width: 20em;
  }
  #navbar {
    background-color: rgba(0, 0, 0, 0.8)
  }
  #mainMenu li:not(:last-of-type) {
    margin-right: 0px;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #press-release {
    padding-left: 5%;
    padding-right: 5%;
  }
  #home .card {
    /* padding: 10px; */
    margin: 60px -20px 60px 30px;
  }
  #home img{
    height: 60vh;
  }
  #about-me {
    margin-bottom: 0em;
  }
  #about-me .imgHeight {
    width: 35em;
    height: 35em;
    margin: 4em auto 7em auto;
    display: block;
  }
  #about-me .paddingTop {
    padding-top: 0em;
  }
  #my-work {
    padding-top: 7em;
  }
  #my-work video,#my-work iframe{
    height: 22em;
  }
  .gal {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
  }
  #connect .box {
    top:85%;
    left:90%;
  }
  #connect .notifications:hover {
    width:330px;
    transform:translate(-40%,-140%);
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  #my-work .content{
    margin-top: -2em;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next{
    opacity: 1;
  }
}
/* mobile */
@media (max-width: 700px){
  .desktop {
    display: none;
  }
  .nondesktop {
    display: contents;
  }
  .nonmobile{
    display: none;
  }
  .mobile{
    display: contents;
  }
  #about-me .aboutvideo{
    padding-left: 5%;
    padding-right: 5%;
  }
  #navbar {
    background-color: rgba(0, 0, 0, 0.8)
  }
  #mainMenu li:not(:last-of-type) {
    margin-right: 0px;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #my-work video,#my-work iframe{
    height: 12em;
  }
  #home .card {
    /* padding: 10px; */
    margin: 75px 35px 40px 25px;
  }
  #home img{
    height: 60vh;
  }
  #about-me .imgHeight {
    margin-left: -7em;
    margin-bottom: 2em;
    margin-top: 3em;
    width: 35em;
    height: 25em;
    display: block;
  }
  #about-me .paddingTop {
    padding-top: 0em;
  }
  .gal {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
  #footer .foote_bottom_ul_amrc li a {
    margin:0 8px;
  }
  #short-bio {
    padding-left: 4%;
    padding-right: 4%;
  }
  #connect {
    padding-left: 0%;
    padding-right: 4%;
  }
  #connect .social_footer_ul li {
    padding-right:7px;
  }
  #connect .fab, #connect .fas {
    padding: 12px;
    font-size: 22px;
  }
  #connect .box {
    top:78%;
    left:90%;
  }
  #connect .notifications:hover {
    width:310px;
    transform:translate(-40%,-130%);
  }
  .fancybox-nav span {
    visibility: visible !important;
  }
  #press-release {
    padding-left: 8%;
    padding-right: 8%;
  }
  #my-work {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5em;
  }
  #my-work td{
    font-size: 14px;
    padding: 5px;
  }
  #press-release .imgHeight1{
    width: 105%;
    height:30em;
    padding: 15px;
  }
  #my-work .content{
    margin-top: -2em;
  }
  #footer .foote_bottom_ul_amrc {
    display:list-item;
  }
  .lb-nav a.lb-prev,
  .lb-nav a.lb-next{
    opacity: 1;
  }
}


.credit-advaitha{
  color: rgb(219, 149, 89);
}


.credit-advaitha:active, .credit-advaitha:visited, .credit-advaitha:focus, .credit-advaitha:hover {
  color: rgb(219, 149, 89) !important;
}

#accolades {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 5em;
}
#accolades h2 {
  display: flex;
  flex-direction: column;
  color: rgb(219, 149, 89);
  position: relative;
  font-family: 'Satisfy', cursive;
}
#accolades h2:after {
  content: '';
  display: block;
  position: absolute;
  align-self: center;
  bottom: -10px;
  width: 50px;
  height: 4px;
  border-bottom-style:ridge;
  background: rgb(219, 149, 89);
}
#accolades .row {
  padding-top: 3em;
  justify-content: center;
}
