/*
font-family: 'Raleway', sans-serif;
font-family: 'Open Sans', sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: white;
}

h1,h2,h3,h4,h5,h6 {
        font-family: 'Raleway', sans-serif;
}
/******************************
header
******************************/
header {
    background-color: rgba(255,255,255,.7);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 100px 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}
header ul{
    list-style: none;
}
header a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    opacity: .6;
    cursor: pointer;
    padding: 0 5px;
}
header a:hover{
    opacity: 1;
    background-color: white;
}
header nav ul{
    font-size: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
header nav li {
    margin-left: 0;
}
header nav li:first-child{
    margin-left: 0;
}
header nav li:last-child{
    margin-right: 0;
}
@media(max-width:1000px) {
  header {
    text-align: center;
    flex-direction: column;
    padding: 20px 50px;
  }
  header img {
    width: 75%;
  }
  header nav {
    justify-content: space-around;
  }
  header h2 {
    margin-bottom: 15px;
  }
}

/******************************
welcome
******************************/

#welcome{
    background: black;
    color: white;
    text-align: center;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(images/background.JPG) ;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

#welcome h1, #welcome h3 {
    font-size: 2rem;
    text-shadow: 2px 2px gray;
    margin-bottom: 40px;
}

#welcome h1 {
    font-size: 4rem;
    margin-bottom: 15px;
}

#welcome p {
    text-transform: uppercase;
    font-size: 1rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 10px;
    width: 50%;
    max-width: 1000px;
}

#welcome a {
    color: white;
}
 
#welcome ul {
    list-style: none;
}

#welcome ul {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
}

#welcome ul li {
    margin: 0 20px;
}
#welcome ul li a {
    font-size: 48px;
    cursor: pointer;
}

/*****************************
ABOUT
*****************************/

h3.title {
    color: white;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 35px;
    text-align: center;
}

#about {
    padding: 10px;
    background-color: black;
    margin-bottom: 20px;
}

.two-cols {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.about-img {
    border: 4px solid white;
    background-color: #2196f3;
}

.about-bio {
    width: 65%;
    max-width: 800px;
    line-height: 2;
    margin-left: 20px;
}
@media(max-width:800px) {
    #about, .two-cols {
        flex-direction: column;
  }
  .about-bio {
    margin-top: 20px;
    line-height: 1.5;
    text-align: left;
  }
}

/*****************************
GALLERY
*****************************/

#gallery {
    background: black;

}
#gallery .grid li{
    list-style: none;
    padding: 20px;
    height: 1000px;
    border-radius: 3px;
    background-clip: content-box;
    background-size: cover;
    background-color: dimgray;
}
#gallery ul.grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
#gallery .grid li.small {
    flex-basis: 50%;
}
#gallery .grid li.large {
    flex-basis: 50%;
}
#gallery p {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 35px;
    padding:0 20px;
    line-height: 2;
    
}
@media(max-width: 1000px) {
    #gallery .grid li.small, #gallery .grid li.large {
        flex-basis: 100%;
  }
}

section.flexbox-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section.flexbox-section p {
  max-width: 900px;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
  line-height: 1.5;
}

/*****************************
SAMARBETSPARTNER
*****************************/
#getting-around{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}
getting-around ul a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}
#getting-around ul.grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    list-style: none;
}
#getting-around p {
    margin-bottom: 20px;
}
#getting-around ul.grid li {
    flex-basis: 30%;
    padding: 0 20px;
    margin-bottom: 40px;
}
#getting-around ul.grid li h4{
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
#getting-around ul.grid li p{
    text-align: center;
    margin: 0;
}

@media(max-width: 1000px) {
  #getting-around {
    padding: 0 40px;
  }
  #getting-around ul.grid li {
    flex-basis: 70%;
    margin-bottom: 65px;
  }
  #getting-around ul.grid li p {
    text-align: center;
  }
}

.ico {
    font-size: 40px;
    color: darkgray;
    margin-bottom: 20px;
}

/*******************************
FOOTER
********************************/
footer {
    background-color: black;
    color: white;
    text-align: center;
    background: linear-gradient(to top, gray, black 100%);
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer p {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 10px;
}

@media only screen and (max-width:600px){
    footer{
        padding: 80px 15px;
    }
    #welcome h1 {
        font-size: 2rem;
    }
    #welcome h3 {
        font-size: 1rem;
    }
}
