@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Oswald&display=swap');
* {
	box-sizing: border-box
}

body {
	font-family: 'Lato', 'sans-serif';
	margin: 0;
	padding: 0;
	font-weight: 300
}

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

section {
	margin: auto;
	text-align: center
}

h1#logo,
.new-page-intro-join {
	font-size: 5vmin;
	text-align: center;
	font-family: Oswald, sans-serif;
	color: #252525;
	text-align: center
}

.new-page-intro {
	font-size: 3vmin;
	text-align: center;
	font-family: Oswald, sans-serif;
	color: #252525;
	text-align: center
}

.menu {
	margin: 20px auto;
	padding: 0;
	text-align: center
}

.menu li {
	display: inline-block;
	margin: -5px;
	font-size: 2vmax;
	text-align: center;
	padding: 20px 1.5%
}

.menu a {
	text-decoration: none;
	color: inherit
}

.menu a:hover {
	border-bottom: 2px solid #3a3a3a
}

a:hover {
	border-bottom: 2px solid #3a3a3a
}

.active {
	background-color: rgb(113, 18, 238, 0.1)
}

#hero-outer {
	height: 60vh;
	position: relative;
	width: 70%;
	overflow: hidden
}

#join {
	line-height: 2vw;
	color: white;
	font-weight: 900;
	font-size: 1em;
	position: relative
}

#cover-text a {
	text-decoration: none;
	border-bottom: 0
}

#hero-image {
	height: 100%;
	width: 100%;
	animation-name: hero-zoom;
	animation-duration: 9s;
	animation-fill-mode: forwards;
	/* background: url(static/new-hero-webp.webp) center center no-repeat; */
	background: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1670254219/CockapooClub/new-hero-webp_tzqsow.webp) center center no-repeat;
	background-size: cover
}

@keyframes hero-zoom {
	from {
		transform: scale(1)
	}
	to {
		transform: scale(2)
	}
}

#cover-text {
	width: 20vh;
	height: 20vh;
	background-color: #7112ee;
	position: absolute;
	border-radius: 50%;
	top: 60%;
	right: 10%
}

#cover-text a {
	font-size: .8rem;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
	width: 100%;
	color: white
}

div.dropdown-menu {
    display: table-caption;
    text-align: center;
    display: block;
    padding: 1rem;
    margin: 1rem;
    line-height: 2rem;
}

#sign-in {
	line-height: 2vw;
	color: white;
	font-weight: 900;
	font-size: 1em;
	width: 20vh;
	height: 20vh;
	background-color: #7112ee;
	border-radius: 50%;
	top: 60%;
	right: 10%;	
}

.homepage-container {
	display: grid;
	grid-template-columns: auto auto auto;
	height: 30vw;
	margin: 1rem
}

.homepage-container>div {
	height: 100%;
	width: 100%;
	padding: 1%
}

.main-sections {
	height: 30vw;
	width: 30vw;
	display: block;
	background-position: center;
	background-size: cover;
	color: white;
	font-size: 3vmax;
	font-family: 'Oswald'
}

#new-cockaparents {
	/* background-image: url(../Images/new-new-cockaparents.webp); */
	/* background-image: url(static/new-new-cockaparents.webp); */
	background-image: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1670254219/CockapooClub/new-new-cockaparents_gfig3w.webp);
    background-position-x: 20%;
	margin-left: auto;
	margin-right: auto;
	outline: solid;
	color: #7112ee;
	outline-color: #7112ee;
	width: 30vw
}

#keep-your-poo-healthy {
	/* background-image: url(static/healthy-boy.webp); */
	background-image: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1670254218/CockapooClub/healthy-boy_qmc5pa.webp);
	margin-left: auto;
	margin-right: auto;
	outline: solid;
	color: #3a3a3a;
	outline-color: #3a3a3a;
	width: 30vw
}

#furry-fun {
	/* background-image: url(static/furry-fun.webp); */
	background-image: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1670254218/CockapooClub/furry-fun_gsmi28.webp);
	background-position-x: 90%;
	margin-left: auto;
	margin-right: auto;
	outline: solid;
	color: white;
	outline-color: #7112ee;
	width: 30vw
}

#training-poo {
	background-image: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1674212343/CockapooClub/training-poo-pic_q9biyd.webp);
	margin-left: auto;
	margin-right: auto;
	outline: solid;
	color: white;
	outline-color: #7112ee;
	width: 30vw;
	text-decoration: none;
}

.clubhouse-map {
	font-size: 2.5vmin!important;
	letter-spacing: 2px;
	margin: 60px auto;
	line-height: 1rem
}

.container-new-cockaparents h2 {
	font-size: 2vmin;
	padding: 20px 0 0
}

.gmap_size {
	outline-color: #252525;
	outline-style: solid;
	height: 30rem;
	width: 30vw;
	margin: auto
}

.new-cockaparents-text {
	padding: 1rem;
	background-color: rgba(113, 18, 238, 0.1);
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300
}

#gmap_canvas {
	width: 100%;
	height: 100%
}
.fa {
	color: #7112ee;
}
#free-supports {
	padding: 2vh 0;
	background-color: white;
	font-size: 3vmin;
}

div#free-supports p {
	font-weight: 600
}

div.new-cockaparents-text-second-section {
	background-color: rgba(169, 169, 169, 0.199);
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
	text-align: center;
	padding: 1rem;
}

.new-cockaparents-text-second-section table {
	margin: 1rem auto;
	font-size: 2vmin
}

ul {
	list-style: none;
	padding: 0;
}
.new-cockaparents-text-second-section {
	text-align: center
}

div.text-center p {
	padding-top: 1rem;
	font-weight: 600
}

.new-cockaparents-text-second-section table {
	margin: 50px auto;
	font-size: 2vmin
}

.new-cockaparents-text-second-section tr,
.new-cockaparents-text-second-section td {
	min-width: 100px;
	font-size: 2.5vmin
}

.new-cockaparents-text-second-section th {
	margin: 10px
}

div#video {
	padding-top: 2rem
}

iframe {
	height: 40vh;
	width: 50vw
}

div#jump-to-nc {
	margin-top: 3rem
}

div.keep-your-poo-healthy-text {
	font-size: 1.5rem;
	line-height: 2rem
}

.furry-fun-fotos-join {
	color: #7112ee
}

img {
	height: 100%
}

.gallery-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	background: rgba(113, 18, 238, 0.1);
	padding: 15px
}

.gallery-container .gallery-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.gallery-container .gallery-box .gallery-row {
	display: flex;
	flex-direction: column;
	width: 33%
}

.gallery-container .gallery-box .gallery-row img {
	width: 100%;
	padding-bottom: 15px;
	border-radius: 5px
}

#girl-on-grass {
	height: auto
}

#girl-on-beach {
	height: auto
}

#join-text {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	color: white
}

#logo,
.new-page-intro-join {
	font-size: 3vmin;
	font-family: 'Oswald';
	text-align: center;
	margin: 1rem
}

.form-section {
	clear: left;
	/* background-image: url(static/benji-couch2.webp); */
	background-image: url(https://res.cloudinary.com/dzhbg6go0/image/upload/v1670254218/CockapooClub/benji-couch2_cdjxgx.webp);
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem
}

.choose {
	line-height: 2;
	font-size: large
}

.signup-form {
	color: #fff;
	background-color: rgba(60, 60, 60, 0.6);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.input-fields {
	width: 75%
}

#simply {
	margin-bottom: 35px;
	text-align: center;
	font-size: 25px;
	padding: 30px;
	margin: 0
}

.signup-form>h2 {
	color: #fafafa;
	margin-bottom: 20px
}

.text-input {
	background: transparent;
	color: #fafafa;
	width: 100%;
	height: 25px;
	margin: 5px 0 20px 0;
	border: 1px solid #fafafa;
	border-radius: 2px
}

.text-input:hover {
	border-color: #7112ee
}

.signup-form label {
	font-size: 1rem;
	font-weight: 800;
	display: inline
}

.join-button {
	margin-top: 20px;
	border-radius: 2px;
	padding: 15px 32px 15px 32px;
	text-align: center;
	font-size: 18px;
	background-color: #7112ee;
	color: #fafafa;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: fit-content
}

.join-button:hover {
	background-color: #fafafa;
	color: #7112ee
}

::placeholder {
	color: #7112ee;
	text-align: center
}

.signup-form label {
	font-size: 20px;
	font-weight: 800;
	display: inline
}

div.new-page-intro-join,
section.form-section div {
	margin-left: auto;
	margin-right: auto;
	display: block
}

.radio-input {
	display: inline;
	width: auto
}

#contact-us {
	font-size: 2.5vmin;
	text-align: center;
	margin-top: 2rem
}

.social-networks {
	max-width: 50vw;
	list-style-type: none;
	margin: 50px auto;
	padding: 0;
	text-align: center
}

.social-networks li {
	display: inline-block;
	width: 20%;
	font-size: 4.5vmin;
	color: #7112ee
}

.social-networks a {
	text-decoration: none;
	border-bottom: 0
}
@media screen and (min-width:320px) and (max-width:533px) {
	ul {
		display: grid;
		justify-content: center;
		justify-items: center;
		align-items: center;
		align-content: center;
	}
	.menu li {
		font-size: 4vmin;
		padding: 15px 1.5%
	}
	#hero-outer {
		height: 25vh
	}
	#cover-text {
		display: none
	}
	.new-page-intro {
		margin: 1rem;
		font-size: 2rem
	}
	div.keep-your-poo-healthy-text {
		padding: 1rem;
	}
	.main-sections {
		width: auto;
		font-size: 1vmax
	}
	.form-section {
		height: auto;
		display: block;
		background-position-x: 27%
	}
	.signup-form {
		height: auto;
		display: block;
		width: 85%
	}
	.signup-form label {
		font-size: 15px
	}
	.social-networks {
		display: block
	}
	img {
		max-width: 90vw
	}
	div.text-center p {
		margin: 0
	}
	div.new-page-intro-join,
	section.form-section div {
		margin-left: auto;
		margin-right: auto
	}
	.gmap_size {
		display: inline
	}
	.new-cockaparents-text-second-section table {
		margin: auto;
		font-size: 2vmin
	}
	#contact-us {
		margin-top: 4rem
	}
	.join-button {
		font-size: 4vw
	}
	.radio-input {
		display: block;
		width: auto
	}
	.gallery-container .gallery-box {
		flex-direction: column
	}
	.gallery-container .gallery-box .gallery-row {
		width: 100%
	}
}
@media screen and (max-width: 421px) {
	#keep-your-poo-healthy {
		font-size: 1.5vmax;
	}
}
@media screen and (max-width: 632px) {
	.main-sections {
		font-size: 2vmax
	}
}
@media screen and (min-width:534px) and (max-width:1599px) {
	.menu li {
		display: inline-block;
		padding: 10px 1.5%
	}
	#hero-outer {
		height: 50vh
	}
	#cover-text {
		width: 15vh;
		height: 15vh;
		top: 68%;
		right: 2%
	}
	#join {
		font-size: 8px
	}
	.new-cockaparents-text {
		height: fit-content;
		padding: 1rem;
		background-color: rgba(113, 18, 238, 0.1);
		font-size: 1rem;
		line-height: 2rem;
		font-weight: 300
	}
	div.new-cockaparents-text-second-section {
		height: fit-content;
		font-size: 1rem;
		line-height: 2rem;
		padding: 1rem;
	}
	.new-page-intro {
		padding: 20px;
		margin: 0
	}
	.gmap_size {
		height: 15rem;
		width: auto
	}
	.signup-from {
		background-color: rgba(60, 60, 60, 0.6)
	}
	.input-fields {
		width: 50%
	}
}
@media screen and (min-width:1600px) {
	.form-section {
		background-size: cover
	}
	#cover-text {
		width: 25vh;
		height: 25vh;
		top: 55%;
		right: 5%
	}
	#join {
		font-size: 2vw;
		line-height: 6vh
	}
}