/*
Theme Name: Casamento
Theme URI: https://casamento.id-ae.co.uk/wp/themes/casamento/
Author: ae
Author URI: 
Description: Casamento theme
Version: 1.9
License: 
License URI: 
Tags: 
Text Domain: casamento

*/

html, body {
            height: 100%;
            min-height: 200vh;
            margin: 0;
            padding: 0;
            width: 100vw;
            font-family: 'EB Garamond', 'Galliard', Minion, Times, serif;
            font-size: 1.25em;
              letter-spacing: 0.045em;
                  word-spacing: -0.1em;
                  text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;                  


        }

        body {
            min-height: 1000px;
            max-width: 100vw;
        }

        .my-block {
            position: absolute;
            text-align: center;
            vertical-align: middle;
            
        }
        
        .text-block {
            z-index: 500;
  position: fixed;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
        
        p {
            
            font-size: 0.65em;

        }
        
        a {
            text-decoration: none;
            color: black;

        }
        
        i {
            letter-spacing: 0.015em;
            word-spacing: 0.025em;
        }
        
        img{
    width:100%;
    max-width:500px;
}

.random {
  position: absolute;
}