/* Apply a reset or basic styles first (optional but recommended) */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* Apply Open Sans to the entire body as the default text font */
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; /* A good default base font size */
    line-height: 1.6; /* Improves readability */
    color: #333; /* Dark gray for good contrast */
}

/* Apply Montserrat to all heading elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.5em; /* Add some space below headings */
    color: #222; /* Slightly darker for headings */
}

/* Specific heading styles */
h1 {
    font-size: 2.8em; /* Example size, adjust as needed */
    font-weight: 700; /* Bold */
}

h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: white;
}

h3 {
    font-size: 1.8em;
    font-weight: 500; /* Medium */
}

h4 {
    font-size: 1.3em;
    font-weight: 250; /* Medium */
}

/* You can also apply fonts to specific classes or IDs */
.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    font-weight: 700;
    /* other styles */
}

.testimonial-text {
    font-family: 'Open Sans', sans-serif;
    font-style: italic; /* Example: italicize testimonials */
    font-size: 1.1em;
}

/* Example for a call-to-action button */
.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /* other button styles */
}

footer .row .left {
  float: left;
  
}

footer .row .right {
  float: right;
}


header nav {
  display: flex;
  float: right;
  justify-content: flex-end;
  font-size: 1.5em;
}

.jumbotron {
  display: flex;
  align-items: center;
  background-image: url('images/jumbo3.jpg');
  background-size: cover;
  color: white;
  height: auto;
  text-shadow: 0.25px 0.25px 0.25px white;
  padding-right: 20%;
  padding-left: 10%;
  font-size: 100%;
}

.jumbotron :link {color: rgb(175, 205, 250);}
.jumbotron :visited{color: rgb(175, 205, 250);}
a:link {color: #1f50b9;}
a:visited {color: #1f50b9;}

.jumbotron h2 {
  padding-bottom: 0.5em;
  font-size: 2.5em;
  font-weight: 700;

}

.jumbotron h3 {
 
  font-size: 1.4em;
  font-weight: 300;
  color: white;
}

section .row img {
  margin: 0 0 30px;
  width: 100%;
}

.col-md-6 {
  margin: 0 0 30px;
}

#Bethany img {
  max-width:18em;
  height:auto;
}

#Editor img {
  max-width:18em;
  min-width:16em;
  height:auto;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #1f50b9;
  text-shadow: none;
  background-color: #ffffff;
  margin-top: 20px;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #1f50b9;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

.resources {
  font-size: 12px;
  padding: 20px 0;
}

.resources .col-sm-2 {
  display: flex;
  justify-content: flex-end;
}

.resources ul {
  list-style: none;
}

.resources img {
  width:9em;
  height:auto;
}

.article .col-sm-8 {
  float: none;
  margin: 0 auto;
}

footer {
  font-size: 12px;
  padding: 20px 0;
}

footer .col-sm-8 {
  display: flex;
  justify-content: flex-end;
}

footer ul {
  list-style: none;
}

footer li img {
  width: 32px;
  height: 32px;
}

.navbar{
  background-color: white;
  color: #1f50b9;
  padding-bottom: 1em;
  margin: 0;
}

.navbar-inverse .navbar-brand{
  color: #1f50b9;
}

.navbar-inverse .navbar-nav {
  margin: 1em;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background-color: rgb(70, 88, 145);
}

.navbar-inverse .navbar-nav>li>a:hover
{
  color:#1f50b9;
}

.navbar p{
  color: #1f50b9;
  font-size: .5em;
  margin-bottom: 5px;
}

.navbar-brand {
  font-size: 1.5em;
}

#faq h3 {
  margin: 0px;
  padding-left: 0px;
  padding-bottom: 5px;
  text-align: left;
}

#faq p {
  text-align: justify;
}

#faq .article img {
  width:200px;
  height: auto;
}

form {
  display: block;
  margin: 20px;
}


input[type=text] {
  border: 1px dotted #999;
  border-radius: 0;
  font-family : inherit;
  font-size   : 100%;
  -webkit-appearance: none;
  width : 100%;
  margin: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

textarea {
  border: 1px dotted #999;
  border-radius: 0;
  font-family : inherit;
  font-size   : 100%;
  -webkit-appearance: none;
  width : 100%;
  margin: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For legacy (Firefox <29) Gecko based browsers */
          box-sizing: border-box;
}

.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
  background-color: transparent;
  color: #1f50b9;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #1f50b9;
}

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

.tab{ text-indent: 40px;}