body{
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  background-color: #FFFFFF;
  width: 100%;
  /*align-items: center;*/
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 28px;
}

p {
  font-size: 20px;
  font-weight: lighter;
}

.navbar a {
  text-decoration: none;
}
.text-div{
  margin: 35px;
}
.navbar {
  background-color: rgba(255,255,255,0.95);
  font-size: 20px;
}
li {
  text-align: -webkit-match-parent;
  list-style-type: none;
  font-size: 20px;
}
.navbar-brand{
  padding: 0;
}

.container {
  align-items: center;
  display: block;
  height: 360px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
  background: url('images/Banner.jpg') no-repeat bottom center;
  background-size: contain;

  -webkit-filter: opacity(.9);
  -moz-filter: opacity(.9);
  -o-filter: opacity(.9);
  -ms-filter: opacity(.9);
  filter: opacity(.9);

  margin-top: 70px;
  margin-left: 0;
  margin-right: 0;
}

.content {
  width: 100%;
  color: #41464a;
}
@media only screen and (min-width: 768px) {
  .container {
    background: : url('images/Banner.jpg') no-repeat top center;
    margin-top: 0px;
    padding: 50px 120px;
    height: 900px;
    background-size: cover;
  }
}

.navbar {
  background-color:rgba(255,255,255,0.95);
	border-bottom-width:0;
  border-color:#5B2062;
  color: black;
  font-weight: 600;
  display: block;
}

a, a:hover {
  color: #41464a;

}

.navbar .nav > li > a:active {
  display: block;
  color: black;
  text-decoration: none;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #031e26;
}

#banner-top{
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  #banner-top{
  max-width: 70%;
  }
}

.section-heading {
  font-size: 54px;
  color: #41464a;
  padding-bottom: 20px;
}

.section-subheading {
  padding-bottom: 20px;
}

.card-img{
  max-width: 80%;
  margin-bottom: 10px;
}

.card-text{
  /*width: 60%;*/
  text-align: center;
  margin-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-center{
  height: 50%;
  vertical-align: middle;
}

.yellow-bg {
  color: #fff;
  /*padding-top: 50px;*/
  background-color: #fdd55c;
  color: #41464a;
}

.highlight {
  background-color: #4bbdd7;
  padding: 14px;
  border-radius: 10px;
  color: #FFFFFF
}

.section {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .section {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

#about a{
  color: #4bbdd7;
}

.btn-xlg {
    padding: 16px 26px;
    font-size: 24px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}

.footer {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
