@charset "UTF-8";

/*
 Theme Name:   Lovecraft Child
 Theme URI:    http://www.hausfreestyle.com/wp-content/themes/lovecraft-child/
 Description:  Lovecraft Child Theme
 Author:       Pepijn van Schijndel Snowpepper
 Author URI:   http://pepijnvanschijndel.nl
 Template:     lovecraft
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         child theme, ski, winter, holiday
 Text Domain:  lovecraft-child

-----------------------------------------------------------------------------------

	Inhoud
	
	1.  Plaatjes
	2.  Pagina Index
	3.  Button
	4.  Body achtergron
	
----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	1. Plaatjes
/* -------------------------------------------------------------------------------- */

div.polaroid {
  width: 230px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
}


div.rotate_right {
    float: left;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Safari */
    transform: rotate(7deg);
}

div.rotate_left {
    float: left;
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Safari */
    transform: rotate(-8deg);
}

/* -------------------------------------------------------------------------------- */
/*	2. Pagina Index aanpassen top margin ankertekst "a name"
/* -------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------- */
/*	3. Button Boek nu
/* -------------------------------------------------------------------------------- */

/* a.Pbutton {
    background-color: white;
    color: black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border: 2px solid black;
    border-radius: 12px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
} */

a.Pbutton {
  width: 250px;
  line-height: 1.8em;
  font-size: 25px;
  color: #fff;
  background-color: #3366ff;
  border: 2px solid #3366ff;
  border-radius: 10px;
  padding: 20px 35px;
  -moz-transition: all 0.8s; 
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
 
 
a.Pbutton:hover {
  background-color: #fff;
  color: #3366ff;
  border: 2px solid #3366ff;
  border-radius: 10px;
  padding: 20px 35px;
}

/* -------------------------------------------------------------------------------- */
/*	4. Body achtergrond
/* -------------------------------------------------------------------------------- */

/*
#body {
	background-image: url(http://www.hausfreestyle.com/wp-content/uploads/2017/04/bgsnow.jpg);
	background-repeat:repeat;
}
*/
	