/* Website made by Florin Vasilescu */
body {
  font-family: Corbel, Arial, Helvetica, sans-serif;
  margin: 0px;
  }
/*------------------------------ CONTENT ------------------------------*/
#main {
  background: #fff7db url(../images/content-border.jpg) repeat-x left bottom;
  background-image: url("../images/catina_bg_blur.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  /*background-size: 1300px 2100px;*/
  border-top: 15px solid;
  border-image: url("../images/content-border.png") 30 repeat;
  border-bottom: 7px solid;
  border-image: url("../images/content-border.png") 30 repeat;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#title {
  padding-top: 50px;
}

#navigation {
 padding-left: 140px;
}

.nav img {
  width: 300px;
  height: 300px;
  display: block;
  }

.nav {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 25px;
}
.nav:hover {
  color: red;
  opacity: 0.5;
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
  background-image: url("../images/footer_bg.jpg");
  background-size: cover;
  color: #1e5406;
  font-size: 17px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  border-top: 7px solid;
  border-image: url("../images/content-border.png") 30 repeat;
  border-bottom: 15px solid;
  border-image: url("../images/content-border.png") 30 repeat;
  display: block;
}


/*--TABLET--*/
@media (max-width:800px){

#navigation {
 padding-left: 60px;
}
.nav {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 17px;
  }
.nav img {
  width: 120px;
  height: 120px;
  display: block;
  }

#footer {
  font-size: 14px;
  line-height: 20px;
  }
}

/*--MOBILE--*/
@media (max-width:414px){

#navigation {
 padding-left: 40px;
}
.nav {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 14px;
  }
.nav img {
  width: 90px;
  height: 90px;
  display: block;
  }

#footer {
  font-size: 12px;
  line-height: 17px;
  }
}