﻿body {
    background-color: white;
    color: dimgray;
    font-family: 'Titillium Web', sans-serif;
}
h1, h2, h3, h4 {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
}
h5, h6,p , .h1, .h2,.h3, .h4, .h5, .h6{
    font-family: 'Titillium Web', sans-serif;
    font-weight:bold;
}
.title{
    font-weight:900;
    text-align:center;
      padding:20px;
      display:block;
      font-size:1.3rem;
      color:rgba(1, 182, 171,1);
}
/*  Navigation section */
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{
    border:none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {border-width: 0}



.is-dropdown-submenu{
    border:none;
}
.is-drilldown-submenu-parent > a::after{
    color:black;
}


@media screen and (min-width: 0em) {
    .title{
      color:#04d1c5;
      padding:10px;
      font-size:1.2rem;

  }
    .no-js{
         display: none;
    }
     .no-js .top-bar {
    display: none;
  }
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
     .title{
      color:dimgray;
       font-size:0.8rem;
  }
  
}


    nav.tob-bar
    {
        text-align: center;
        background-color:white;
    }
    .top-bar, .top-bar ul{
        background-color:white;
    }
.menu > li > a {
    background-color: white;
    color: dimgray;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 20px 20px;
    display: block;
}
/*section.top-bar-section {
display: inline-block;
}*/
/*.top-bar-section ul
{
    display: table;
    margin: 0 auto;
}*/

.mypad{
    padding-top:40px;
    padding-bottom:40px;
    min-height:60vh;

}
.colorbox{
    color:white;
}
.colorbox h3{
    color:white;
}
 
/* End Navigation section */
.banner
{
    height:80vh;
   
   /*background-attachment:fixed;*/
   background-size:cover;
   background-position: top right;
    /*background-color:#01b6ab;*/
 
    background-repeat:no-repeat;
    border-bottom:solid 15px whitesmoke;
}
.banner h2{
    background-color:#312b2b;
    color:white;
    padding:10px;
    margin-left:10px;
    display:inline-block;
    margin-bottom:0;
}
    .banner h3 {
        background-color:white;
        color: #312b2b;
        padding: 10px;
        margin-left: 20px;
        margin-top:0;
    }
/* Content section */
.content
{
   background-color:white;
   
}

.facilitybox{
    height:50vh;
    overflow:hidden;
    background-color:whitesmoke;
     -webkit-transition:  background-color 1s;
       
}
    .facilitybox:hover {
        color: white;
        background-color: rgba(1, 182, 171, 0.86);
        cursor:pointer;
    }
   .facilitybox:hover .readmorelink{
       background-color:white;
       color: rgba(1, 182, 171, 0.86);
   }

.servicesbg {
    background-image: url('../resources/images/hospitalbg.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.servicesoverlay {
    /*background-color:rgba(1, 182, 171, 0.86);*/
    background-color: rgba(2, 142, 171, 0.86);
    color:white;
    min-height: 100vh;
}
    .servicesoverlay h3 {
        color: white
    }
.servicesoverlay h4{ color:white}
.servicesoverlay p{color:white}
.servicesoverlay .button{ background-color:white; color:rgba(1, 182, 171,1); border-radius:5px}

#intro .button {
    background-color: white;
    color: #079bbb;
    border-radius: 5px
} 

#facility1{
    background-image:url('../resources/images/emerg.jpg');
      background-position:center center;
}

#facility2 {
    background-image: url('../resources/images/bicy.jpg');
    background-position: center center;
}

#equip1{
    background-image:url('../resources/images/eq.jpg');
      background-position:center center;
}

#equip2{
    background-image:url('../resources/images/eq2.jpg')
}

.picframes{
  -webkit-transition:  background-size 1.5s;
    background-size:130%;
    cursor:pointer;
  /*-webkit-transition: width 1.5s;
  width:100%;*/
    
} 

.picframes:hover{
   background-size:110%
} 
/*.contentbox
{
    
    
  
    
}*/



.readmorelink {
    background-color: #079bbb;
    border-radius: 5px;
}
a .date{
    color:silver;
}

.rule {
    border-bottom: 3px solid whitesmoke;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
/* Content section */
footer
{   height:50vh;

     text-align:center;
     border-top:solid 2px whitesmoke;
}


.newsdiv a
{
  
   color:dimgray; 
}
.newsdiv h4{
    color:dimgray;
}

.datediv
{
    display: block;
    width: 40px;
    height: 50px;
    background-color: #0099CC;
    color:white;
    float:left; padding:5px;
    margin:10px; font-size:16px;
}
.newstext
{
    font-size: 14px;
}



input[type=text],input[type=email]{
    background-color:whitesmoke;
    
}

textarea {
    height:240px;
     background-color:whitesmoke;
}
select {height:35px;}


/* Blog section*/
.article-row-section {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article-row-section-inner {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
}

@media print, screen and (min-width: 40em) {
    .article-row-section-inner {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

@media print, screen and (min-width: 40em) {
    .article-row-section-inner {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        max-width: 83.33333%;
    }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
    .article-row-section-inner {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}

.article-row-section-header {
    padding: 1.5rem 0;
    margin: 0;
    line-height: 1;
}

.article-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #e6e6e6;
    padding: 1.5rem 0;
}

@media print, screen and (min-width: 40em) {
    .article-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.article-row-img img {
    width: 100%;
}

@media print, screen and (min-width: 40em) {
    .article-row-img img {
        max-width: none;
        width: auto;
    }
}

.article-row-content {
    padding: 1.5rem 0 0;
    color: #0a0a0a;
}

@media print, screen and (min-width: 40em) {
    .article-row-content {
        padding: 0 0 0 1.5rem;
    }
}

.article-row-content-header {
    font-size: 1.5rem;
}

.article-row-content-description {
    font-size: 1.25rem;
}

.article-row-content-author,
.article-row-content-time {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #8a8a8a;
}

.article-row-reversed .article-row-content {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 1.5rem 0 0;
}

.article-row-reversed .article-row-img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 1.5rem 0;
}

@media print, screen and (min-width: 40em) {
    .article-row-reversed .article-row-content {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .article-row-reversed .article-row-img {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}


footer{
    background-color:whitesmoke;
}