@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');

body {
  font-family: 'Roboto Slab', serif !important;
}

@media screen and (min-width: 768px) {
.t3-navbar.navbar-collapse.collapse {
  padding-right: 0;
  text-align: center;
}

.navbar-nav {float: none;}

.nav > li { display: inline-block;
  float: right;
}

.t3-megamenu .level0 {
  text-align: center;
}}



h3 {
  color: #443f3f;
  font-family: 'Roboto Slab', serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 50px 0;
  display: block;
}
/*
h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background-color: #d65050;
}
*/
#slide {
	height: 100%;
	width: 100%;
  background-color: #e7e2e2;
  z-index: 1000;
  display: block;
}

#slide h2{
	text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 400%;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#slide h3{
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 200%;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#slide .flexslider .slides img {
	height: 100%;
	width: 100%;
}

#topfix {
  overflow: hidden;
  background-color: black;
  padding: 20px 10px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}


#topfix a {
	line-height: :26px;
  font-size: 14px;
  color:white;
  transition: all 0.3s ease-in-out;
}

#topfix a:hover {
  color:#649649;
  transition: all 0.3s ease-in-out;
  border:0
}

#topfix #logo-img {
	width: 150px;
	transition: 0.4s;
  position: fixed;
}


#topfix a.active {
  background-color: dodgerblue;
  color: white;
}

@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important;
  }
  #navbar a {}
  #navbar-right {
    float: none;
  }
}

.t3-header {
	padding-top: 0px;
}

.obal_slide_menu {
    background-color: #e7e2e2;
    padding-top: 60px;
}

.home .t3-sl-4 {
background-color: white;
padding-top: 0;
}

.boxblue {
  text-align: center;
  max-width: 960px;
  margin: -120px auto 80px auto;
  padding: 35px 20px 40px 20px;
  background: #fff;
  box-shadow: 0 1px 100px 0 rgba(50,50,50,.5);
}

.boxblue h3{
  margin: 0 0 15px 0;
}

.addlogo {
	color: #8C8C8C;
	font-weight: 800;
	position: relative;
	top:-35px;
}


@media screen and (min-width: 1200px) {
	.addlogo {
	position:relative;
	top:-50px;


}
	h5.addlogo {
	font-size: 18px;
}

}

h3.uk-h3 {
  margin-top: 50px !important;
}

.icon i{
  border:1px solid #649649;
  margin: 0auto;
  width:70px;
  height:70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color:#649649;
  font-size: 26px;
}

.t3-header .btn-primary {
color: #1D70B8;
}

.uk-margin-top-remove {
  border:0;
}

a.btn.btn-primary {
  border-color:#649649;
  background-color:#649649;
  padding: 15px 40px;
  text-transform: uppercase;
}

a.btn.btn-primary:hover {
  border-color:#649649;
  background:none;
  color:#649649;
}

a.btn.btn-primary.white{
  border-color:white;
  background:none;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-right: 30px;
}

a.btn.btn-primary:hover {
  border-color:#649649;
  background-color:#649649;
  color:white;
}


.t3-footer {
  background-color: black;
  color:white;
}

.t3-footer p, .t3-footer h4{
  color:#e5e5e5;
}

.t3-footnav .t3-module ul > li > a {
  color:#e5e5e5;
  border-radius: 0; 
}

.t3-footnav .nav-pills > li.active > a, .t3-footnav .nav-pills > li.active > a:hover, .t3-footnav .nav-pills > li.active > a:focus {
  background: none;
  text-decoration: underline;
  color:#e5e5e5;
}

.t3-footnav .nav > li > a:hover, .nav > li > a:focus {
  background: none;
  text-decoration: underline;
  color: #e5e5e5 !important ;
}

.t3-footnav .nav > li { 
  display: contents;
  float: left;
}

.itemid-131 .logo-image img{
  width: 70px !important;
  height: auto !important;
  padding: 0;
  
} 

.itemid-131 #topfix {
  height: 90px !important;
} 

.article-title, .article-header h1 {
  margin: 25px 0 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #slide h2 {
    font-size: 34px;

  }
  #slide h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  
  .t3-footer {
  text-align: center;
  }
  
  a.btn.btn-primary, a.btn.btn-primary.white {
    padding: 10px 30px;

    }
}
