/* css for www.rekhabhatnagar.in by Mayank Bhatnagar www.mayankdesigns.com */

/* reset */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'IBM Plex Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
  word-spacing: 0.05em;
  text-align: center;
  color: #3D3D3D;
  background-color: #2D2D2D;
}

.container {
  max-width: 960px;
  background: #F2EFE5;
  margin: auto;
}

/* browser upgrade prompt */

.browserupgrade {
  margin: 1em;
  background: #F2EFE5;
  font-size: 1.2em;
  color: #3D3D3D;
  padding: 0.5em 0;
}

/* navigation */

.topnav {
  background-color: #4D4D4D;
  overflow: hidden;
}

.topnav a {
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-block;
  color: #F2EFE5;
  padding: 21px 16px 20px 16px;
}

.topnav a:hover {
  color: white;
  text-decoration: underline;
  background-color: #5D5D5D;
}

.topnav .active {
 color: white;
 text-decoration: underline;
}

.topnav .icon {
  display: none;
}

/* site header */

.site-title {
  color: #3D3D3D;
  padding: 32px 0 36px 0;
}

.site-title strong {
  font-size: 2em;
  font-weight: 400;
}

.site-title a {
  color: #3D3D3D;
  text-decoration: none;
}

.site-title p {
  font-size: 1em;
}

/* banner */

.banner {
  display: block;
  max-width: 860px;
  height: 260px;
  margin: auto;
}

/* text headers */

h1 {
  font-size: 2em;
  font-weight: 300;
  padding: 32px 0px 18px 0px;
  max-width: 80%;
  margin: auto;
}

h2 {
  font-size: 1.5em;
  font-weight: 400;
  padding: 0px 0px 10px 0px;
  max-width: 80%;
  margin: auto;
}

h3 {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0px 0px 2px 0px;
  max-width: 80%;
  margin: auto;
}

/* main content */

.main-content p {
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 1.6em;
  max-width: 80%;
  margin: auto;
  padding-bottom: 20px;
}

.main-content a {
  color: #3D3D3D;
}

.main-content a:hover {
  color: #5D5D5D;
}

.main-content ul {
  padding-bottom: 21px;
}

.main-content li {
  font-size: 1em;
  letter-spacing: 0.01em;
  line-height: 1.4em;
  max-width: 80%;
  margin: auto;
  padding-bottom: 12px;
  list-style: none;
}

.main-content li b {
  font-weight: 600;
}

/* figures and figure captions */

figure img {
  margin: auto;
  max-width: 90%;
  height: auto;
  border: 10px solid white;
  margin-top: 10px;
}

figcaption {
  font-size: 0.9em;
  line-height: 1.4em;
  max-width: 80%;
  margin: auto;
  padding: 8px 0 25px 0;
}

/* cta */

.cta {
  color: #F2EFE5;
	padding: 18px 16px 18px 16px;
	background: #4D4D4D;
	text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.2em;
	display: block;
	width: 250px;
  margin: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.cta:hover {
  color: white;
  background-color: #5D5D5D;
  text-decoration: underline;
}

.cta:visited {
  color: white;
}

.buy-cta {
  color: #F2EFE5 !important;
	padding: 18px 16px 18px 16px;
	background: #4D4D4D;
	text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  word-spacing: 0.2em;
	display: block;
	width: 250px;
  margin: 0px auto 20px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.buy-cta:hover {
  color: white;
  background-color: #5D5D5D;
  text-decoration: underline;
}

.buy-cta:visited {
  color: white;
}

/* footer */

footer {
  padding-top: 70px;
}

footer hr {
  border: none;
  border-top: 2px dotted #3D3D3D;
  height: 1px;
  margin: 0 50px 30px 50px;
}

.footernav li {
  display: inline-block;
  margin: auto;
  list-style: none;
  text-align: center;
}

.footernav li a {
  font-size: 0.9em;
  text-decoration: none;
  color: #3D3D3D;
  padding: 0 8px 0 4px;
  display: block;
  border-right: 1px solid #3D3D3D;
}

.footernav li:last-child a {
  border: none;
}

.footernav .active {
  text-decoration: underline;
}

.footernav a:hover {
  text-decoration: underline;
}

footer p {
  font-size: 0.9em;
  padding: 8px 0 0 0;
}

footer p a {
  color: #3D3D3D;
  text-decoration: none;
}

footer p a:hover {
  text-decoration: underline;
}

#privacy-active {
  text-decoration: underline;
}

.footer-image {
  display: block;
  margin: auto;
  max-width: 960px;
  height: 65px;
  margin-top: 35px;
}

/* contact form */

label {
  display: block;
  margin-top: 20px;
  font-family: inherit;
  font-size: 1em;
}

form {
  margin: auto;
}

input, textarea {
  width: 300px;
  height: 40px;
  background: white;
  border: 1px solid #8F8F8F;
  padding: 10px;
  margin-top: 8px;
  font-family: inherit;
  font-size: 1em;
  color: #3D3D3D;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  height: 200px;
}

input:focus, textarea:focus {
    border: 2px solid #8F8F8F;
}

#anti-spam {
  margin-bottom: 35px;
}

#submit {
  color: #F2EFE5;
	background: #4D4D4D;
	text-decoration: none;
  text-transform: uppercase;
	display: block;
	width: 200px;
  height: 45px;
  margin: auto;
}

#submit:hover {
  color: white;
  background-color: #5D5D5D;
}

/* gallery links */

.gallery-links {
  max-width: 320px;
  height: 320px;
  background: #4D4D4D;
  margin: auto;
  display: inline-block;
  border: 10px solid white;
  margin: 14px 10px 14px 10px;
}

.gallery-links a {
    color: #F2EFE5;
  	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.gallery-links a:hover {
    color: white;
    text-decoration: underline;
}

.gallery-links img {
  border: 0;
  margin-bottom: 8px;
}

/* media queries */

@media screen and (max-width: 750px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 28px;
    padding: 13px 20px 12px 20px;
  }
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: none;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    border-bottom: 1px solid #6D6D6D;
  }
}

@media screen and (max-width: 600px) {
    h1 {
      font-weight: 400;
    }
    footer hr {
      margin: 0 25px 30px 25px;
    }
    .footernav {
      max-width: 80%;
      margin: auto;
    }
    footer p {
      max-width: 80%;
      margin: auto;
    }
}

/* end */
