.btn-1 {
  display: inline-block;
  background: #ff3c9a;
  padding: 15px 50px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #ff3c9a;
  -webkit-border-radius: 5px;
    -webkit-border-radius--moz-border-radius: 5px;
    -webkit-border-radius--ms-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px;
  font-family: "Andika", sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .btn-1:link, .btn-1:visited {
    color: #fff;
    background: #ff3c9a; }
  .btn-1:hover {
    background: rgba(255, 60, 154, 0.7);
    border-color: rgba(255, 60, 154, 0.7);
    text-decoration: none; }
  .btn-1:active {
    color: #fff;
    background: rgba(255, 60, 154, 0.7); }

.btn-2 {
  display: inline-block;
  background: #fff;
  padding: 15px 50px;
  color: #ff3c9a;
  text-transform: uppercase;
  border: 2px solid #ff3c9a;
  -webkit-border-radius: 5px;
    -webkit-border-radius--moz-border-radius: 5px;
    -webkit-border-radius--ms-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px;
  font-family: "Andika", sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .btn-2:link, .btn-2:visited {
    color: #ff3c9a;
    background: #fff; }
  .btn-2:hover {
    background: rgba(255, 60, 154, 0.7);
    color: #fff;
    text-decoration: none; }
  .btn-2:active {
    color: #fff;
    background: rgba(255, 60, 154, 0.7); }

.btn-3 {
  display: inline-block;
  background: #ff3c9a;
  padding: 15px 50px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #ff3c9a;
  -webkit-border-radius: 5px;
    -webkit-border-radius--moz-border-radius: 5px;
    -webkit-border-radius--ms-border-radius: 5px;
    -webkit-border-radius-border-radius: 5px;
  font-family: "Andika", sans-serif;
  width: 100%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out; }
  .btn-3:link, .btn-3:visited {
    color: #fff;
    background: #ff3c9a; }
  .btn-3:hover {
    background: rgba(255, 60, 154, 0.7);
    border-color: rgba(255, 60, 154, 0.7);
    text-decoration: none; }
  .btn-3:active {
    color: #fff;
    background: rgba(255, 60, 154, 0.8); }

#hero {
  height: 100vh;
  background: url(../img/hero-bg.png) center center no-repeat fixed;
  background-size: cover; }

#header {
  text-align: center;
  padding-top: 10px; }
  #header img {
    height: auto;
    width: 100px; }

#heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90%; }
  #heading .heading-wrap {
    max-width: 800px;
    text-align: center; }
    #heading .heading-wrap h1 {
      color: #243eff;
      font-family: "Amatic SC", cursive;
      font-weight: bold;
      font-size: 4em;
      text-transform: uppercase;
      margin-bottom: 40px; }
    #heading .heading-wrap h4 {
      font-family: "Andika", sans-serif;
      color: #494949; }
    #heading .heading-wrap #hero-cta {
      margin-top: 50px;
      padding: 0 10px; }

@media screen and (max-width: 738px) {
  #heading .heading-wrap h1 {
    font-size: 3em; } }

@media screen and (max-width: 465px) {
  .btn-1,
  .btn-2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0; } }

#o-seminaru {
  overflow: hidden;
  padding-top: 150px; }

.about-img {
  padding-top: 30px;
  float: left;
  text-align: center; }
  .about-img img {
    width: 100%; }

.about-info {
  float: right; }

.about-info h2,
.zasto-info h2 {
  font-family: "Amatic SC", cursive;
  font-size: 3em;
  font-weight: bold;
  color: #243eff;
  margin-bottom: 40px; }

.about-info p,
.zasto-info p {
  font-family: "Andika", sans-serif;
  font-size: 18px;
  color: #494949; }

#zasto-suvk {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px; }
  #zasto-suvk .zasto-info ul li {
    font-family: "Andika", sans-serif;
    font-size: 18px;
    color: #494949;
    margin-bottom: 20px; }
  #zasto-suvk .zasto-img {
    text-align: center;
    padding-top: 30px; }
    #zasto-suvk .zasto-img img {
      width: 100%; }

@media screen and (max-width: 768px) {
  .about-info {
    float: none; } }

#materijali {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 300px;
  background: rgba(36, 62, 255, 0.75) url(../img/materijal.png) center center;
  background-size: cover;
  padding: 10px;
  text-align: center; }
  #materijali p {
    font-size: 4em;
    font-weight: bold;
    font-family: "Amatic SC", cursive;
    color: #fff;
    padding-bottom: 30px; }

@media screen and (max-width: 712px) {
  #materijali p {
    font-size: 3em; } }

#lekcije {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center; }
  #lekcije h2 {
    font-family: "Amatic SC", cursive;
    font-size: 3em;
    font-weight: bold;
    color: #243eff;
    margin-bottom: 40px; }
  #lekcije .feature {
    text-align: left; }
    #lekcije .feature .lekcije-img {
      padding-top: 20px; }
    #lekcije .feature .lekcije-info {
      padding-left: 20px; }
      #lekcije .feature .lekcije-info h3 {
        font-family: "Amatic SC", cursive;
        font-weight: bold;
        font-size: 2em;
        color: #a9acb8; }
      #lekcije .feature .lekcije-info p {
        font-family: "Andika", sans-serif;
        font-size: 18px;
        color: #494949; }

@media screen and (max-width: 992px) {
  #lekcije .feature .lekcije-img,
  #lekcije .feature .lekcije-info {
    text-align: center; } }

#testemonials {
  background: #f2f2f2;
  padding: 60px 0; }
  #testemonials .testemonial {
    background: #fff;
    -webkit-border-radius: 8px;
      -webkit-border-radius--moz-border-radius: 8px;
      -webkit-border-radius--ms-border-radius: 8px;
      -webkit-border-radius-border-radius: 8px;
    -webkit-box-shadow: 6px 6px 6px #a9acb8;
    box-shadow: 6px 6px 6px #a9acb8;
    margin: 10px 0;
    padding: 20px 10px;
    text-align: center;
    min-height: 230px; }
    #testemonials .testemonial h2 {
      font-family: "Andika", sans-serif;
      font-size: 35px;
      color: #494949; }
    #testemonials .testemonial p {
      font-family: "Andika", sans-serif;
      font-size: 18px; }
      #testemonials .testemonial p:nth-of-type(even) {
        padding-top: 20px; }

#kontakt {
  padding-top: 150px;
  padding-bottom: 100px;
  text-align: center; }
  #kontakt h2 {
    font-family: "Amatic SC", cursive;
    font-size: 3em;
    font-weight: bold;
    color: #243eff;
    margin-bottom: 40px; }
  #kontakt p {
    font-family: "Andika", sans-serif;
    font-size: 18px;
    color: #494949;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px; }
  #kontakt .forma {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 80px; }
  #kontakt .box {
    display: block;
    width: 100%;
    margin: 15px 0;
    border: 0;
    outline: 0;
    -webkit-border-radius: 5px;
      -webkit-border-radius--moz-border-radius: 5px;
      -webkit-border-radius--ms-border-radius: 5px;
      -webkit-border-radius-border-radius: 5px;
    height: 50px;
    border: 2px solid #a9acb8;
    padding: 5px 10px;
    font-family: "Andika", sans-serif;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out; }
    #kontakt .box:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 2px solid #243eff; }

.error, .success {
  color: #ff3c9a;
  margin: 15px 0;
  width: 100%;
  font-family: "Andika", sans-serif;
  font-size: 18px;
  text-align: left; }

.success {
  color: #243eff; }

.border-top {
  border-top: 1px solid #a9acb8;
  padding-top: 50px; }
  .border-top .kontakt-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    padding-top: 10px; }
    .border-top .kontakt-info h3 {
      font-family: "Andika", sans-serif;
      color: #ff3c9a; }

@media screen and (max-width: 768px) {
  .border-top .kontakt-info {
    text-align: center; } }

#footer {
  background: #494949;
  color: #fff;
  padding: 20px 0; }
  #footer p {
    margin: 0;
    font-family: "Andika", sans-serif; }
  #footer .copy {
    float: left; }
  #footer .social-media {
    text-align: right;
    float: right; }
    #footer .social-media .fa {
      color: #fff;
      padding: 0 15px;
      font-size: 18px;
      -webkit-transition: all 400ms ease-in-out;
      -o-transition: all 400ms ease-in-out;
      transition: all 400ms ease-in-out; }
      #footer .social-media .fa:hover {
        color: #ff3c9a; }

@media screen and (max-width: 600px) {
  #footer .social-media,
  #footer .copy {
    float: none;
    text-align: center; }
  #footer .copy {
    margin-top: 20px; } }
