/* you can add your own custom css here if you don't want to worry about SASS/SCSS */

/* Dark Blue - #122955 */
/* Light Green - #67a339 */

body {
    font-size:18px;
    color:#122955;
}

button#Submit {
    border-radius: 0px;
    padding: 10px 20px;
    background-color: #67a339;
    font-size: 20px;
    font-weight: bold;
    border: none;
}

body > header > nav > div > a > img {
    width: 250px;
}

#mainmenu > ul > li.nav-item > a {
    font-size: 20px;
    text-align: center;
}

.dropdown-item:active {
    background-color: #67a339;
}

div.phone-display {
    font-size: 36px;
    font-weight: bold;
    color: #122955;
}

.hero-section {
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fff; /* Text color */
}

#heroTextBox {
    background-color: rgb(18, 41, 85, 0.8);
    padding: 19px;
    text-align: center;
}

.hero-section h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

#heroTextBox > a {
    padding: 14px 20px;
    font-size: 22px;
    margin: 25px;
}

.hero-section p {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

section#companyIntro {
    margin:80px 0;
}

section.standardSection
{
    margin: 20px 0;
    padding: 40px 20px;
}

section.standardSection h1
{
  text-align: center;
  color: #122955;
  margin-bottom: 40px;
}

section.standardSection > div > header {
    margin-bottom: 40px !important;
}

section.standardSection div.col-md-6
{
  margin-bottom:40px;
}

section.standardSection h2
{
  text-align: center;
}

.standardSubSection,
div.exteriorWindowsDoorsCard {
    text-align: center;
    margin: 80px 0;
    padding: 40px 40px;
}

.standardSubSection h2 {
    color:#67a339;
    margin-bottom: 80px;
}

.standardSubSection h3 {
    margin: 24px 0;
}

div.standardSubSection div.row {
    margin-bottom:40px;
}

section#remodelingServices,
div.standardSubSection,
#contactUsForm {
    background-color: #122955;
}

section#remodelingServices h1,
section#renewItFeatures h1,
div.standardSubSection h2,
div.exteriorWindowsDoorsCard h2,
#contactUsForm {
    color:#fff;
}

#remodelingServices > div,
#renewItFeatures > div,
div.standardSubSection > div,
div.exteriorWindowsDoorsCard p {
    background-color:#fff;
    padding: 40px 20px;
}

section#renewItFeatures,
div.exteriorWindowsDoorsCard {
    background-color: #67a339;
}

#remodelingServices > div > div > div,
#renewItFeatures > div > div > div {
    text-align: center;
    margin-bottom: 60px;
}

div.standardSubSection > div > div {
    text-align: center;
    margin-bottom: 40px;
}

#remodelingServices > div > div > div > img,
#renewItFeatures > div > div > div > img,
div.standardSubSection > div > div > img {
    width: 120px;
}

#remodelingServices > div > div > div > h3,
#renewItFeatures > div > div > div > h3,
div.standardSubSection > div > div > div > h3 {
    margin: 20px 0;
}

#linksContactHours > div > div > div > div {
    background-color: rgba(0, 0, 0, 0.15);
    margin: 20px 0;
    padding: 20px;
}

/* Page-Specific CSS */
div.exteriorWindowsDoorsCard h2 {
    margin-bottom: 20px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .hero-section {
        height: 50vh;
    }
    section.standardSection h1 {
        max-width:75%;
        margin: 0px auto 80px;
    }
    #contactUsForm {
        margin-top:80px;
        margin-bottom:80px;
        padding: 40px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    div.standardSubSection > div > div {
        margin-bottom:0px;
    }
    #remodelingServices > div > div > div, 
    #renewItFeatures > div > div > div {
        margin-bottom: 40px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #mainmenu > ul > li.nav-item > a {
        padding: 0px 24px;
    }
    section.standardSection h1 {
        margin-bottom: 80px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .hero-section {
        height: 100vh;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

}