/*border-radius: 10px;*/@font-face {
    font-family: Dosis-Bold;
    src: url("../fonts/Dosis-Bold.otf") format("opentype");
}

body{
  margin: 0;
--primary: #044ab1;
--primary-background: linear-gradient(to right, #0575e6, #0443a9);
--primary-background:  #044ab1;
/*--secondary: #4ab104;*/
/*--secondary: #b1044a;*/
--secondary: #02337B;
--darker: #e6e6e6;
--hover-color: var(--primary);
--hover-color-darker: #fff;
  font-family: 'Roboto', "arial", sans-serif;
  background: url("../img/reol.png");
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: fixed;
  background-color: var(--primary);
    padding: 15px 0 15px 0;
    width: 100%;
    z-index: 100;
    transition: background 0.2s linear;
}

.right{
  float: right;
}

.left{
  float: left;
}

header img{
  height: 40px;
}


#search{
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;

}


@media only screen and (max-width: 1200px) {


  .input{

    margin-right: 0 !important;
  }


  .left, .right{
    float: none;

  }
}


.primary{
  background: var(--primary);
  background: var(--primary-background);
  color: white;
}

.secondary{
  background: var(--secondary);

  color: white;
}

.transparent{
  background: none;
}

.darker{
  background-color: var(--darker)
}

input:focus, textarea:focus,
keygen:focus, select:focus {
    outline-offset: 0px;
    outline: none;
}

button{
  width: 100%;
  background: var(--secondary);
  border: none;
  color: white;
  padding:0.5em;
  font-size: 1.2rem;
    line-height: 1.5;
  margin: 10px 0 10px 0;
  font-weight: 700;
  /*border-radius: 10px;*/
  font-family: "Dosis", arial;
  display: block;
}

.display{
  min-height: 100vh;
}

.more{
  margin-top: 5em;
  width: auto;
  padding-left: 3em;
  padding-right: 3em;
  margin-left: auto;
  margin-right: auto;
}

.category{
  padding-bottom: 5%;
}

footer{

  overflow: hidden;
  text-align: center;
}

.copy{
  margin-top: 3%;
}


svg.arrow{
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5em;
  margin-top: -1.5em;
}

svg.arrow-invert{
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5em;
}

.primary-svg{fill:var(--primary);}

.white-svg{fill:white;}

.grey-svg{fill:var(--darker);}


button:hover{
  filter: brightness(0.9);
}

a:hover{
  color: var(--secondary)
}


.searchbox{
  border: none;
  height: 20px;
  font-size: .875rem;
  padding: 9px;
  float: left;
  width: 40%
}

.img_button {
  border: none;
  height: 20px;
  padding: 9px;
  float: left;
  background-color: var(--primary)
}

.search div{
  padding-top: 1%;
  padding-bottom: 1%;
}

.space{
  margin-left: 5%;

}

h3 {
  margin: 0;
  line-height: 1.75em;
  font-weight: normal;
}

.item-card{
  background-color: white;
  overflow: hidden;
  margin: 25px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;

}

.tagBox{
  float: left;
  color: white;
  background-color: var(--secondary);
  padding: 3px 15px 3px 15px;
  margin: 0 10px 10px 0px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.container{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}


@media only screen and (max-width: 1800px) {

  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-auto-rows: minmax(100px, auto);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

}

@media only screen and (max-width: 800px) {

  .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-auto-rows: minmax(100px, auto);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }

 .item-card  a img{
    width: 100%;
    height: auto;
  }

  #search{
    margin-top: 30vh;
    margin-bottom: 30vh;
  }

  body{
    background: url("../img/reol_slim.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

}
