@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Gabarito:wght@400;600&family=Roboto:wght@300&display=swap');


html {
	scroll-padding-top:100px;
	scroll-behavior: smooth;
}

* {
	box-sizing: border-box; 
	padding: 0;		
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
}

.img-main{
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
}

header {
	min-height: 100px;
	background-color:#F0D6D6;
	position: sticky;
	top: 0;
	left: 0;

}

.logo {
flex-shrink: 0;
	position: absolute; 
	padding-bottom: 15%;
	width: 120px;
height: 130px;
	padding-left: 5%;
}

.navi {
	display: flex;
	list-style: none;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 3%;
	gap: 3%;
}

.navi a:link {
	color: #672A4C;
	text-decoration: none;
	font-size: 1.25em;
}

.navi a:hover {
	color:#E7BA45;
	border-bottom: 2px solid coral;
	padding-bottom: 2%;
	transition: 0.3s ease;
}

.container {
	width: 100%;
	position: relative;
}

section {
	min-height: 100vh;
	min-width: 90%;
	margin: auto;
}

.img-welcome{
	width: 100%;
	height: auto;
	margin: auto;
	display: flex;
}
h1 {
	color: #000;
font-family: 'Italianno', cursive;
font-size: 100px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-align: center;
	flex-shrink: 0;
	padding-right: 20%; 
	padding-top: 8%;
}

.img-about{
	width: 462;
	height: 462;
	padding-left: 20%;
	padding-top: 10%;
	padding-bottom: 10%;
}

h2 {
	color: #000;
font-family: 'Italianno', cursive;
font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-align: right;
	flex-shrink: 0;
	padding-right: 20%; 
	padding-top: 10%;
}

.about{
	color: #000;
font-family: 'Inter', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 40px; 
	padding-left: 40%;
}

h3 {
	color: #000;
font-family: 'Italianno', cursive;
font-size: 64px;
font-style: normal;
font-weight: 400;
line-height: normal;
	padding-left: 10%;
}
.funfacts{
color: #000;
font-family: 'Inter', sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 50px; 
	padding-bottom: 10%;
	padding-left: 10%;
}

h4 {
	color: #000;
font-family: 'Italianno', cursive;
font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: normal;
	text-align: right;
	flex-shrink: 0;
	padding-right: 7%; 
	padding-top: 10%;
	padding-bottom: 5%;
}

.active {
	color: aqua;
	border-bottom: 2px solid aqua;
}

.row {
	display: flex;
	min-width: 90%;
	margin: auto;
	gap:3%;
	justify-content: center;
	align-content: center;
}

.column {
	min-width: 45%;
	min-height: 450px;
	padding-top: 3%;
}

#home {
	background-color: #F0EAEA;
}

#about {
	background-color:#EEEDED;;
}

#gallery {
	background-color: whitesmoke;
}

#contact {
	background-color: #F9EEEE;
        height:100vh;
}

footer {
	padding: 2.5%;
}

@media only screen and (max-width:996px) {
	html {
	scroll-behavior: smooth;
	scroll-padding-top:100px;
	}
	
	.logo {
		position: relative;
	}
	
	.row {
		display: block;
	}
	
	.navi li{
		padding-bottom: 2.5%;
	}
	
	h1, h2, h3 {
		padding-top: 2%;
	}
}

.slider {
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        text-align: center;
        overflow: hidden;
      }
      .image-container {
        width: 100%;
      
        height: 100%;
        clear: both;
        position: relative;
        -webkit-transition: left 2s;
        -moz-transition: left 2s;
        -o-transition: left 2s;
        transition: left 2s;
		  padding-bottom: 10%;
		  
      }
      .slide {
        float: left;
        margin: 0px;
        padding: 0px;
        position: relative;
      }
      #slide-1:target ~ .image-container {
        left: 0px;
      }
      #slide-2:target ~ .image-container {
        left: -500px;
      }
      #slide-3:target ~ .image-container {
        left: -1000px;
      }
      .buttons {
        position: relative;
        top: -20px;
		  padding-bottom: 10%;
      }
      .buttons a {
        display: inline-block;
        height: 15px;
        width: 15px;
        border-radius: 50px;
        background-color: #C3CCE2;
      }

.contact-icons{
	display: flex;
	position: relative;
	justify-content: center;
    align-items: center;
	min-height: 5%;
	min-width: 5%;
	gap: 4%;
	top: 2em;
	left: 2em;
}