﻿*
{
margin: 0;
padding: 0;
}
#timings,.numbers {
text-align:left;
}  
   
h1 .need
{
color:white;
}
.weat
{
color:whitesmoke; font-size:18px;font-family: 'Roboto Mono', monospace;
}
.spn
{
color:#472001;text-align:center;
}
.line
{
font-size:27px;color:red;
}
.info
{
color:red;
font-size:0.8em !important;
}
.about
{
font-size:0.8em;
}
.opa1
{
text-align:center; margin-top:11em;
}
.opa
{
background: black;
opacity: 70%;
height: 100%;
}

.contact{
background-image: url(../images/about1.jpg);
position: relative;
margin-top:6%;
display: block;
background-attachment: initial;
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
z-index: 1;
height: 32em;
}
.centreline{
position: relative;
display: inline-block;
float: left;
border-left: 2px solid #dddddd;
padding-right: 10px;
height: 300px;
margin-top: 1em;
}
.img
{
width:100%;
height:20%;
}
.far
{
color:grey;
}
@media only screen and (max-width: 812px) and (min-width: 280px) {
.centreline {
display: none; 
float: none;
position:static;
}
}