.navbar { 
    min-height: 70px;
    border: 0px;
    color: #fffdf9!important;
}

.navbar-default {
    background-color: rgb(255, 254, 254);
    border-color: transparent;
}

.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus,.navbar-default .nav>li>a:hover {
    color:#349c3c!important;
    background-color:transparent;
    border-bottom: 4px solid #273598;
    height: 50px;
    font-size: 11px;

}
.navbar-default .nav>li>a{
    font-size: 11px; 
}
.navbar-default .nav>li>a, .navbar-default .nav>li>a:focus {
    color: rgb(21, 20, 20);
}

.navbar-default .navbar-header .navbar-brand{
    color: #000;
}


header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background:  linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.5) 100%) ,url(../img/cover2.png)no-repeat center center fixed;
     -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      color: #ffffff;
}
header h1{
    font-size: 50px;
}
section.cta{
    padding-top:10px;
   background: url(../img/cover1.png) no-repeat center center fixed; 
     -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; 
      padding-bottom: 25px;
}
section.cta p{
     text-align: center;
}

section.cta ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
section.cta li:before { 
    content: "";
    border-color: transparent #349c3c;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;

}


.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: rgba(39, 53, 152, 0.75);
}

.bg-secondary{
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: rgb(10, 152, 69);
}


hr.star-light {
    border-color: #fff;
}

hr.star-light, hr.star-primary {
    padding: 0;
    border: none;
    border-top: solid 5px;
    text-align: center;
    max-width: 250px;
    margin: 25px auto 30px;
}

hr.star-light:after {
    background-color: #18bc9c;
    color: #fff;
}

hr.star-light:after, hr.star-primary:after {
    content: "\f005";
    font-family: FontAwesome;
    display: inline-block;
    position: relative;
    top: -.8em;
    font-size: 2em;
    padding: 0 .25em;
}

h1:after, h2:after, h3:after, h4:after {
    content: '';
    margin-top: 28px;
    margin-bottom: 18.66667px;
    display: block;
    position: relative;
    height: 6px;
    width: 80px;
    background-color: #349c3c;
    border-radius: 3px;
    webkit-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    margin-left: auto;
    margin-right: auto;
}

.card_home {
    width: 100%;
    margin-bottom: 10px;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: all 1s ease-in-out;
    color:#ffffff;
    border-radius: 5px;
    background: rgba(0,0,0,0.8);

}

.card_home:hover{
   
    transition: all 1s ease-in-out;

}

@media (min-width: 768px){
    header .header-content {
    text-align: left;
    padding: 0;
    height: 50vh;
}
}


.card_home p {
    max-width: auto;
    height: 125px;
    font-size: 14px;
   
    white-space: wrap;
    overflow: hidden;
    text-overflow:  ellipsis;
    -webkit-font-smoothing: antialiased;
    text-align: center;
        color: #ffffff;
}
.card_home_content {
    padding: 10px;
}
section.download {
    padding: 150px 0;
    position: relative;
    min-height: 100%;
}

.header-content-inner{
    text-align: center;
}

.btn-outline{
    border-radius: 5px;
    padding: 10px;
}

.btn-outline:hover,.btn-outline.active{
    background: #349c3c;
    border:solid 1px #349c3c;
}

nav .dropdown a{
    text-decoration-style: capitalize;
    color: #000000;
}

.separation{
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.row{
    padding-top: 30px;
    padding-bottom: 30px;
}
.icon{
    font-size: 60px;
}
.panel-body{
    padding: 30px;
}

.cta-content{
    padding-top: 10px;
}
.cta-content h1{
   color: #ffffff;
   font-size: 50px;
}

.cta-content .container{
    margin-top: 60px;
}