
body {
  font-family: 'Mulish', sans-serif;
}

p, ul, li, blockquote {
  font-size: 17px; 
}

blockquote {
  margin-left:40px;
}


h1, h2, h3, h4 {
  font-weight: 800;
  color: #343a40;
  margin: 25px 0 15px
}

h5 {
  font-size: 20px;
  line-height: 1.3;
}

h1 {margin-top:0}

h1+h2 {margin-top:-10px}

#textcolumn a:link, #textcolumn a:visited, p.homeContact a:link, p.homeContact a:visited {
  color: #A2301D !important;
}

#textcolumn a:hover, p.homeContact a:hover {
  color: #333 !important;
}

#textcolumn img {
  max-width: 100%;
}

#textcolumn img.highlightImage {
  max-width: 275px;
  max-height: 375px;
  float:right;
  clear:left;
  margin: 5px 0 20px 20px;
  border: 1px solid #ccc;
}

#mainnav {
  margin-bottom:30px;
}

.navbar-brand {
  padding: 8px 0 6px 0;
}

.navbar-brand img {
  max-width: 220px;
}

.bg-dark {
  background-color: #A2301D !important;
}

.margintop {
  margin-top: 50px;
}

.card {background:#eee}

.card:hover {background:#ddd}


h5.card-title a:link, h5.card-title a:visited {
  color: #A2301D !important;
  text-decoration: none;
  font-weight: 900;
}

h5.card-title a:hover {
  color: #333 !important;
}


p.card-text {
  font-size: 15px;
}

.card-img-top {
  width: 100%; 
}

.list-group-item.active {
  background-color: #eee;
  color: #212529;
  border-color: #eee;
}

#countrylist {
   margin:20px 0
}

#countrylist a.list-group-item {
  font-weight: bold;
  padding-left:70px;
  background-repeat: no-repeat;
  background-size: 45px;
  background-position: 10px;
}

#countrylist a.list-group-item.active {
  background-color: #eee;
  color: #212529;
  border-color: #eee;
}

.flagimage {
  float:right;
  width: 120px;
  clear:left;
  margin: 0 0 20px 20px;
  border: 1px solid #ccc;
}

.footer-text {
  font-size: 18px;
  font-weight: 800;
  padding: 5px 30px 5px 0;
}

.footer-text .navbar-brand img {max-width: 150px}

.footerlink a {
  color:white ;
}

.footerlink a:hover {
  color:#ddd;
}

.a2a_default_style a {
  padding-bottom:10px !important;
}

.homeContact {
   margin-top:50px;
   text-align: center;
}


.pdf-viewer {
  width: 100%; 
  height: 1200px; 
  border:2px solid #ccc; 
  margin-bottom:40px
}

@media (max-width: 1399px) {
  .pdf-viewer {
    height: 1000px; 
  }
}

@media (max-width: 1199px) {
  .pdf-viewer {
    height: 840px; 
  }
}

@media (max-width: 991px) {
  .pdf-viewer {
    height: 620px; 
  }
  #textcolumn img.highlightImage {
    max-width: 175px;
    max-height: 275px;
  }
}

@media (max-width: 767px) {
  .pdf-viewer {
    height: 700px; 
  }
}

@media (max-width: 575px) {
  .pdf-viewer {
    height: 740px; 
  }
}

@media (min-width: 768px) {
.navbar-nav {display: none}
.navbar-brand img {max-width: 285px}
.footer-text {font-size: 24px;}
#mainnav {margin-bottom:50px;}
.flagimage {width: 160px}
.footer-text .navbar-brand img {max-width: 200px}
}



/* NEW NAV */

.newnav ul, .newnav li {
  font-size:14px;
  list-style-type: none;
  font-weight: bold;
}

a.nav-link {
  color: #444;
  padding: 6px 8px;
}

li.nav-item ul {
  padding-left:16px;
}

li.nav-item ul, li.nav-item li {
  font-weight: normal;
}

a.nav-link:hover {
  color: #A2301D;
  background-color: #f8f9fa;
}

a.nav-link.active:last-child {
  background-color: #eee;
}

.nav-item {
  border-top: 1px #ddd solid;
}


#mobnav {
  margin-top: 10px;
}

#mobnav.newnav ul, #mobnav.newnav li {
  font-size:16px;
}

#mobnav, #mobnav a.nav-link {
  color: #ddd;
}

#mobnav a.nav-link:hover {
  background-color: #B3412C;
}

#mobnav a.nav-link.active:last-child {
  background-color: #91200c;
}





/* NEW HOME */



.heropanel {
  background: #eee; 
  padding:20px 20px 10px 20px
}

.heropic {width: 100%}

.heropanel p {
   font-size: 120%
}

.homeabout h3 {
   margin-top:30px
}

  .homecard {background: #fff !important}

  .homecard:hover {background: #eee !important}

  .homecard a, a .card-body {
    text-decoration: none !important;
    color: #212529 !important;
  }

    .homecard a h5, a .card-body h5 {
    color: #A2301D !important;
    font-weight: bold;
  }

.homecard img {
  margin: 10px 10px 10px 10px; 
  width: 100%;
  border: 1px solid #ccc;
}



@media (max-width: 767px) {
.homecard img {
  margin:0;
}
}








