p, .quotes_and_link a {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.quotes_and_link {
    padding: 50px 40px;
}

.quotes_section::before, .quotes_section::after {
    display: none;
}

.header-home .logo {
    text-align: center;
}

.language li a {
    font-size: 22px;
    transition: all 0.2s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: white;
    font-family: "Dancing Script", cursive;
}

.language {
    display: flex;
}

.menu-nav {
    display: flex;
    width: 40%;
    align-items: baseline;
    justify-content: center;
}

.language li {
margin: 0 10px;
}


/* Element | https://umilowacojca.org/#home */

#home {
  position: relative;
top: 291px;
  width: 10px;
  height: 10px;
}

  html {
  scroll-behavior: smooth;
}
.language {
    justify-content: space-between;
}

.language li a:hover {
    color: #a0a0a0;
}


/* custom.css | https://umilowacojca.org/wp-content/themes/wp-webpack-new/assets/css/custom.css */

.language li a {
  /* font-family: "Dancing Script", cursive; */
  font-family: 'Lato', sans-serif;
}

/* Inline #13 | https://umilowacojca.org/uk/i-love-you/ */

.text p {
  text-align: justify;
}



/* style.css | https://umilowacojca.org/wp-content/themes/wp-webpack-new/assets/css/style.css */

.front-page .hidden_quote .quote {
  /* padding: 20px 20px 40px; */
  /* text-align: center; */
  padding: 20px 0;
  text-align: justify;
}

.front-page .hidden_quote .quote .description {
  /* padding: 20px 10px; */
  padding: 0;
}

.header-home nav ul li a {
font-family: 'Lato', sans-serif;
}



.header-home .logo {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
	left: 0;
top: 0;
}

  
@media (min-width: 1200px) {
    .header-subpage nav {
      width: auto;
    }
}

.home .menu-nav.menu-over {
    display: none;
}

body:not(.home) #main-menu.menu-over {
    display: none;
}

body:not(.home) #main-menu.menu-over.only-info {
    display: block;
}

.header-home nav ul li:nth-child(13) {
	display: none;
}

body.home .cky-consent-container.cky-box-bottom-left {
	display: none;
}

.simpleText {
	padding-top: 40px;	
}

@media (min-width: 1200px) {
  .header-home nav ul li:nth-child(1) {
    /* top: -6%; */
    top: -8%;
  }
  .header-home nav ul li:nth-child(2) {
    /* right: 9%; */
    right: -1%;
  }
  .header-home nav ul li:nth-child(3) {
    /* right: -9%; */
    right: -14%;
  }
  .header-home nav ul li:nth-child(5) {
    /* right: -9%; */
    right: -21%;
  }
  .header-home nav ul li:nth-child(6) {
    /* right: 9%; */
    right: 1%;
  }
  .header-home nav ul li:nth-child(8) {
    /* left: 9%; */
    left: 1%;
  }
  .header-home nav ul li:nth-child(9) {
    /* left: -9%; */
    left: -31%;
  }
  .header-home nav ul li:nth-child(12) {
    /* left: 7%; */
    left: -1%;
  }
  .header-home nav ul li:nth-child(11) {
    /* left: -11%; */
    left: -15%;
  }
}


@media screen and (max-width: 768px) {
	.header-home {
min-height: 75vh;
}
	.header-home .logo {
		max-width: 100%;
	}

	#main-menu {
position: relative;
z-index: 30;
}
	
    .hamburger-menu,
    .hamburger-menu:after,
    .hamburger-menu:before { 
        width: 24px;
        height: 4px;
        border-radius: 2px;
    }

    .hamburger-wrapper {
        display: block;
        padding: 12px 0;
        z-index: 99999999999;
        position: relative;
    }

    .hamburger-menu {
        position: relative;
        background: #8b8d92;
        transition: all 0ms 200ms;
        display: block;
        margin-left: auto;
        margin-right: 20px;
        margin-top: 10px;
    }

    .hamburger-menu.animate {
        background: #c6e2f5; 
    }

    .hamburger-menu:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 8px;
        background: #8b8d92;
        transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .hamburger-menu:after {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        background: #8b8d92;
        transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .hamburger-menu.animate:after {
        top: 0;
        transform: rotate(45deg);
        transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);;
    }

    .hamburger-menu.animate:before {
        bottom: 0;
        transform: rotate(-45deg);
        transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);;
    }

    .hamburger-menu {
        position: relative;
        background: #8b8d92;
        transition: all 0ms 200ms;
        display: block;
    }

    #main-menu {
        display: none;
    }


    .visible {
    display: block !important;
    height: 100vh;
    background-color: #c6e2f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99999999;
    }

    .visible ul {
    padding: 50px 30px;
    }

    .visible ul li {
    padding: 8px 0;
    }

    .header-subpage .logo {
        max-width: 180px;
        padding-left: 30px;
    }
    
    .header-subpage {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    
    .menu-nav {
        display: none;
    }
  

    .menu-nav.menu-over.visible {
        display: none !important; 
    }
	
	footer.subpage #menu-footer {
		position: static;
		display: block;
		text-align: ;
		transform: unset;
		height: auto;
		min-height: auto;
		padding: 0;
	}
	
	footer.subpage #main-menu {
		display: block;
	}
	
	header .visible ul li:last-child {
		display: none;
	}
	


	.quotes_and_link {
		padding: 50px 20px;
	}

	.front-page .hidden_quote .quote {
		width: 96%;
	}

	body:not(.home) #main-menu.menu-over {
		display: none !important;
	}
	
	body.home .menu-nav.menu-over.visible {
		display: none !important;
	}

	.menu-nav.menu-over.visible {
		display: block !important;
	}



	.language p {
		color: #8b8d92;
		font-size: 18px;
	}


	.language {
		flex-flow: column;
	}

	body.home header .visible ul li:last-child {
		display: none;
	}

	header .visible ul li:last-child {
		display: block;
	}



	.visible ul {
		top: 14%;
		position: relative;
	}
	.visible {
		top: 0px;
	}
	.hamburger-wrapper {
		top: -4px;
	}


	.header-subpage .logo {
		z-index: 9999999999;
	}

	.home .visible ul {
		top: 0;
	}
}


@media screen and (min-width: 992px) and (max-width: 1200px) {
	.header-home nav ul li:nth-child(1) {
		top: -16%;
	}
	.header-home nav ul li:nth-child(2) {
		top: 1%;
		right: -31%;
	}
	.header-home nav ul li:nth-child(3) {
		right: -59%;
	}
	.header-home nav ul li:nth-child(4) {
		right: -70%;
	}
	.header-home nav ul li:nth-child(5) {
		right: -79%;
	}
	.header-home nav ul li:nth-child(6) {
		bottom: 1%;
		right: -51%;
	}
	.header-home nav ul li:nth-child(7) {
		bottom: -16%;
	}
	.header-home nav ul li:nth-child(8) {
		left: -21%;
	}
	.header-home nav ul li:nth-child(9) {
		left: -69%;
	}
	.header-home nav ul li:nth-child(10) {
		left: -62%;
	}
	.header-home nav ul li:nth-child(11) {
		left: -41%;
	}
	.header-home nav ul li:nth-child(12) {
		top: 1%;
		left: -13%;
	}
	footer nav .menu {
		transform: unset; 
		height: unset; 
		position: static; 
		min-height: unset; 
		display: block; 
		padding-top: 15px; 
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.header-home nav ul li:nth-child(2) {
		top: 1%;
		right: -42%;
	}
	.header-home nav ul li:nth-child(3) {
		right: -69%;
	}
	.header-home nav ul li:nth-child(4) {
		right: -60%;
	}
	.header-home nav ul li:nth-child(5) {
		right: -76%;
	}
	.header-home nav ul li:nth-child(6) {
		bottom: 1%;
		right: -56%;
	}
	.header-home nav ul li:nth-child(8) {
		bottom: 1%;
		left: -51%;
	}
	.header-home nav ul li:nth-child(9) {
		left: -83%;
	}
	.header-home nav ul li:nth-child(10) {
		left: -72%;
	}
	.header-home nav ul li:nth-child(11) {
		left: -51%;
	}
	.header-home nav ul li:nth-child(12) {
		top: 1%;
		left: -33%;
	}
	.header-home nav ul li a {
		font-size: 16px;
	}
	.header-home nav ul li:nth-child(1) {
		top: -16%;
	}
	.header-home nav ul li:nth-child(7) {
		bottom: -16%;
	}

	footer nav .menu {
		transform: unset; 
		height: unset; 
		position: static; 
		min-height: unset; 
		display: block; 
		padding-top: 15px; 
	}

}

@media screen and (max-width: 768px) {
	.quotes_and_link .quotes_section {
		padding: 20px 0 10px 0;
	}


	.quotes_and_link {
		padding: 50px 15px;
	}

	.blockquote {
		width: 95%;
		margin: 0 auto;
	}
	


	footer nav .menu {
		transform: unset; 
		height: unset; 
		position: static; 
		min-height: unset; 
		display: block; 
		padding-top: 15px; 
	}


	/* custom.css | https://umilowacojca.org/wp-content/themes/wp-webpack-new/assets/css/custom.css */

	.simpleText {
		width: 97%;
		margin: 0 auto;
		padding: 50px 15px;
	}

	.subpage nav .menu li a {
		font-family: unset;
		font-size: 18px;
	}
	
	#main-menu li {
		text-align: center;
		margin-bottom: 5px;
	}



		.header-subpage {
			flex-direction: column;
			justify-content: center;
		}
		.menu-nav {
			display: block;
		}
		.language p {
			font-size: 14px;
		}
		.language {
			flex-flow: revert;
			margin-top: 20px;
			max-width: 100%;
		}
		.header-subpage .logo {
			padding-left: 0;
		}

	.menu-nav {
		width: 100%;
	}

	p, .quotes_and_link a {
		line-height: 23px;
	}

	.language li {
		margin: 0 16px;
		width: max-content;
		text-align: center;
	}

}