h1{
color: #b9bace;
font-size: 80px;
}


.brasil {
    background-color:#038c33b7;
    align-items: center;
    text-align: center;
    border: solid #b9bace;
    margin-left: 15%;
    margin-right: 15%;  
    border-radius: 10000px;
}

body {
    font-family: Arial, sans-serif;
    padding: 20px;
}

.article2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('bilder/Brazil.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    filter: brightness(40%); 
    z-index: -1;
}


#info {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.clickable {
    color: blue;
    cursor: pointer;
    text-decoration: underline;
}

.article1{
    float:right;
    border: 3px solid black;
    padding: 23px;
    width: 250px;
    background-color: #6aced991;
    margin-right: 6%;
    height:fit-content;
    transition: 0.5s ease;
    font-size: 25px; 
    margin-top: 30px;
}
.article1:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
    margin-top: 10px;
}




.bilde1{
    width: 30%;
    float: left;
    margin: 10px;
    border-radius: 20px;
}
.bilde1:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
}


.bilde2{
    width: 30%;
    float: right;
    margin: 10px;
    border-radius: 20px;
}
.bilde2:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
}

.pad{
    background-color: rgb(18, 49, 78);
    height: 950px;
    opacity: 70%;
    transition: 0.3s ease-in;
    margin-top: 5%;
    margin-bottom: 50px;
    margin-right: 15%;
    margin-left: 15%;
    border-radius: 20px;
    padding: 2%;
}

.pad:hover{
    opacity: 100%;

}

.bildeøver{
    size: fit-content;
    background-color: #b9bace00;
    border: solid #b9bace00;
    margin: center;
    width: 1200px;
    margin-left: 10.5%;
}
a{
    color: #5c61ac;
}
p{
    color: #42434d;
}
.article3{
    background-color: #b9baceb7;
    align-items: center;
    text-align: center;
    border: solid rgb(8, 32, 32);
    float: right;
    width: 43%;
    margin-right: 0.5%;
    clear: right;
    border-radius: 20px;
    height: 350px;
}


.article3:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
}


.Natur{
    color: #42434d;
    font-family: Arial, sans-serif;
    font-size: 25px;
    padding: 6%;
}

h3{
    color: #42434d;
    font-family: Arial, sans-serif;
    font-size: 25px;
}

section{
    background-color: rgb(18, 49, 78);
    height: 100px;
    opacity: 80%;
    transition: 0.3s ease-in;
    margin-top: 2%;
    margin-bottom: 200px;
    margin-right: 15%;
    margin-left: 15%;
    border-radius: 20px;
    padding: 3%;
}

h2{
    color: rgb(80, 73, 64);
}

.article4{
    width: 43%;
    background-color: #b9baceb7;
    align-items: center;
    text-align: center;
    border: solid rgb(8, 32, 32);
    margin-left: 0.5%;
    margin-right: 69%;
    clear: left;
    border-radius: 20px;
    height: 350px; 
}

.article4:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
}

img{
    opacity: 1;
}

.bilde5{
    border-radius: 20px;
    float: left;
}

.left{
    float: left;
    opacity: 0.7;
    background-color: #509ea7;
    width: 18%;
    transition: 0.3s;
    margin-left: 15%;
    height: 330px;
    border-radius: 20px;
}

.right{
    height: 330px;
    float: right;
    opacity: 0.7;
    background-color: #509ea7;
    width: 18%;
    transition: 0.3s;
    margin-right: 15%;
    border-radius: 20px;
}

.left:hover,.right:hover{
    opacity: 100%;
    scale: 1.1;
}

.article5{
    width: fit-content ;
    height: fit-content;
    padding: 30px;
    float: left;
    margin: 0px;
    margin-left: 3.2%;
}

.article5:hover {
    transform: scale(1.15);
    transition: transform 0.3s;
    opacity: 1;
}

.article7 {
    margin-top: 500px;
    background-color: #cadbdd;
    align-items: center;
    text-align: center;
    border: solid rgb(8, 32, 32);
    opacity: 90%;
}

.article7:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
    opacity: 1;
}

.article8 {
    margin-top: 200px;
    background-color: #8f8e8e;
    align-items: center;
    text-align: center;
    border: solid rgb(8, 32, 32);
    opacity: 100%;
}

iframe{
    align-items: center;
    margin-top: 40px;
    align-content: center;
    align-self: center;
    margin-left: 30%;
    width: 750px;
    height: 396px;
}

.thumbnail {
    width: 150px;
    cursor: pointer;
    margin: 10px;
}

