body {
    font: 15px/1.5 Arial, Helvetica, Sans-Serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}


/*Global*/

.bigtextleft {
text-decoration: none;
color: black;
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

.button_1 {
    height: 38px;
    background: #e8491d;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.button_2 {
    height: 20px;
    background: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    text-decoration: none;
}

.button_2 a {
    text-decoration: underline;
    color: black;
}

#main .info .jumptop {
    color: black;
}

.prsimage {
   position: center;
  margin-bottom: 9em;
  margin-left: 1em;
}

.dark {
    padding: 15px;
    background: #35424a;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}


/*Header*/

header {
    background: #35424a;
    color: white;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}

header a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding {
    float: left;
    margin: 0;
    padding: 0;
}

header #branding h1 {
    margin: 0;
    float: left;
    font-size: 30px;
}

header #branding a {
    float: left;
    margin-left: 0;
    padding: 0;
}

header nav {
    float: right;
    margin-top: 35px;
}

header .highlight,
header .current a {
    color: #e8491d;
    font-weight: bold;
}

header a:hover {
    color: #cccccc;
    font-weight: bold;
}

.logoimg {
    align: center;
    float: none;
    vertical-align: middle;
}


/*Showcase*/

#showcase {
    min-height: 400px;
    background: url(../img/articleimage4.jpg) no-repeat 0 -600px;
    text-align: center;
    color: black;
}

#showcase h1 {
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
    filter: grayscale(0%);
}

#showcase p {
    font-size: 20px;
}


/*About*/

#main .container .info {
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
}

.info-tenant li {
    margin: 20px;
}

.contactmehtml a {
    color: white;
}


/*newsletter*/

#newsletter {
    padding: 15px;
    color: white;
    background: #35424a;
}

#newsletter h1 {
    float: left;
}

#newsletter button {
    float: right;
    margin-top: 15px;
}

#newsletter button a {
    color: white;
    text-decoration: none;
}


/*boxes*/

#boxes {
    margin-top: 20px;
}

#boxes .box {
    float: left;
    text-align: center;
    width: 23%;
    padding: 10px;
}

#boxes .box img {
    width: 90px;
}


/*Sidebar*/

aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
}


/*main-col*/

article#main-col {
    float: left;
    width: 65%;
}

.page-title {
    text-decoration: underline;
}


/* Policy */

#policy {
    margin: 10px;
    padding: 20px;
}


/* Services */

ul#services li {
    list-style: none;
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
}

ul#services1 li {
    list-style: circle;
    width: 30%;
    margin: 20px;
    color: black;
    text-decoration: none;
}

ul#services1 a {
    text-decoration: none;
    width: 30%;
}

footer {
    padding: 20px;
    margin-top: 20px;
    color: white;
    background-color: #e8491d;
    text-align: center;
}


/* Contact Us*/

.contactustext {
    font-size: 75px;
}

.contactpage {
    float: left;
    min-height: 10px;
    padding-right: 36px;
    margin-bottom: 36px;
}

.bigtextleft {
    font-size: 15px;
    margin-left: 0;
    padding: 0;
    text-align: center;
  text-decoration: none;
}

.smalltextright {
    margin-left: 0px;
    padding: 0;
    text-align: center;
}

.separator {
text-decoration: none;}


/*Cookie Consent Begin*/

#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}

#closeCookieConsent:hover {
    color: #FFF;
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}


/*Cookie Consent End*/


/* Media Queries */

@media(max-width: 768px) {
    header #branding,
    header #nav,
    header nav li,
    #newsletter h1,
    #boxes .box,
    article#main-col,
    aside#sidebar {
        float: none;
        text-align: center;
        width: 100%;
    }
    header {
        padding-bottom: 20px;
    }
    #showcase h1 {
        margin-top: 40px;
    }
    #newsletter button {
        display: block;
        width: 100%;
    }
}


/*Test Page*/

#myBtn {
    position: fixed;
    bottom: 10px;
    float: right;
    right: 18.5%;
    left: 77.25%;
    max-width: 30px;
    width: 100%;
    font-size: 12px;
    border-color: rgba(85, 85, 85, 0.2);
    background-color: rgb(100, 100, 100);
    padding: .5px;
    border-radius: 4px;
}


/*On Hover Color Change*/

#myBtn:hover {
    background-color: #7dbbf1;
}