/* Index CSS is meant for every single page. Used for main colors as well as default styling that comes back in every single page */

@font-face
{
font-family: Proxima Nova Alt;
src: url('../fonts/Proxima Nova Alt Bold.otf') format("opentype");
}

@font-face
{
font-family: Poetsen One;
src: url('../fonts/PoetsenOne-Regular.ttf') format("opentype");
}

html {
    height: 100%;
}

body {
    font-family: Proxima Nova Alt;
    margin: 0;
    background-color: white;
    color: black;
    /* color: #505050; */
}

.customFont {
    font-family: Proxima Nova Alt !important;
}

.row .col {
    padding: 0;
}

.navbar{
    height: 70px;
    position: fixed;
    background-color: white;
    z-index: 999;
}

.navbarColor {
    height: 70px;
    position: fixed;
    background-color: white;
    z-index: 999;
    background-color: white;
}

.logo {
    font-family: Poetsen One;
    font-size: 250%;
    font-weight: bold;
    line-height: 70px;
}

.navmenu {
    float:right;
}

.button {
    width: 100px;
    height: 70px;
    font-size: 120%;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
    background-color: white;
    float: left;
    cursor: pointer;
}

.button:hover{
    background-color: lightgrey;
}

.bluebar1 {
    background-color: #E5F4FF;
    margin-top: 5%;
}

.bluebar2 {
    background-color: #DBE0FF;
    margin-top: 5%;
}

.introText {
    font-size: 180%;
    margin-top: 8%;
    margin-bottom: 50px;
    padding-left: 10% !important;
}

.aboutText {
    font-size: 130%;
    margin-top: 3%;
    margin-bottom: 50px;
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.mainPhoto {
    width: 100%;
    height: 100%;
    float: left;
}

.aboutPhoto {
    width: 100%;
    height: 100%;
    padding-left: 10%;
}

.titleText {
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.titleSubText {
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
    color: #505050;
}

.mediaWrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
}

.mediaBox {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    padding-bottom: 30px;
}

.socials {
    float: right;
    margin-right: 1%;
    margin-bottom: 5%;
    text-align: center;
    font-weight: bold;
}

.socialIcon {
    width: 60px;
    height: auto;
    filter: grayscale(100%);
}

.socialIcon:hover {
    filter: grayscale(0%);
}

.form {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 30px;
}

label {
    color: black;
    font-size: 150%;
}

.submitButton {
    font-weight: bold;
    height: 50px;
    padding-bottom: 10px;
    width: 200px;
}

input {
    background-color: white !important;
    padding-top: 10px;
}

#bericht {
    width: 100%;
    height: 150px;
    background-color: white;
}

/* portfolio pagina */

.banner {
    background-color: #BCBCBC;
    margin-top: 5%;
    width: 100%;
}

.bannerImage 
{
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.portfolioText {
    font-size: 130%;
    /*margin-top: 60px;*/
    margin-bottom: 50px;
    padding-left: 70px !important;
    padding-right: 70px !important;
}

.exampleText {
    font-size: 250%;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

a {
    color: black;
  }

  /* Footer */

  .footer {
    background-color: #A0A0A0;
    color: white;
    font-weight: bold;
    font-size: 150%;
  }

  .footerContent {
      padding-top: 50px;
      padding-bottom: 50px;
      margin-left: 5%;
      margin-right: 5%;
  }

  .footerCenter {
      text-align: center;
  }

  /* responsive */

  /* responsive DEFAULTS */

  .burgerMenu
{
    width: 60px;
    height: auto;
    float: right;
    cursor: pointer;
}

    .navbarMobile 
    {
        display: none;
    }

  @media only screen and (max-width: 1250px) {

    .navbarMobile
    {
        display: block;
    }

    .navbar
    {
        display: none;
    }

    .bluebar1:first-child {
        background-color: #E5F4FF;
        margin-top: 10%;
    }

    .banner 
    {
        margin-top: 10%;
    }

    .logo {
        font-family: Poetsen One;
        font-size: 250%;
        font-weight: bold;
        line-height: 70px;
        margin-left: 20px;
    }

    .content
    {
        width: 100% !important;
        margin-left: 0 !important;
    }


  }

  @media only screen and (max-width: 800px) {

    .imgContainer
    {
        width: 100% !important;
    }

    .introText
    {
        width: 90% !important;
        margin-left: 5%;
        margin-right: 5%;
        text-align: center;
    }

    .titleSubText 
    {
        font-size: 120%
    }

    .aboutPhoto
    {
        padding-left: 0;
    }

    .aboutText
    {
        width: 90% !important;
        margin-left: 5% !important; 
        margin-right: 5% !important;
        text-align: center;
    }

    .socials
    {
        float: none;
        margin: auto;
        width: 100%;
        padding: 10px;
    }

    .bluebar1:first-child {
        background-color: #E5F4FF;
        margin-top: 20%;
    }

    .banner 
    {
        margin-top: 20%;
    }

  }

  /* mobile popout menu */

  .mobilePopoutMenu
  {
      background-color: rgba(0, 0, 0, 0.5);
      width: 100vw;
      height: 100vh;
      z-index: -9999;
      position: fixed;
      display: none;
  }

    .mobileButton {
        float: right;
        width: 80%;
        height: 100px;
        margin-left: 80%;
        font-size: 200%;
        font-weight: bold;
        line-height: 100px;
        text-align: center;
        background-color: white;
        cursor: pointer;
        position: relative;
        right: -80%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-radius: 3px;
    }

    .closeButton {
        height: 80px;
        cursor: pointer;
        position: relative;
        right: -80%;
        color: white;
        font-weight: bold;
        font-size: 300%;
        text-align: right;
        margin-right: 25px;
    }