* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    background-color: #b69576;
}

#container {
    background-color: #9a7e63;
    width: 1200px;
    margin: auto;
    padding: 30px;
}


a {
    text-decoration: none
}



#header {
    width: 1100px;
    background-color: #b69576;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin:auto;
}

#menu {
    width: 500px;
    background-color: #9a7e63;
}

#menuhey {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 16px;
}

#menuhey a {
    font-family: serif;
    font-style: italic;
    font-weight: bold;
    color: #ffffff;
    font-size: 25px;
}

#menuhey a:hover {
    color: #e5d2b9;
}

#main {
    width: 1100px;
    background-color: #b69576;
    display: grid;
    justify-content: center;
    padding: 20px;
    margin: 20px;
}


#col1 {
    width: 1030px;
    background-color: #9a7e63;
    padding: 20px;
    margin: 10px;
}

#about {
    width: 980px;
    background-color: #9a7e63; 
    margin:20px;
}
h1 {
    font-family: serif;
    font-style: italic;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
}

#artigo {
    
    width: 995px;
    background-color: #9a7e63;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

#texto {
    margin: 10px;
}
p {
    font-family: serif;
    font-size: 17px;
    color: #ffffff;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 10px;
}

#txtbold {
    font-weight: bolder;
    color: #ffffff;
}

#about_img {
    margin: 10px
}

#col2_3 {
    display: flex;
    justify-content: space-between;
    padding:10px;
    margin: 0px;
        
        
}

#col2 {
    width: 475px;
    background-color: #9a7e63;
    padding:20px;
    justify-content: center;
}

#VIDEOS {
    font-family:serif;
    font-style:italic;
    color: #ffffff;
    padding-bottom: 10px;  
}

#VID1{
    width: 435px;
}

#VID2{
    width: 435px;
}

#TOUR {
    font-family:serif;
    font-style:italic;
    color: #ffffff;
}

#col3 {
    width: 475px;
    background-color: #9a7e63;
    padding:20px;
   
}

#lista2 {
    font-family:serif;
    color: #ffffff;
    list-style-type:square;
    margin: 30px 0 0 16px;
}

#lista2 li {
    margin-bottom: 10px;
}

#tour_lista {
    font-size: 15px 
}

h3{
    font-family:serif;
    text-decoration:line-through; 
    font-weight: normal
}

#COL4 {
     width: 1030px;
    background-color: #9a7e63;
    padding: 20px;
    margin: 10px;
    display: flex;
    justify-content: space-around;
}

#footer {
    width: 1100px;
    background-color: #b69576;
    display:flex;
    justify-content:space-between;
    padding: 20px;
    align-items: center;
    margin:auto;
}

#spotify {
    width: 1030px;
    margin-left: 10px;
    margin-top: 10px
    
}

#footer p {
    font-size: 18px;
    color: aliceblue;
    margin-bottom: 0px
}

