@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  box-sizing: border-box;
  font-family: "Poppins", "Verdana", "Geneva", "Tahoma", "sans-serif";
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*=col-] {
  float: left;
  padding: 15px;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

html, body {
  margin-left: 0%;
  margin-right: 0%;
  padding: 0;
  background-color: mintcream;
}

.header {
  background-color: mintcream;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  height: 19.8%;
  margin: auto;
}

.logobar {
  padding: 0;
  margin-top: -2%;
  text-align: center;
  width: 100%;
  background-color: mintcream;
}

.logo {
  color: black;
  font-weight: 700;
  font-size: 60px;
  text-decoration: none;
}

.logo:hover {
  color: red;
}

span {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: blue;
}

.navbar {
  background-color: mintcream;
  display: flex;
  justify-content: space-evenly;
}

.navbar a {
  color: black;
  font-weight: 900;
  font-size: 16px;
  padding: 5px 5px;
  float: left;
  text-align: center;
  text-decoration: none;
}

.subnavbtn:hover {
  background-color: black;
  color: snow;
  font-weight: 300;
}

.navigation .col-12 {
  background-color: mintcream;
  border-bottom-style: double;
}

.navigation .col-12 a {
  float: left;
  color: black;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  padding: 3px 7px;
  font-weight: 500;
  text-decoration: none;
}

.navigation .col-12 a:hover {
  color: blue;
  text-decoration: overline;
}

.mainrow {
  width: 100%;
  margin-top: 9%;
}

.mainrow .col-8 {
  padding-bottom: 0;
}

.row .col-12 {
  background-color: snow;
  justify-content: space-evenly;
  padding-left: 2.35%;
  border-style: double;
  border-left-color: black;
  border-right-color: black;
}

.row .col-12 img {
  height: 240px;
  width: 160px;
  /*border-radius: 10px;*/
}

.row .col-12 img:hover {
  opacity: 0.7;
}

.mainrow .col-12 {
  margin-bottom: 0;
}

.mainfooter {
  background-color: mintcream;
  border-top: black;
  border-top-style: double;
  width: 65%;
  left: 17.47%;
  position: relative;
  clear: both;
  margin-bottom: 0;
  height: 90px;
}

.footlist li {
  display: inline-block;
  padding-top: 3%;
  padding-left: 2%;
  padding-right: 10%;
  font-size: 18px;
  font-weight: 600;
  color: black;
}

li a {
  text-decoration: none;
  color: black;
  font-style: italic;
  list-style-type: none;
}

li a:hover {
  color: blue;
  text-decoration: overline;
}

/*dodana footnavigacija*/
.footnav {
  background-color: lightyellow;
  position: relative;
  clear: both;
  margin-bottom: 0;
  width: 65%;
  left: 17.47%;
  height: 40px;
}

.footnav .footnavpage {
  margin-left: 20%;
  padding-top: 0.5%;
}

.footnavpage a {
  font-weight: 600;
  text-decoration: none;
  border-style: solid;
  border-radius: 5px;
  color: black;
  background-color: mintcream;
  border-color: black;
  justify-content: space-between;
  padding-left: 1%;
  padding-right: 1%;
}

.footnavpage a:visited {
  color: black;
  background-color: lightyellow;
  border-color: lightyellow;
}

.footnavpage a:hover {
  background-color: black;
  color: lightyellow;
  border-color: black;
}

.footnav a:active {
  background-color: darkred;
  color: white;
}

/*kraj footnavigacije*/
/*.content{
    max-width: 100%;
    margin: auto;
}



.topcontainer{
    width: 100%;
    margin: auto;
    min-height: auto;
}

.logo{
    color: black;
    font-weight: 700;
    font-size: 60px;
    text-decoration: none;
}
.logo:hover{
    color: red;
}
span{
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    color: blue;
}
/*.navbar{
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    height: 70px;

}

.navbar a{
    color: black;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
}

.subnav .subnavbtn {
    font-size: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  .navbar a:hover, .subnav:hover .subnavbtn {
    background-color: black;
    color: mintcream;
  }

.subnav-content {
    z-index:10;
    position: fixed;
    border-style:none;
    height: 80px;
    margin-top: 188px;
    padding: 14px 16px;
    float: left;
    text-align: center;
    text-decoration: none;
    background-color: lightgray;
    width: 100%;
  }

  .subnav-content a {
    float: left;
    color: black;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    padding: 14px 13px;
    font-weight: 500;
    text-decoration: none;
  }

  .subnav-content a:hover {
    color: blue;
  }
  .covers{
    width: 100%;
    height: auto;
    margin-top:290px;
    border-style: groove;
    border-color: black;
    border-width: 1px;
    padding-left: 10px;

  }
  .covers-row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-left: -8px;
    height: 260px;
    }

  .covers-row img{
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    padding: 4px;
    margin: auto;
    height: 250px;
  }
  .covers img:hover{
    opacity: 0.7;
  }


  .mainfooter{
    min-height: 150px;
    background-color: mintcream;
    border-top-style: double;
    border-color: black;
    padding: 5px;
    }

    .footlist li{
    display: inline-block;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 190px;
    font-size: 18px;
    font-weight: 700;
    color: black;

    }

    li a{
      text-decoration: underline;
      color: black;
      font-style: italic;
      list-style-type: none;
    }

    li a:hover{
      color: blue;
    }*//*# sourceMappingURL=mymovies.css.map */