/*/
 *
 * Stylesheet for Juffroushoogte.co.za
 * Copyright (c) Louw Hopley, 2013
 * www.louwhopley.com
 *
/*/

/*****************************************/
/*************  GENERIC  *****************/
/*****************************************/

html, body {
  margin: 0;
  padding: 0;
}
*, html, body {
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #191919;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Open Sans";
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #0066CC;
}
a:visited {
  color: #0066CC;
}
a:hover {
  color: #1919A3;
}
a:active {
  color: #555;
}

.polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
@media (max-width: 979px) {
  .navbar,
  .header,
  .content,
  .footer {
    padding-left:5%!important;
    padding-right:5%!important;
  }
}
@media (max-width: 767px) {
  .navbar,
  .header,
  .content,
  .footer {
    padding-left:20px!important;
    padding-right:20px!important;
  }
}

/*****************************************/
/**************  NAVBAR  *****************/
/*****************************************/

.navbar {
  background: #0A0A31;
  height: 50px;
  padding-left:15%;
  padding-right:15%;
  border-bottom: 1px solid #555;
}
.navbar-inner {
  position: absolute;
  z-index: 1000;
}
.navbar .logo {
  height: 103px;
  width: 115px;
  background-color: #fff;
  position: relative;
  float: left;
  
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  border-top: 0;
}
.navbar .logo a {
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  background-image: url("../images/logo-both.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.navbar .menu {
  padding-top: 15px;
  margin-left: 20px;
  position: relative;
  float: left;
}
.navbar .menu a {
  margin-right: 10px;
  color: #efefef;
  
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.navbar .menu a:hover {
  color: #999;
}

.navbar .menu span {
  color: #efefef;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .navbar {
    height: 50px;
  }
  .navbar .menu {
    margin-left: 5px;
    padding-top: 5px;
  }
  .navbar .menu a {
    margin-right: 5px;
  }
  .navbar .menu span {
    margin-left: 0;
    display: block;
  }
}
@media (max-width: 480px) {
  .navbar {
    height: 130px;
  }
  .navbar a {
    display: block;
  }
  .navbar span {
    font-size: 11px;
  }
}

/*****************************************/
/***************  COVER  *****************/
/*****************************************/

.cover {
  height: 300px;
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.cover div {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.cover .cover1 {
  background-image: url("../images/covers/cover1.jpg");
}
.cover .cover2 {
  background-image: url("../images/covers/cover2.jpg");
}
.cover .cover3 {
  background-image: url("../images/covers/cover3.jpg");
}
.cover .cover4 {
  background-image: url("../images/covers/cover4.jpg");
}

@media (min-width: 1024px) {
  .cover {
    height: 400px;
  }
}
@media (max-width: 979px) {
}
@media (max-width: 767px) {
  .cover {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .cover {
    height: 150px;
  }
}

/*****************************************/
/***************  HEADER  ****************/
/*****************************************/

.header {
  background-color: #B5BED8;
  height: 70px;
  padding-left:15%;
  padding-right:15%;
  
  border-bottom: 1px solid #6B7DB2;
}
.header h1 {
  margin: 0;
  font-size: 30px;
  padding-top: 15px;
  text-align: center;
}

@media (max-width: 979px) {
}

@media (max-width: 767px) {
  .header h1 {
    margin: 0;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .header {
    height: auto;
  }
}

/*****************************************/
/***************  CONTENT  ***************/
/*****************************************/
.gap {
  margin-top: 90px;
}

.content {
  padding-left:15%;
  padding-right:15%;
}

.content .article-image {
  display: block;
  float: right;
  clear: both;
}

.content .facilities {
	overflow: auto;
	width: 100%
}

.content .facilities h4 {
  margin-top: 0;
}

.content .facilities div {
  display: block;
  float: left;
  margin-right: 40px;
  padding-right: 40px;
}

@media (max-width: 979px) {
  .content .article-image img{
    width: 250px;
  }
}
@media (max-width: 767px) {
  .content .article-image img{
    width: 200px;
  }
}
@media (max-width: 480px) {
  .gap {
    margin-top: 0;
  }
}
/*****************************************/
/***************  FOOTER  ****************/
/*****************************************/

.footer {
  padding-left:15%;
  padding-right:15%;
  
  margin-top:20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #B5BED8;
  border-top: 1px solid #6B7DB2;
}
.footer *, .footer a:visited {
  font-size: 11px;
  color: inherit;
}

