/*
Theme Name: Charlie - Nova Septem
Author: het Nova Septem team
Author URI: https://novaseptem.nl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: charliens
*/

html {
    scroll-behavior: smooth;
}

.splide__arrow{
    border-radius: 0;
    background: #e89513;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 3px;
}

.splide__arrow svg{
    fill: white;
}

h1{
    font-size: 80px;
}

h2{
    font-size: 34px;
    line-height: 46px;
}

h3{
    font-size: 28px;
    line-height: 32px;
}

body a.button, body input.button, body .container a.button, body .container input.button{
    color: white;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 16px;
    padding: 15px 25px;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 2px solid #0ADCD2;
    transition: 0.2s ease-in-out all;
}

a.button{
    position: relative;
}

body{
    background: white;
    
}

textarea{
    font-weight: normal;
}

html{
    overflow-x: hidden;
}

section#socialfeed{
    margin-top: 140px;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 1000px) {
    h1{
        font-size: 40px;
    }
    
    h2{
        font-size: 30px;
    }

    section#socialfeed{
        margin-top: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .glowwrapper1{
        width: 300px;
    }
}


.select-parent,
.select-parent * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.select-parent {
  position: relative;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  width: 200px;
  cursor: pointer;
}
.select-parent select {
  font-size: 1rem;
  font-weight: normal;
  max-width: 100%;
  
  padding: 8px 24px 8px 10px;
  border: none;
  background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
}
.select-parent select:active, .select-parent select:focus {
  outline: none;
  box-shadow: none;
}
.select-parent:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-top: 5px solid black;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}