body {background-color: #575757; align: center; margin: 5px 0px 0px 0px;}
a.headlink:link,a.headlink:active,a.headlink:visited{color:#fff;text-decoration:none; font-family:Arial;}
h1 {font-size: 35px;}
h2 {font-size: 30px;}
h3 {font-size: 30px;}
h4 {font-size: 30px;}
#main {width: 80%; height: auto;  margin-left: auto; margin-right: auto; margin-top: 5px;}
#page {Width: 100%; Height: 350px; margin: 0px 0px 10px 0px; Background-image:url(../images/webback.png); border-radius: 10px; overflow:hidden; background-position:center;}
#page2{Width: 100%; Height: 150px; margin: 0px 0px 10px 0px; Background-image:url(../images/webback.png); border-radius: 10px; overflow:hidden; background-position:center; text-align:center;}
#headmenu {width:100%; height: 45px; margin: auto; Background-color: #890000; border-radius: 10px; text-align: center; color: #ffffff; font-size:40px;}
#moblehead {width: 80%; Height: 45px; Background-color: #890000; margin: auto; color: #ffffff; font-size:40px; border-radius: 10px;z-index:1; padding:5px;font-family:Arial;}
#phonebox {width:180px; height:120px; background-color: #890000; position:fixed; right:11%;  top:15px; text-align:center; border-radius: 10px;z-index:20;}
#dropmenu {background-color: #890000; position: fixed; width: 300px; right: 11%; top: 128px; border-radius: 10px; padding:10px;font-family:Arial; font-size: 80px;}




a.navlinks:link,a.navlinks:active,a.navlinks:visited{color:#fff;text-decoration:none; font-family:Arial;}
a.navlinks:hover{color:#fff}
td.on{width:100px; background-image:url(../images/misc/navlink.png)}
td.off{width:100px; background-image:url(../images/misc/navlink1.png)}
td.on1{width:100px; background-color:#890000;}
td.off1{width:100px; background-color:#393939;}

.contentheader{text-align: center}

.addblockr{width:137px; background-color:#c82230; background-image:url(../images/site/righttrd.png);}
.addblockl{width:137px; background-color:#c82230; background-image:url(../images/site/lefttrd.png);}
.border8r{width:8px; background-image:url(../images/site/boarder8r.png); background-repeat: repeat-y;}
.border8l{width:8px; background-image:url(../images/site/boarder8l.png); background-repeat: repeat-y;}

.slider{position: fixed; background-color:transparent; }
.caption1{width: auto; height: auto}
.caption2{}
#centering{width: 350px;}
#content {width: 100%; Height: auto; margin-top: 5px; Background-color:#393939; border-radius: 10px;}
#themeta {width: auto; height: auto; text-align:center; margin: 10px; padding: 10px; color: #fff; font-size: 30px; border:1px solid #fff; border-radius:10px; font-family:Arial;}
#news{width: 100%; Height: auto; margin-top: 5px; Background-color:#393939; border-radius: 10px;}
#newsdiv{width: auto; height: auto; text-align:center; margin: 10px; padding: 10px; color: #fff; font-size: 30px; border:1px solid #fff; border-radius:10px; font-family:Arial;}
#newscontent{width: auto; height: auto; text-align:left; margin: 2px; padding: 10px; color: #fff; font-size: 20px; border:1px solid #fff; border-radius:10px; font-family:Arial;}
#phoneLink, #phoneLink:visited {color: white;text-decoration: none; font-family:Arial; font-size:35px;}
#emailLink, #emailLink:visited, #emailLink:hover, #emailLink:active {color: white;text-decoration: none; font-family:Arial; font-size:35px;}
#homebus {margin-left: auto; margin-right: auto;}
.split1 {width:30%; text-align:center; border:1px solid #fff; border-radius:10px; padding:10px;}
.split2 {width:30%; text-align:center; border:1px solid #fff; border-radius:10px; padding:10px;}
.servicespace{width:20%;}
.servicespace{}
#homebus1{width:100px;}
.container{border:1px solid #fff; border-radius:10px; font-family:Arial;padding:10px; color: #fff; font-size: 28px;}
#about-us {
  padding:15px;
  
}


.news-post{font-size:28px;}
#about-us h2 {
  margin-bottom: 20px;
}

#about-us h3 {
  margin-top: 30px;
}

#about-us ul {
  padding-left: 20px;
}
/* CHANGE SLIDER SIZE HERE */
.slider{
    width: 350px;   /* change width */
    height: 450px;  /* change height */
    margin: auto;
    position: relative;
    overflow: hidden;
}

.slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s;
}

.slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caption{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    color: white;
    padding: 4px;
    text-align: center;
	font-size:25px;
	font-family:Arial;
}

.active{
    opacity: 1;
}