:root {
    --dark-green-color: #575;
    --green-color: #696; 
    --light-green-color: #9D9; 
}

body {
    position:relative;
    background-color: white;
    
}

body:before {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('NPTCare_400x400.png'); 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 350px 350px;
    width: 100%;
    height: 100%;
    opacity : 0.1;
    z-index: -1;

}

#main {
    text-align: center;
    max-width: 800px;
    margin-right: auto; 
    margin-left: auto;
}


#CompanyName {
    font-size: 300%;
    font-family: Papyrus;
    font-weight: 900;
    width: 100%;
    text-align: center;
}

#Header {
    padding-top: 20px;
    padding-bottom: 0px;
}

.nav {
    background-color: var(--green-color);
    padding: 5px;
    color: var(--light-green-color);
}



.navLink {
    padding: 10px;
    text-align: center;
}
.nav a {
    color: var(--light-green-color);
}
.nav a:hover {
    color: var(--light-green-color);
    opacity: 0.6;
}

.set a{
    color: white;
    font-weight: bold;
}
.set a:hover{
    color: white;
    font-weight: bold;
    opacity: 1;
}

hr { 
    border-style: dotted;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
} 

.subheader {
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 2px;
    font-size: 150%;
}

img {
    border-radius: 10px;
    max-width: 100%;

}

a:hover img {
    opacity: 1;
}

a {
    color: var(--green-color);
    text-decoration: none;
}

a:hover {
    color: var(--dark-green-color);
    text-decoration: none;
}



.bodyColumn {
    margin-right: auto; 
    margin-left: auto;
    text-align: center;
    display: inline-block;
}




footer {
    text-align: center;
    position: static;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    padding: 10px; 
}



.deals {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: left;
}

#AboutContent {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 90%;
    display:block;
}

.postingDetails {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 90%;
}

#TwitterApp  {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    
    
}
#TwitterFeed {
    border-radius: 10px;
}
#TwitterButton {
    text-align: left;
}

.googleMapsIFrame {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    width: 90%;
    height: 300px;
    box-shadow: inset 15px 10px white;
}