@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h

/*--------------------------------------------------------------
# casamento Section
--------------------------------------------------------------*/
#casamento {
  width: 100%;
  /* height: 100vh; */
  background-color: #f9f7f7;
  background-size: 100%;
  position: relative;
  background-attachment: fixed;

}

.flores{
  max-width: 60%;
  height: 100%;
}

@media (min-width: 1025px) {
  #casamento {
    background-attachment: fixed;
  }
}

#casamento .casamento-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#casamento h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #71c55d;
}

@media (max-width: 768px) {
  #casamento h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#casamento h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #casamento h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* #casamento img {
  max-width: 95%;
  margin-bottom: 30px;
} */

#casamento .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #71c55d;
  background: #fff;
  color: #71c55d;
  text-decoration: none;
}

#casamento .btn-get-started:hover {
  background: #71c55d;
  color: #fff;
}

#casamento .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #casamento .btns a {
    margin: 4px 8px;
  }
}

#casamento .btns a:hover {
  color: #71c55d;
}

.fa{
  font-size: 18px;
}

.btn-danger{
  background: #8e0013 !important;
}

.btn-danger:hover{
  background: #57010c !important;
}