* {
    Margin: 0;
    Padding: 0;}



body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18;
    margin-left: 4px;
    margin-top: 1px;
    margin-bottom: 1px;
}

h1 {
    font-size: 26;
    color: blue;
    position: absolute;
    top: 155px;
    left: 105px;
    width: 240px;
}

h2 {
    font-size: 18;
    color: blue;
    position: absolute;
    top: 172px;
    left: 105px;
    width: 180px;
}


h3 {
    font-size: 18;
    color: black;
}

h4 {
    font-size: 18;
    color: black;

}

h5 {
    color: red;
    font-size: 20px;
}

p{
    width: auto;
    word-wrap: break-word;
}
.box-1 {

    background-color: #fff;
    color: red;
}


.box-2 {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 8px;
    background-color: #fff;
    color: #333;
    border: 1px;
    border-style: solid;
    border-color: #000;
}

.button {
    border-color: black;
    background-color: #000;
    color: red;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 180px;
    display: inline-block;
    
}

img.study {
    height: 95%;
    width: 95%;
    margin: 10px;
    max-width: 360px;

}


.right{
    position: absolute; 
    top: 1px; 
    left: 355px; 
    text-align: center;
}

#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    clear: both;
    margin-top: 15px;
    margin-bottom: 15Px;
    background-color: #b2b2b2;
    color: #000;
    width: 80%;
    margin: auto;
    text-align: center;
    max-width: 960px;

}

.container {
    max-width: 960px;
    width: 80%;
    margin: 0%;

}

.backtomenu{
     background-color: #b2b2b2;
    color: red;
    width: 20%;
    height: 40px;
    margin: auto;
    text-align: center;   
    
}


/* Article Doctors*/
article#doctors {
    float: left;
    width: 65%;
    border: 1px;
    border-style: solid;
    border-color: #000;
    padding-left: 8px;
}


article#hospitals {
    clear: both;
    margin-top: 15px;
    background-color: #f4f4f4;
    border: 1px;
    border-style: solid;
    border-color: #000;
    padding-left: 8px;
    margin-bottom: 10px;

}

#main content {}

a:link {
    color: #0000cc;
}

a:hover {
    color: #ff0066;
}

a:visited {
    color: #ff6666;
}

a {
    text-decoration: none;
}

.vertical-menu {
  width: 350px; /* Set a width if you like */
}

.vertical-menu a {
  background-color: #eee; /* Grey background color */
  color: black; /* Black text color */
  display: block; /* Make the links appear below each other */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove underline from links */
}

.vertical-menu a:hover {
  background-color: #9E754B; /* Dark grey background on mouse-over #9E754B*/
}

.vertical-menu a.active {
  background-color: #eee; /* Add a green color to the "active/current" link */
  color: blue;
}

@media only screen and (min-width: 479px) { 
    .mobile-show{ 
        display: none; 
    } 
}

@media only screen and (max-width: 479px) { 
    .mobile-hide{ 
        display: none; 
    } 
}