/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans&display=swap');

@font-face {
    font-family: Supercell;
    src: url(fonts/Supercell-magic-webfont.ttf);
}

/*Header*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.logo {
    max-width: 50%;
}

li, a {
    font-family: Supercell, sans-serif;
    font-size: 13px;
    color: white;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
}
header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    opacity: 1;
    position: fixed;
}
.nav_link {
    list-style: none;
}

.nav_link li {
    display: inline-block;
}

.nav_link li a:hover {
    color: goldenrod;
}

/*Backgroundimage for about us*/
.pic1{
    padding-top: 0;
    width: 100%;
    background-image:  linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9)), url("AboutUsImages/collage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right;
    margin-bottom: 20px;
}
.pic2 {
    height: 700px;
    width: 980px;
    background-image: url("AboutUsImages/collage2.png");
    background-repeat: no-repeat;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    margin-bottom: 25%;
    
}

/*Description for about us*/
#aboutustext{
    font-family: Supercell, sans-serif;
    font-size: 45px;
    text-align:left;
    padding-top: 20%;
    padding-left: 5%;
    padding-bottom: 2%;
    color: white;
 }
 #aboutusquote{
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    text-align: justify;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: white;
    padding-left:5%;
    padding-bottom: 5%;
 }

 #aboutustexttwo{
    font-family: Supercell, sans-serif;
    font-size: 45px;
    text-align:center;
    padding-bottom: 2%;
    color: black;
 }
 #aboutusquotetwo{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.6;
    color: black;
 }


 
/*About Us Content*/
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Josefin+Sans&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
    background: white;
    font-family: 'Josefin Sans', sans-serif;
}


.wrapper h1{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 52px;
    margin-top: -300px;
    margin-bottom: 50px;
    text-align: center;
  }
  h2 {
    text-align: center;
    width: auto;
    justify-content: center;
    margin-bottom: 80px;
  }

.team{
display: flex;
text-align: center;
width: auto;
justify-content: center;
flex-wrap: wrap;
}

.team .team_member{
background: black;
margin: 5px;
margin-bottom: 50px;
width: 300px;
padding: 20px;
line-height: 20px;
color: #8e8b8b;
position: relative;
}

.team .team_member h3{
    color: white;
    font-size: 26px;
    margin-top: 50px;
}

.team .team_member p.role{
color: #ccc;
font-size: 12px;
text-transform: uppercase;
margin: 12px 0px;
}

.team .team_member .team_img {
width: 100px;
height: 100px;
border-radius: 50%;
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
background: #fff;
}

.team .team_member .team_img img{
    width: 100px;
    height: 100px;
    padding: 10px;
}

/*FOOTER*/
footer {
    overflow-x: hidden;
}

.footerElement1{
    background-color: black;
    display: grid;
    padding-top: 5%;
    padding-bottom: 3%;
    grid-template-columns: 25% auto auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: 
        "logoAndMotto explore connect cs"
        "logoAndMotto explore social nl"
}

.logoAndMotto {
    grid-area: logoAndMotto;
}

.exploreContainer {
    grid-area: explore;
}

.connectContainer {
    grid-area: connect;
}

.socialContainer {
    grid-area: social;
}

.csContainer {
    grid-area: cs;
}

.newsLetterContainer {
    grid-area: nl;
    display: grid;
    grid-template-columns:  auto 60%;
    grid-template-rows: auto 80%;
    grid-template-areas: 
        "nlTitle nlTitle"
        "nl1 nl2" 
}

#nlTitle {
    grid-area: nlTitle;
}

#subscribe {
    color: white;
    font-family: 'Montserrat', sans-serif;
}

#nl1 {
    grid-area: nl1;
    width: 100%;
}

#nl2 {
    width: 100%;
    grid-area: nl2;
}

.copyrightContainer {
    background-color: gray;
}

.copyrightContainer > p {
    color: white;
}

.footerTitle {
    font-family: Supercell, sans-serif;
    font-size: 15px;
    color: white;
}

.footerList > li {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: white;
    padding-top: 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.5;
}

.footerList > li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: white;
    padding-top: 0;
    padding-left: 0;
    list-style: none;
    line-height: 1.5;
}

.footerList > li a:hover {
    color: goldenrod;
}

#motto {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: white;
    text-align: center;
    letter-spacing: 0.1em;
    font-style: italic;
    line-height: 1.6;
}

#footerLogo {
    width: 80%;
    height: auto;
    object-position: center;
}

#footerLogoContainer {
    text-align: center;
}

#socials {
    width: 30%;
    height: auto;
    margin-top: 1%;
}

.footerElement2 {
    background-color: darkgray;
}
