html * {
   font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #dd4f52;
    padding-bottom: 20px;
}

p {
    font-size: 20px;
}

.header-color {
    color: white;
}

.main-content {
    padding: 100px 0;
}

.img-fluid {
    max-height: 200px;
}

.footer-styling {
    background: #dd4f52 !important;
    color: white;
    font-weight: bold;
}

.footer-styling a {
    color: white;
    text-decoration: underline;
}

.dropdown-menu {
    background: #212529 !important;
}

.dropdown-item:hover {
    background: #dd4f52 !important;
}

.header-styling {
    background: #dd4f52 !important;
    /*border-bottom: 2px #000 solid;*/
}

.header-styling a {
    color: white !important;
    font-weight: bold;
}

.navbar-brand a img {
    max-height: 60px;
}

.section {
    min-height: 320px;
    padding: 50px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    position: relative;
}

.subsection {
    position: relative;
    min-height: 200px;
    padding: 25px 50px;
}

.section-margin {
    margin-bottom: 15px;
}

.section-header-margin {
    margin-bottom: 100px;
}

.section h1 {
    text-align: center
}

.bkg-challenge {
    background: white;
}

.bkg-challenge1 {
    background: #ffffff;
}

.bkg-challenge2 {
    background-color: #212529;
    color: #dddddd;
}

.bkg-challenge3 {
    background-color: #dddddd;
    color: #212529;
}

.bkg-challenge-hero {
    background: #dd4f52;
}


.btn-primary {
    background-color: #389C66;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    background-image: none;
    display: inline-block;
    padding: 1em;
    margin: auto;
    text-align: center;
    cursor: pointer;
    border: 0;
    border-radius: .125em;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    font: bold 1.2em/1 "Lato", sans-serif;
    color: white !important;
    box-shadow: none;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.btn-primary:hover {
    background: #388E3C;
}

.subsection-button-area {
    height:60px;
}

.sectionHeader {
    padding-top:20px;
    color: #dd4f52;
}


/*------------- Sticky footer styles------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  background-image: url("./img/background.jpeg");
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  margin-bottom: 120px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  line-height: 20px; /* Vertically center the text there */
}

#footer a {
    text-decoration:none;
}
/*------------- /Sticky footer styles ------------- */



@media only screen and (max-width: 768px) {
    p, .btn {
        font-size: 14px;
    }
    .section {
        text-align: center;
    }
    .btn-primary {
        position: relative;
        bottom: 0;
        right: 0;
    }
    .sectionHeader {
        margin-top: 15px;
    }
}
