<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Readex+Pro:wght@200&display=swap" rel="stylesheet">

/* font-family: 'Dancing Script', cursive; */
/* font-family: 'Readex Pro', sans-serif; */
  
  



  


  .button-container{
    margin-top: 20px;
    margin-left: 30px;
    
  }
  



  .basic-flexbox {
    display: flex;
    margin-left: 80px;  
    padding: 10px;
    flex-wrap: wrap;
    
    
   }


.basic-flexbox .child.one{
  flex: 2;
  margin-bottom: 10px;
  
    
}
.basic-flexbox .child.two{
  flex: 2;
}

.basic-flexbox .child.three{
  flex: 2;
}
.basic-flexbox .child.four{
  flex: 2;
  
}









.button1 {
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 40px 20px;
 
}

.button2 {
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 40px 20px;
}

.button3 {
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 40px 20px;
}

.button4 {
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  padding: 40px 20px;
}

.button1:hover{
  color: #2C6332;
}

.button2:hover{
  color: #2C6332;
}

.button3:hover{
  color: #2C6332;
}
.button4:hover{
  color: #2C6332;
}

















.heading{
  font-size: 100px;
  color: aliceblue;
  font-family: 'Dancing Script', cursive;
}

.text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  font-size: 20px;
}


.container {
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
img{
  max-width: 100%;
}

.hero-section {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../IMG/GettyImages-534612574-5b11609743a10300368c9314.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
   
}

/* welcome to vancouver */
.button{

  background: #B5DDA4;
  width: 200px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  text-decoration:none;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  transition: all 0.1s ease-in-out;

}

.button:hover {
  background: rgb(2, 34, 11);
  color: aliceblue;
}








/* Sections 1,2,3,4 */
.heading1{
  font-size: 40px;
  color: #2C6332;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 40px;
  font-family: 'Readex Pro', sans-serif;

  
}




.subheading {
  text-align: center;
  font-size: 20px;
  font-family: 'Readex Pro', sans-serif;
  color: #414e44;

}








.p1{
  color: #000000;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}


.flex-columns {
  display: flex;
  gap: 20px;
  margin-left: 70px;
  margin-right: 70px;
  margin-top: 20px;
  margin-bottom: 0px;
  
  

  
}

  .column-one {

      flex: 2;
    
  }

.column-two {

  flex: 2;
}





.button7 {
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #663D5A;
  
}







.button6 {
  
  color: #414e44;
  padding-bottom: 40px;
  margin-left: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
}





.p2 {
  font-size: 20px;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  
  
}
.p3 {
  text-align: center;
   margin-bottom: 100px;
   font-size: 20px;
   font-family: Verdana, Geneva, Tahoma, sans-serif;
  }










.logo{
   text-align: center;
   padding: 10px;
   background: rgb(255, 255, 255);
   font-size: 30px;
   font-family: cursive;
   color: darkgreen;
}



.copy {
  text-align: center;
  margin-bottom: 5px;
  background-color: rgb(255, 255, 255);
  
}









.instagram {
  background: #B5DDA4;
  width: 200px;
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  text-decoration:none;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  transition: all 0.1s ease-in-out;
  margin-bottom: 10px;
}

.instagram:hover {
  background: rgb(2, 34, 11);
  color: aliceblue;
}