@import url('https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Figtree', sans-serif;
    line-height: 1.6;
    margin: 0;
    background-color: rgb(0, 0, 0);
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header {
    max-width: 1920px;
    width: 100%;
    background-image: url("../images/headergradient.png");
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'figtree';
    
}

.header img {
    max-width: 1920px;
    width: auto;
    height: auto;
    margin-left: 100px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.header a {
    color: #ffffff;
}

.header ul {
    padding-top: 110px;
}

.centerimg {
    max-width: 1920px;
    height: auto;
}

.list {
    margin-right: 100px;
    display: flex;
    font-size: 17.5px;
    
}

.list li { 
    align-items: center; 
    justify-content: center; 
    padding-right: 20px;
}

.list a {
    padding: 20px 25px;
    text-decoration: none;
}

.list a:hover {
    color: #ff6943;
    opacity: 0.9;
}

.colorb {
    background-color: #BFECFF;
    max-width: 1920px;
    align-items: center;
    margin: auto;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  padding: 60px 100px;
}

.form {
    width: 45%;
    font-family: 'Figtree';
}

.form label {
    display: block;
    margin: 15px 0 5px;
}

.form input, .form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.form textarea {
    height: 200px;
}

.send-btn {
    font-family: Figtree;
    font-size: large;
    margin-top: 20px;
    background: #ff6943;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.map {
    background-image:url("../images/map.png");
    width: 45%;
    position: relative;
}

.map a{
    color: #ffffff;
    text-decoration: none;
}

.minil {
    width: 120px;
    position: relative;
    top: 460px;
    right: 30px;
    left: 450px;
    text-decoration: none;
}

.map img {
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
}

.mapbtn {
    width: 150px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 20px;
    background: #ff6943;
    border: none;
    padding: 10px 15px;
    border-radius: 10px; 
    font-family: Figtree;
    font-size: large;
    color: white;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    text-decoration: none;
}


.team {
  display: grid; /*!!!!!!!!!I tried using flex and nothing was working as well as using grid!!!!!!!!!*/
  grid-template-columns: 1fr 1fr; /*same here*/
  gap: 40px;
  padding: 30px 100px;
  justify-content: center;
  
}

.person {
  display: flex;
  margin-right: 220px;
}

.person h3{
    font-family: Figtree;
    font-size: 25px;
    margin-top: 20px;
}

.person p{
    font-family: 'Figtree';
    font-size: 18px;
    color: #000;
    gap: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
}

.person img {
  width: 180px;
  height: 180px;
  margin-right: 5px;
  border-radius: 15px;
}

header {
    background-image: url("../images/festival.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1920px;
    width: 100%;
    height: 1067px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 90px;
}

header h1 {
    font-family: 'Figtree', sans-serif;
    font-size: 80px;
    color: white;
    text-align: center;
    margin: 0;
}

header h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 40px;
    color: white;
    text-align: center;
    margin: 0;
    padding-bottom: 5%;
}


.center2 {
    text-align: center;
}

.cta {
    background-color: #ff6943;
    padding: .4em 1em;
    border-radius: 16px;
    font-size: 24px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 3px 3px 10px 1px #222222;
}


.tres {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-color: #ff6943;
    padding: 20px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    line-height: 1.2;
    flex-wrap: wrap;
    
}

.tresbox {
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: 500px;
    border-radius: 10px;
    margin: 10px;
}

.tres p {
    font-size: 32px;
    box-shadow: 0px 0px 10px .5px #222222;
}

.tres a {
    color: #ff6943;
    text-shadow: 1px 1px #000;
    text-decoration: none;
}

.um { 
    background-image: url("../images/trombonebw.png"); 
}
.dois { 
    background-image: url("../images/drumbw.png"); 
}
.iii { 
    background-image: url("../images/pianobw.png"); 
}
.iv { 
    background-image: url("../images/banjo.png"); 
}

.centerimg {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

footer {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    padding: 4% 0 1% 0;
    background-image: url("../images/footergradient.png");
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    text-align: center;
}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer_info {
    color: #fff;
    font-size: 16px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

#f_logo {
    width: 300px;
    filter: drop-shadow(2px 2px 2px #292929);
}

#social_media_images {
    padding: 20px 0;
}

.socials {
    margin: 5px;
    width: 50px;
}

#nav_footer ul {
    text-align: center;
    font-size: 20px;
}

#nav_footer a {
    color: #fff;
    text-decoration: none;
}

#address {
    text-align: center;
    font-size: 20px;
}