/*
Theme Name:   Voetzie Voetverzorging Custom Theme
Theme URI:    https://voetzievoetverzorging.nl
Author:       Net Werk Webdesign
Author URI:   https://netwerkwebdesign.nl
Description:  A basic theme using the Bootstrap framework, custom made
              for voetzievoetverzorging.nl.
Version:      1.0
License:      GNU General Public License v3
License URI:  https://www.gnu.org/licenses/gpl-3.0.nl.html
Text Domain:  voetzietheme
*/

/*
 * Colors:
 *
 * Purple : rgb(138,133,214) / #8884D5
 *
 *
 *
 */


/*
 * Globals
 */

body {
  font-family: Tahoma, Geneva, sans-serif;
  color: #8d8682;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: normal;
  color:#8d8682;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}


/*
 * Footer
 */

.blog-footer {
  max-width:1024px;
  height:38px;
  margin:auto;
  color: #999;
  text-align: center;
  background-color: #8884D5;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}
.provoet_logo {
  width:25rem;
}

/*
 * Voetzie Custom CSS
 */
 body,html{
   height:100%;
   font-family:Tahoma, Geneva, sans-serif;
 }
 body{
 	margin-top:0;
 	background-color:#bababa;
 }
 #header-container{
 	max-width:1024px;
  overflow:auto;
 	margin-left:auto;
 	margin-right:auto;
 	background-color:#fff;
  border-bottom: 1px solid;
  border-bottom-color: rgb(138,133,214);
 }
 #page-container{
   max-width:1024px;
   overflow:auto;
   margin-left:auto;
   margin-right:auto;
   background-color:#fff;
   background-image: url(images/voeten_lila_web.gif);
   background-repeat: no-repeat;
   background-position: bottom right;

 }
 #logo{
 	float:left;
 	margin-top:10px;
 	margin-left:15px;
 }
#logo img{
  max-width:424px;
  width:100%;
}
#balkboven{
  background-color: rgb(138,133,214);
  height: 10px;
  width: 100%;
}
ul:not(#page-container > ul), menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
nav{
	float:right !important;
	margin-right:28px;
  padding-top:10px;
  font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8884D5;
}

.select{
	color:#8d8682;
}

nav li{
	list-style:none;
}

nav a{
	color:#8884D5;
	text-decoration:none;
}

nav a:hover{
	color:#8d8682;
}
#content ul{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#8d8682;
	line-height:18px;
	margin:0;
	margin-left:15px;
	padding:0;
}

h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#8884D5;
	margin:0;
	padding:0;
}

h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#fff;
	text-align:center;
	letter-spacing:1px;
	padding-top:10px;
}

h3 a{
	text-decoration:none;
  font-size:13px;
  color:#fff;
  text-align:center;
  letter-spacing:1px;
  padding-top:10px;
}

p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#8d8682;
	margin:0;
	padding:0;
}

p a{
	text-decoration:none;
	color:#8884D5;
}
td{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#8d8682;
	margin:0;
	padding:0;
	padding-right:10px;
}
table{
	margin-left:30px;
}
td p{
  padding-left:0 !important;
}


#page-container h1{
  padding: 30px 0px 15px 15px;
}

#page-container p{
  padding-left:15px;
  padding-top:15px;
}
#page-container ul{
  font-family:Tahoma, Geneva, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#8d8682;
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 15px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
}
.provoet_nmmv {
  padding-top:150px;
}
provoet_nmmv a img {
  width:25rem;
}
#responsive-menu-container li:first-child{
  margin-top:10em;
}
.hideonbigscreen{
  display:none;
}

@media only screen and (max-width: 767px) {
  #page-container{
    background-size: 40%;
  }
  .blog-footer {
    height: auto;
    overflow:auto;
  } .hideonbigscreen{
     display:block;
     line-height:0px;
    }
  }

@media only screen and (max-width: 780px) {
  .menu-hoofdmenu-container{
  display:none;
  }
}
/*
 * Hacks
 */


/*
 * Responsive google maps
 */

 .map-responsive{
     overflow:hidden;
     padding-bottom:56.25%;
     position:relative;
     max-height:600px;
     height:0;
 }

 .map-responsive iframe{
     left:0;
     top:0;
     width:100%;
     display:block;
     height:600px;
     padding-top:15px;
 }
 /* Grow */
 .hvr-grow {
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     transition-duration: 0.3s;
     transition-property: transform;
 }

 .hvr-grow:hover,
 .hvr-grow:focus,
 .hvr-grow:active {
     transform: scale(1.05);
 }

