body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F4F4F4;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #0F7F67;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 100px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 18px;}}


.halfline { 
    font-size: 100%;
    font-weight: 400;
    line-height: 50%;
   }

.paraspace {
    font-size: 100%;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
   }

.linespacing { 
    font-size: 100%;
    font-weight: 400;
    margin-top: 0em;
    margin-bottom: 4em;
    padding: 4em;
   }

.boxhead a {
    color: white;
    background-color: #777;
    text-decoration: none;
    line-height: 100%;
}

.specialist { 
    font-size: 100%;
    font-weight: 600;
    margin-top: 5px;
    vertical-align: text-middle;
    text-decoration: none;
    line-height: 100%;
   }

.callus {
    font-size: 100%;
    font-weight: 400;
    vertical-align: text-top;
    line-height: 100%;  
    margin-bottom: 5px;
   }

.bottomlinks a {
    color: white;
    background-color: #2F2F2F;
    text-decoration: none;
    line-height: 200%;
}

.temp a {
    color: white;
    font-size: 50%;
    font-weight: 600;
    text-align: center;`
    background-color: red;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    text-decoration: none;
}

.rcorners a {
    border-radius: 100px;
    color: #ffffff; 
    font-size: 115%;   
    background: #2F2F2F; 
    padding: 7px; 
    width: 100%;
    height: 35px;
    text-align: center; 
    text-decoration: none; 
}

tr.spaceUnder>td {
  padding-bottom: 1.2em;
}

.rcorners1 {
    border-radius: 100px;
    background: #2F2F2F;
    padding: 5px; 
    width: 300px;
    text-align: center;  
}

.rcorners2 {
    border-radius: 100px;
    background: #2F2F2F;
    padding: 5px; 
    width: 50%;
    height: 35px;
    text-align: center;
}
	
.rcorners3 {
    border-radius: 100px;
    background: #2F2F2F;
    padding: 5px; 
    width: 33%;
    height: 35px;
    text-align: center;  
}