@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
    padding: 0;
    margin: 0;
    /*allows us to include the padding and border in an element's total width and height.*/
    box-sizing: border-box;
}

/*Forsidesbillede i home*/
body,
html {
    height: 100%;
    background-image: url("parasite-imgs/parasite-gallery-03.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    /* height: 100vh; */
    /* overflow: 100; */
    display: grid;
    grid-template: 1fr/1fr;
   
}
/* 
#wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 8em;
    
} */

/*Baggundsbillede til andre sider*/
#wrapper {
    background-image: url("parasite-imgs/parasite_lawn\ 1.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    /* height: 100vh; */
    /* overflow: 100; */
    display: grid;
    grid-template: 1fr/1fr;
}

h2 {
    color: #fff;
    font-size: 2em;
    font-family: Oswald;
    font-weight: bold;
}


p {
    color: #fff;
    font-size: 1em;
    font-family: Oswald;
    font-weight: lighter;
}


main {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 8em;
}

/*Navigation*/
nav {
    display: flex;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    line-height: 4.3;
    top: 0;
    /* z-index: 100; */
    position: fixed;
    /* align-items: center;*/
    justify-content: space-around;
}

.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* nav ul li a:hover{
    font-weight: bold;
} */

nav a {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

}

nav ul{

    max-width: 1440px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    /* display: grid;
    list-style-type: none;
    grid-auto-flow: column;
    justify-content: space-around;*/


}
.menu {
    display: flex;
    flex: 1.5em;
    
}

ul.menu {
    padding-left: 15em;
}

.some {
    display: flex;
    flex:1;
}

.some i {
    padding-right: 1em;
}

ul li a:hover {
    text-shadow: 0 0.015em #101010,0 -0.015em #101010,0.01em 0 #101010,-0.01em 0 #101010;
}

/* nav li {
    width: 36%;
} */

/* .menu {
    /* flex: 1;
    max-width:700px; 
    display: grid;
    list-style-type: none;
    grid-auto-flow: column;
    justify-content: space-around;
} */

#burger {
    display: none;
}


/*SOME
.some {
    /* flex: 1;
    padding: 0 4%;
    max-width:400px;
    display: grid;
    list-style-type: none;
    grid-auto-flow: column;
    justify-content: space-around;

}

.some li {
    width: 100%
}

ul .some {
    display: flex;
    gap: 22.5px;
}
*/

ul.some {
    display: flex;
    gap: 1em;
}
footer {
    height: 100px;
    background-color: rgb(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

footer div {
    max-width: 100%;
    padding: 0 3%;
}

.footerimg {
    display: flex;
    flex-direction: row;
    gap: 7em;
    height: 2.5em;

}
/*Home/index*/

.parent {
    position: relative;
    top: 0;
    left: 0;
}

.image1{
    position: relative;
    padding-top: 4em;
    left: 0;
}

/* .image2{
    position: absolute;
    top: 10px;
    left: em;
} */


/*Gallery*/
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    /* grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto); */
    display: grid;
    grid-gap: 50px;
    /* grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: space-around; */

    list-style: none;
    justify-content: space-around;
    align-items: center;

}

div.container {
    align-items: center;
    margin-top: 4em;
  
}

.a {
    grid-column-start: 1;
    grid-row-start: 1;
}

.b {
    grid-column-start: 2;
    grid-row-start: 1
}

.c {
    grid-column-start: 3;
    grid-row-start: 1;
}

.d {
    grid-column-start: 1;
    grid-row-start: 2
}

.e {
    grid-column-start: 2;
    grid-row-start: 2;
}

.f {
    grid-column-start: 3;
    grid-row-start: 2;

}

.g {
    grid-column-start: 1;
    grid-row-start: 3
}

.h {
    grid-column-start: 2;
    grid-row-start: 3;
}

.i {
    grid-column-start: 3;
    grid-row-start: 3;

}


/*Synopsis*/

#synopsis {
    place-self: center;
    padding: 0 3%;
}

.synopsislogo {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 5em;
    padding: 0 3%;
    margin-top: 10em;
}

.infobox article {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "info1 table1" "info2 table2";
    font-family: Oswald;
    margin: 0 auto;
    align-content: end;
    color: #fff;
    margin-bottom: 8em;
}
.infobox h2 {
    grid-area: info1;
    font-size: 1.5em;
    padding-bottom: 2em;
    
}

.infobox p {
    padding-bottom: 2em;
}

/* article div {
    grid-area: info2;
    /*maybe
} */

.table1 {
    grid-area: table1;
    align-self: center;
    justify-self: end;
}

table {
    text-align: left;
}

.name {
    margin-left: 10em;
}

th, td {
    padding-bottom: 1em;
    padding-left: 3em;
}

.table2 {
    grid-area: table2;
    justify-self: end;
}

.table2 th{
    padding-right: 5em;
}
tbody {
    align-items: center;
}


/*
.infobox table th {
    color: #fff;
    font-size: 1em;
    font-family: Oswald;
    font-weight: lighter;
    
}

.infobox table td {
    color: #fff;
    font-size: 1em;
    font-family: Oswald;
    font-weight: lighter;
  
}

.infobox table {
    width: 50%;
    min-width: 260px;
    grid-area: table;
    grid-row-start: table;
    grid-row-end: table;
    grid-column-start: table;
    grid-column-end: table;
  
} */



/*Cast*/

.cast {
    display: flex;
    gap:10%;
    padding-bottom: 150px;
}

section.cast {
    padding: 5em;
}
.cast h2 {
    padding-bottom: 1em;
    font-size: 1.5em;
}

.cast p {
    padding-bottom: 2em;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    flex: 4;
}


.left {
    display: flex;
}

.right {
    display: flex;
    flex-direction: row-reverse;

}

/*tablet*/
@media screen and (max-width:768) {
    /*Navigation*/


}

/*mobil*/
@media screen and (max-width:480) {
    #burger {
        display: flex;
        justify-content: end;
        cursor: pointer;
    }
}