/*#ee3733;*/
/*#ee3733;*/
/*You can add your won color also */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyCMISg.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwPIsWqhPBQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptrg8zYS_SKggPNwJYtWqhPBQ.ttf) format('truetype');
}

#partneri .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.threecols  {
    columns: 3;
}

.service-box .service-icon, .service-box .service-content h3, .service-box .service-content h4 {
    color: #444;
}

.tema-member h4, .tema-member a {
    color: #444;
}
.tema-member h4:hover, .tema-member a:hover {
    color: #981E32;
}


body {
  font-family: 'Raleway', sans-serif;
  /*font-family: verdana, Arial ce; */
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #666;
  background: url(../img/patterns/1.png) fixed repeat;
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
strong,
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
* {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
}
a:hover {
  color: #444;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  /* font-family: verdana, Arial ce; */
  font-weight: 700;
  margin: 0;
}
h1 {
  font-size: 24px;
  line-height: 30px;
}
h2 {
  font-size: 22px;
  line-height: 28px;
  color: #9ccb43;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 22px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
p {
  color: #666;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  /* font-family: verdana, Arial ce; */
  line-height: 22px;
  margin-bottom: 5px;
}
p strong {
  font-weight: 600;
}
#sidebar .tag a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  padding: 7px 14px;
  background: #eee;
  margin: 4px 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#sidebar .tag a i {
  padding-right: 5px;
}
#sidebar .tag a:hover {
  color: #fff;
}

iframe {
  margin: auto;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding:10px;
}

.custom-iframe iframe {
    margin: auto;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding:10px;
    height: 400px;
}