
.border
{
    border:1px solid gray;
    padding:20px 0; 
}


.bg-red
{
    background:red;
}
.btn-top
{
    display: none;
    position:fixed;
    right:20px;
    color:white;
    bottom:20px;
    padding:10px;
    border:1px solid black;
    background:rgba(88,9,121,1) ;
    text-decoration:none;
    z-index: 9999;

}
.header
{
    border-bottom:1px solid gray;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    
}
.socials
{
  margin-left:10px;
}
.socials  a
{
  
    color:rgba(88,9,121,1) ;
    margin-left:5px;
    text-decoration:none;
    transition:all .8s ease;

}
.socials a:hover  
{
        border:1px solid black;
    padding:10px 0;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(88,9,121,1) 53%);
    color:white;
}



.main-background
{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(88,9,121,1) 53%);
    overflow:hidden;
    
}
.main-background-color
{
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(88,9,121,1) 53%);

}

 .navbar .navbar-expand-lg .navbar-light 
{
    color:rgba(88,9,121,1) 
}
.main-color
{
    color:rgba(88,9,121,1) !important;
}
.logo
{
    animation:logoAnimation 4s  ease;
    z-index: 9999;
   position: absolute;
} 

.img-logo
{
    width:10rem;
    margin-left:20px;
    margin-top:-60px;
   
}

.nav
{
    border-left:1px solid gray;
    border-top:1px solid gray;

   
}
.nav-fpart
{
    overflow:hidden;
}
.navigation{
    position:fixed;
    z-index: 9999999;
    width:100%;
    margin:0;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);

}
.logo-nav
{
    border-top:1px solid gray;
}



@media (max-width:550px)
{
 
   
    .logo
    {
        display:flex;
        justify-content:center;
        animation:paused;
        background:#ffff;
        position: relative;

    }
    .img-logo
    {
        max-width: 10rem;
        margin-left:0;
        max-height:12rem;
        margin-top:0;
    }
    .navigation .navbar
    {
       width:100%;
      background: rgba(2,0,36,1);
    
    }
    .navigation .navbar .navbar-toggler
    {
           margin-left:auto;
    }
   
     .navigation
    {
       position:relative;
   
    }
    .nav
    {
       position:fixed;
       top: 0;
       z-index:-1;
    }
   
  

    .socials
    {
        border-bottom:1px solid gray;
        padding-bottom:10px;
    }

   
}

@media(max-width:800px)
{
    .navigation .navbar
    {
       width:100%;
      background: rgba(2,0,36,1);
    
    }
    .navigation .navbar .navbar-toggler
    {
           margin-left:auto;
           margin-right:5px;
    }
   
    .navigation
    {
        position: relative;
        
   
    }
}

.slider-image
{
    background-image: url(../img/Medika-6.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    height:85vh;
}
.slider-image-two
{
    background-image: url(../img/Medika-9.jpg);
    background-size: cover;
    background-size:cover;
    background-attachment: fixed;
    height:85vh;
    background-position:center;
    }
.slider-image-three
{
    background-image: url(../img/Medika-3.jpg);
    background-position:center;
    background-size: cover;
    background-attachment: fixed;
    height:85vh;  
}
.slider-text-one
{
    position:absolute;
    top:50%;
    right:20%;
    translate: transform(-50%,-50%);
    font-weight: bold;  
}
.slider-text
{
    position:absolute;
    top:40%;
    left:20%;
    translate: transform(-50%,-50%);
    font-weight: bold;
}


.slider-text-two
{
    position:absolute;
    top:40%;
    left:20%;
    translate: transform(-50%,-50%);
    font-weight: bold;

    
}
@media (max-width:900px)
{
   
    .slider-image,
    .slider-image-two,
    .slider-image-three{
        height:80vh;
        width:100%;
        background-attachment: unset;
        background-size:cover;
        background-position:cover;
    }
    
    .slider-text h1,
    .slider-text-two h1,
    .slider-text-one h1
    {
    font-size:35px;
    }

    .slider-text-one 
{
    font-size:25px;
    top:30%;
    left:20%;
    
}

.slider-text p,
.slider-text-one p,
.slider-text-two p
{
    font-size:25px;
}



}

@media (max-width:500px)
{
   
    .slider-image,
    .slider-image-two,
    .slider-image-three{
        height:40vh;
        background-attachment: unset;
        background-size:cover;
        background-position:cover;
    }
    
    .slider-text h1,
    .slider-text-two h1,
    .slider-text-one h1
    {
    font-size:25px;
    }

    .slider-text-one 
{
    font-size:25px;
    top:30%;
    left:20%;
    
}

.slider-text p,
.slider-text-one p,
.slider-text-two p
{
    font-size:15px;
}



}


.workinghours
{
    overflow: hidden;

}
.card-work
{
    border-radius:0;
    height:30vh;
    transition: all .5s ease;
    
}
.card-work:first-child
{
background-color:#4285f4;
}

.card-work:hover
{
    transform: translateY(-10px) skew(1deg) scale(1);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    z-index: 999;
  
}
.paper
{
    display: block;
    margin:50px auto;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
    width:70%;
    height:70vh;
    
}

.card-medics
{
    height:30vh;
}


.about-us
{
    background-image: url(../img/white-background-3.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.about-leftpart
{
    display:flex;
    justify-content: center;
    padding:100px 0;
    transition:all .6s;
}

.about-img
{
    width:60%;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.4);
animation:demoHomeAnimated 5s 1 ease;

}

.about-us p
{
    width:75%;
}

@media (max-width:500px)
{
    .about-us p
    {
        width:80%;
    }
   
    .about-img
    {
        width:80%;
        animation:paused;
       
    }
    .card-work
    {
        height:40vh;
    }
}
.card-medicine .card-body
{
    height:8rem;
}
.card-medicine .card-img-top
{
    height:12rem;
}


@media (max-width:500px)
{
    .card-img-top
{
    height:15rem;
}
}

.card-medicine .card-img-top
{
   
}
/* All animations */
@keyframes logoAnimation
{
    0%
    {
        transform:scale(1.2) translateX(40px);
        -webkit-transform:scale(1.2) translateX(40px); 
        -o-transform: scale(1.2) translateX(40px);
        -moz-transform: scale(1.2) translateX(40px );

    }

    50%
    {
        transform:scale(1) translateX(40px);
        -webkit-transform:scale(1) translateX(40px);
        -o-transform: scale(1) translateX(40px);
        -moz-transform: scale(1) translateX(40px);

    }
    100%
    {
        transform: scale(1) translateX(0px);
        -webkit-transform:scale(1) translateX(0px);
        -o-transform: scale(1) translateX(0px);
        -moz-transform: scale(1) translateX(0px);

    }
}
@-webkit-keyframes logoAnimation
{   
    0%
    {
        transform:scale(1.1) translateX(0);
        -webkit-transform:scale(1.1) translateX(0); 
        -o-transform: scale(1.1) translateX(0);
        -moz-transform: scale(1.1) translateX(0);

    }

    50%
    {
        transform:scale(1) translateX(40px);
        -webkit-transform:scale(1) translateX(40px);
        -o-transform: scale(1) translateX(40px);
        -moz-transform: scale(1) translateX(40px);

    }
    100%
    {
        transform:scale(1) translateX(-60px);
        -webkit-transform:scale(1) translateX(0);
        -o-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);

    }
}

/* Card Announcment */

.jumbotron .jumbotron-paragraph
{
    width:90%;
}

/** Blog **/
.blog
{
    background-image: url(../img/white-background-3.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.blog .row
{
    padding:50px 0;
}
.blog .card-body
{
    height:250px;
}

.blog_img
{
    height:250px;
}


@media (max-width:500px)
{
    .card-blog
    {
        width:100%;
    }
    .card-img-blog
    {
        height:100%;

    }
    .blog
    {
        overflow:hidden;
    }

    .blog_img
    {
        height: auto;
    }
}
footer
{
overflow: hidden;

}
.footer-left
{
    border-bottom:1px solid rgba(88,9,121,1);
    
}
.contact
{
    margin-top:10px;
    border:2px solid rgba(88,9,121,1);
    padding:30px 20px;
    overflow:hidden;
}

.img-footer
{
    width:6rem;
    height:5rem;
}
.card-f
{
    width:5rem;
    height:5rem; 
}


/* Overline From Center */
.hvr-overline-from-center {
   
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    top: 0;
    background: rgba(88,9,121,1);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
    left: 0;
    right: 0;
  }
  

  .hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098D1;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
  }


  @keyframes demoHomeAnimated
{
    0%
    {
            transform:rotate(4deg) scale(.6) skew(5deg) translate(24px);
            -webkit-transform: rotate(4deg) scale(.6) skew(5deg) translate(24px);
            -moz-transform: rotate(4deg) scale(.6) skew(5deg) translate(24px);
            -o-transform: rotate(4deg) scale(.6) skew(5deg) translate(24px);
         
    }

    70%
    {
        transform:rotate(6deg) scale(.9) skew(6deg) translate(35px);
        -webkit-transform: rotate(6deg) scale(.9) skew(6deg) translate(35px);
        -moz-transform: rotate(6deg) scale(.6) skew(6deg) translate(35px);
        -o-transform: rotate(6deg) scale(.6) skew(6deg) translate(35px);
    }


    100%
    {
        transform:rotate(0) scale(0) skew(1) translate(0);
        -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
        -moz-transform: rotate(0) scale(1) skew(0) translate(0);
        -o-transform: rotate(0) scale(1) skew(0) translate(0);
     
    }
}

@-webkit-keyframes demoHomeAnimated
{
    0%
    {
            transform:rotate(4deg) scale(.6) skew(3deg) translate(24px);
            -webkit-transform: rotate(4deg) scale(.6) skew(3deg) translate(24px);
            -moz-transform: rotate(4deg) scale(.6) skew(3deg) translate(24px);
            -o-transform: rotate(4deg) scale(.6) skew(3deg) translate(24px);
         
    }

    70%
    {
        transform:rotate(6deg) scale(.9) skew(6deg) translate(35px);
        -webkit-transform: rotate(6deg) scale(.9) skew(6deg) translate(35px);
        -moz-transform: rotate(6deg) scale(.6) skew(6deg) translate(35px);
        -o-transform: rotate(6deg) scale(.6) skew(6deg) translate(35px);
    }


    100%
    {
        transform:rotate(0) scale(0) skew(1) translate(0);
        -webkit-transform: rotate(0) scale(1) skew(0) translate(0);
        -moz-transform: rotate(0) scale(1) skew(0) translate(0);
        -o-transform: rotate(0) scale(1) skew(0) translate(0);
     
    }

}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(88,9,121,1);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
  }
  .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }


  @media (max-width:500px)
  {
    .hvr-sweep-to-top
    {
        display:block;
    }
  }


/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin:  50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
  }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: rgba(88,9,121,1);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .35s ease;
}

[class^='imghvr-slide-']:hover figcaption, [class*=' imghvr-slide-']:hover figcaption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

  .imghvr-slide-down figcaption {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
}
/* imghvr-hinge-up  */
   [class^='imghvr-hinge-'], [class*=' imghvr-hinge-'] {
    -webkit-perspective: 50em;
            perspective: 50em;
}

[class^='imghvr-hinge-'] figcaption, [class*=' imghvr-hinge-'] figcaption {
    opacity: 0;
    z-index: 1;
}

[class^='imghvr-hinge-']:hover img, [class*=' imghvr-hinge-']:hover img {
    opacity: 0;
}

[class^='imghvr-hinge-']:hover figcaption, [class*=' imghvr-hinge-']:hover figcaption {
    opacity: 1;
    transition-delay: 0.21s;
}
   .imghvr-hinge-up img {
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-hinge-up figcaption {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.imghvr-hinge-up:hover > img {
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

.imghvr-hinge-up:hover figcaption {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
}

/* team effects */ 

.cptn03 {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.cptn03 img {
    width: 100%;
    left: 0;
    bottom: 0;
    height:22rem;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cptn03 .cptn {
    background: rgba(88,9,121,1) ;
    width: 100%;
    height: 30%;
    bottom: -30%;
    position: absolute;
    left: 0;
    overflow: auto;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.cptn03 .cptn div {
    float: left;
    height: 100%;
}
.cptn03 .cptn .fa {
    -wibkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
    -wibkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 30px;
    margin-top: 10px;
    opacity: 0.3;
}
.cptn03 .cptn .fa:hover {
    opacity: 1;
}
.cptn03 .cptn h3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
}
.cptn03 .cptn p {
    color: #6a6a6a;
    font-size: 14px;
}
.cptn03:hover img {
    bottom: 30%;
}
.cptn03:hover .cptn {
    bottom: 0;
}


  /* BLOG Page */
.btn-blog
{
    background:rgba(88,9,121,.9);
    transition:all .3s;
}
.btn-blog:hover
{
    background-color:rgba(88,9,121,1);
}
/*Blogin */

.border-menu
{
    border:1px solid rgba(88,9,121,1);
   
}
/* VIEW Page */
.view-image
{
    height:400px;
}
.view-paragraph
{
    border-bottom:1px solid rgba(88,9,121,1);
 

}
.view-body-text
{
    overflow:hidden;
}

@media (max-width:500px)
{
    .view-image
    {
        height: auto;
    }
}

.footer-view
{
    border-top:1px solid rgba(88,9,121,1);
}

.pbdate
{
    border-top:1px solid rgba(88,9,121,1);

}

.border-top-main
{
    border-top:2px solid rgba(88,9,121,1);
}
/* Contact Page */
.contactus
{
    padding:100px 0;
    
    
}
.contactus .col-7
{
    padding:20px;
    
}
.icon-insta
{
    color: #E1306C;

}
.icon-linkedin
{
    color:#2867B2;
}
.contact-socials
{
    background: white;
    box-shadow:10px 20px 10px rgba(0,0,0,.7);
}

.admin
{
    position:relative;
}
.admin-row
{
    position: relative;
}
.left-menu
{
    position:fixed;
    width:80%;
    height:100vh;
}

.admin .navbar-nav
{
    height:100vh;
}


@media (max-width:500px)
{
   .admin .navbar-nav
    {
        height:100vh;
    }
    .admin-left-panel
    {
        margin-top:10vh;
    }
    .chart
    {
        display: none;
    }


}
/* Team Page*/
.team
{
    background-image: url(../img/white-background-3.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.team  h4
{
    width: 100%; 
  
    border-bottom: 2px solid rgba(88,9,121,.9); 
    line-height: 0.1em;
    text-align: center;
    margin:10px 0 20px;

}
.team h4 short
{
 
        background:#fff; 
        padding:0 2px; 
        font-size:1.4rem;
        background:#fff; 
       
}
.img-staff img
{
    height:300px;
}
@media only screen and (max-width:500px)
{
    .img-staff img
{
    height:350px ;
}
}


/* Login Page */
.login
{
   
   
    height:100vh;
    background: rgb(238,174,202);
   background-size: cover;  background-image: radial-gradient(circle, rgba(238,174,202,.8) 38%, rgba(148,187,233,.9) 100%), url(../img/login.jpg);
   background-size: cover;
}

.login-parent
{
    bakcground-color:white;
    height:85vh;
}
.login-form
{
  
    padding:20px;
    height:60vh;
    border-radius:25px;
    box-shadow:10px 10px 5px rgba(0,0,0,.2);
    opacity:.9;
    overflow:hidden;
    background:white;
    
}




/* Admin / BLOG.PHP */

/* Edit pages */

.inputform
{
    width:75%;
}
@media (max-width:500px)
{
    .inputform
    {
        width: 100%;
    }
}

/* Gallery */
.gallery
{
   padding-top:10rem;
}
@media (max-width:500px)
{
    .gallery
    {
        padding-top:.1rem
        
    }
   
    .fotorama
    {
        height:60vh;
    }
}




.container-all
{
    overflow:hidden;
}
.content-gallery{
    width: calc(33% - 6px);
    overflow:hidden;
    height: fit-content;
    margin:3px;
    padding: 0;
    display:block;
    position:relative;
    float:left;
  }
  .content-gallery  img{
    width: 100%;
    transition-duration: .2s;
    max-width: 100%;
    display:block;
    overflow:hidden;
    cursor:pointer;
  }
  .content-gallery  .title{
    position:absolute;
    display:block;
    cursor:pointer;
    top: 35%;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 1px 5px 10px black;
    transition-duration: .2s;
  }
  .content-gallery  .text{
    position:absolute;
    top: 70%;
    cursor:pointer;
    max-width: 80%;
    text-align:center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 1em;
    display:none;
    margin-right: -50%;
    transition-duration: .2s;
    transform: translate(-50%, -50%) 
  }
  .content-gallery:hover img{
    transform: scale(1.05);
    transition-duration: .2s;
    filter: grayscale(40%);
    opacity: .7;
  }
  .content-gallery:hover span{
    color:white;
    display: block;
    transition-duration: .2s;
  }
  @media only screen and (max-width: 900px) {
    .content-gallery {
          width: calc(50% - 6px);
      }
  }
  @media only screen and (max-width: 400px) {
    .content-gallery {
          width: 100%;
      }
  }
