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


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

:root {
    /*--brand-mid: #196e71;*/
    --brand-light: #4397A4;
    --brand-accent: #1C7588;
    --brand-dark: #154A57;
    --brand-white: #ffffff;
}

/* a11y */
.sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0); 
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap; 
    width: 1px;
  }

  .skip-link {
    position:absolute;
    margin: 3px;
        background-color: var(--brand-dark);
    color: #ffffff;
  }

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: var(--brand-white);
    background-color: var(--brand-dark);
}

header {
    background-color: var(--brand-white);
}

/*body::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 2%;
    width: 190px;
    height: 190px;
    background-color: var(--brand-accent);
    z-index: 1;
}


body::after {
    content: "";
    position: absolute;
    bottom: 4%;
    right: 2%;
    width: 190px;
    height: 190px;
    background-color: var(--brand-dark);
    z-index: -1;
}*/

.main {
    /*background-color: #202020;*/
}

img {
    max-width: 100%;
}

h1 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
}

.banner h1 {
    margin-bottom: 22px;
}

h2 {
    margin-bottom: 15px;

}

h2 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.2;
}

h3 {
    font-size: 1.6rem;
    margin-top: 15px;
    margin-bottom: 5px;
}

h4 {
    font-size: 1.4rem;
    line-height: 1.2rem;
    margin-bottom: 10px;
}

a {
    display: inline;
    padding: 0;
    color: var(--brand-white);
    border-radius: 0.25rem;
}

a:hover, a:focus {
    text-decoration:none;
    box-shadow: 0 0 0 3px var(--brand-white);
    outline: none;
}

.light-beam {
    width: 0; 
    height: 0; 
    border-left: 140px solid transparent;
    border-right: 140px solid transparent;
    border-bottom: calc(50.5vh - 80px) solid rgba(25,110,113,0.25);
    /*border-bottom: calc(70vh - 80px) solid #F7D586;*/
    position: absolute;
    top: 38px;
    /*right: calc(50% - 90px);*/
    left: 18.45%;
    z-index: 200;
    -webkit-filter: drop-shadow(-6px 6px 6px rgba(247, 213, 134, .5));
    filter: drop-shadow(-7px 3px 5px rgba(247, 213, 134, .5))
        drop-shadow(7px 3px 5px rgba(247, 213, 134, .5));
}
-
h1, h2, h3, h4, h5, h6, p {
    max-width: 640px;
}

p.standout-paragraph {
    font-size: 20px;
}

button {
    font-size: 16px;
    font-weight: 500;
    background-color: #ffffff;
    color: var(--brand-dark);
    border: 3px solid #ffffff;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 10px 0;
}

button:focus {
    background-color: #ffffff;
    color: var(--brand-dark);
    border: 3px solid var(--brand-dark);
    outline: 3px solid #ffffff;
}

section p:not(:last-child) {
    padding-bottom: 20px;
}

.navbar a:focus {
    text-decoration: none;
    outline: 3px solid var(--brand-dark);
}

ul {
    list-style-type: none;
}

ul.bullet-list {
    list-style-type: disc;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: -14px;
    max-width: 640px;
}

ul.bullet-list-nested {
    list-style-type: circle;
    margin-left: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 8% 10px 8%;
    overflow: hidden;
}

.header {
    padding: 5px 0 0 0;
}


.navbar {
    /*background-color: #023020;*/
    /*background-color: #30745c;*/
    /*color: white;*/
    color: var(--brand-dark);
    /*height: 80px;*/
    /*border-bottom: 3px solid #eaeaea;*/
}

.navbar .container {
    padding: 5px 30px 10px 30px;
}

.navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    width: 12.5%;
}

.navbar .logo img {
    float: left;
    background: var(--brand-white);
    /*padding: 10px;*/
    /*border-radius: 5px;*/
    /*width: 50px;*/
}

.navbar .logo .logo-text {
    float: left;
}

.navbar .logo svg {
    width: 100%;
    /*padding: 5px;*/
    background-color: #ffffff;
}

/*.navbar .logo span {
    margin-left: 10px;
    position: relative;
    top: -6px;
}*/

.navbar a {
    /*color: #f0ac0e;*/
    color: var(--brand-dark);
    font-size: 18px;
    font-weight: bold;
    padding: 3px;
}

.navbar a:hover {
    /*color: lightblue;*/
    text-decoration: none;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.navbar ul {
    display: flex;
}

.navbar ul li {
    margin-left: 20px;
}

.nav-toggle {
    display: none;
}

.banner {
    position: relative;
    /*min-height: calc(50vh - 80px);*/
    height: auto;
    background-color: var(--brand-dark);
    text-align: center;
}

.banner h1 {
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.2;
    max-width: 100% !important;
    position: relative;
    z-index: 201;

}

.subpage-banner h1 {
    max-width: 100% !important;
}

.banner img {
    border: none;
    border-radius: 5px;
    outline: 5px solid #ffffff;
    outline-offset: -1px;
}

/*.banner .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.blog-date {
    display: block;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.left-50 {
    width: 50%;
    float: left;
}

.right-50 {
    width: 50%;
    float: right;
}

.left-60 {
    width: 60%;
    float: left;
}

.right-40 {
    width: 40%;
    float: right;
}

.section-padding {
    padding: 40px 0;
}

.section-padding-top {
    padding: 80px 0 0 0;
}

.section-padding-top-80-bottom-40 {
    padding: 80px 0 40px 0;
}

.section-padding-top-40 {
    padding: 40px 0 0 0;
}

.section-padding-bottom {
    padding: 0 0 80px 0;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.section-padding-20 {
    padding: 20px 0;
}

.section-padding-20-top {
    padding-top: 20px;
}

.section-padding-40-top {
    padding-top: 40px;
}

.section-padding-80-top {
    padding-top: 80px;
}

.section-padding-80-bottom {
    padding-bottom: 80px;
}

.section-divider-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 8% 10px 8%;
}

.section-divider {
    width: 40%;
    height: 10px;
    background-color: var(--brand-light);
}

.section-divider-one {
    width: 30%;
    height: 9px;
    background-color: #2d265e;
}

.section-divider-two {
    width: 100%;
    height: 3px;
    background-color: var(--brand-dark);
}

/* diagonal split */
.parent {
    background-color: var(--brand-dark);
    height: 80px;
    width: 100%;
  }
  .one, .two, .three, .four, .five, .six {
    /*position: absolute;*/
    height: 80px;
    width: 100%;
  }
 .one, .three {
    position: relative;
    left: 0;
    top: 1px;
    background-color: #eaeaea;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); 
  }
  .two {
    position: relative;
    right: 0;
    top: -80px;
    /*top: 0;*/
    background-color: var(--brand-dark);
    -webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); 
  }
  .four {
    position: relative;
    right: 0;
    top: -40px;
    /*top: 0;*/
    background-color: var(--brand-dark);
    -webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); 
  }

  .five {
    position: relative;
    left: 0;
    top: 0;
    background-color: var(--brand-dark);
   /* -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }

  .six {
    position: relative;
    right: 0;
    top: -81px;
    /*top: 0;*/
    background-color: #eaeaea;
    /*-webkit-clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%);
    clip-path: polygon(50% 0, 0% 0%, 0% 100%, 100% 0%); */
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }
/*  */


/* diagonal line */
.diagonal-line {
    width: 100%;
    height: 40px;
    /*background: linear-gradient(to top right, #023020 calc(50% - 1px), #023020 , transparent calc(50% + 1px) );*/
    background: linear-gradient(to top right, transparent calc(50% - 1px), #000000 , transparent calc(50% + 1px) );
    margin-bottom: 20px;
}


/* end diagonal line */

/* diag line two */
.diag-line {
    /*border:1px solid gray;*/
    width:100%;
    height:28px;
    left:-2px;
    position:relative;
}
    
.diag-line:after{
content:"";
position:absolute;
border-top:50px solid var(--brand-mid);
width:101%;
transform: rotate(-2deg);
transform-origin: 0% 0%;
}
/* end diag line two */

.boxes {
    padding: 60px 0px;
    /*position: relative;
    z-index: 2;*/
}

.boxes .container {
    display: flex;
    justify-content: space-between;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.box {
    flex: 1;
    color: rgb(29, 29, 29);
    border-radius: 10px;
    margin: 20px 10px;
    /*box-shadow: 0 3px 5px rgb(0, 0, 0, 0.6);*/
    border: 3px solid #000000;
    padding: 15px 30px;

}

.box i {
    margin-right: 10px;
}

.section3 {
    /*background-color: var(--brand-dark);*/
    color: #ffffff;
}

.footer {
    color: var(--brand-white);
    background-color: var(--brand-dark);
    min-height: 80px;
    /*margin-top: 120px;*/
    /*position: relative;*/
}

/*.footer .container {
    position: absolute;
    bottom: 0;
    width: 100%;
}*/

.footer a {
    color: var(--brand-contrast);
}

.,/*footer h2 {
    font-size: 1.6rem;
}*/

/* blockquote */
blockquote {
    border-left: 5px solid var(--brand-mid);
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
}


/* form elements */

.input-label {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 0;
    display: inline-block;
}

/*.input-helper {
    font-size: 16px;
    display: block;
}*/

.text-input {
    display: block;
    padding: 5px;
    font-size: 16px;
    border: 3px solid #ffffff;
    border-radius: 5px;
    min-width: 280px;
}

.text-input:focus {
    border: 3px solid var(--brand-dark);
    outline: 3px solid #ffffff;
}

/* form elements */

/* About page profile layout */
.profile-container {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 25px 0 20px 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    /*outline: 1px solid #848484;*/
}

.profile-container img {
    width: 75%;
    /*float: right;*/
}

.profile-container h3 {
    font-size: 1.6rem;
    line-height: 1rem;
    margin-bottom: 20px;
}

.profile-content-left {
    width: 70%;
}

.profile-content-right {
    width: 30%;
    text-align: center;
}

.event .padding-bottom-10 {
    padding-bottom: 10px;
}

.event img, .blog-img {
    max-width: 640px;
}

.image-description {
    border-right: 2px solid var(--brand-dark);
    border-bottom: 10px solid var(--brand-dark);
    padding: 20px;
    margin: 20px 0;
    max-width: 640px;
    background-color:#ffffff;
}

/*.image-description:before {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid var(--brand-dark);
    margin-left: -20px;
    margin-bottom: 16px;
}

.image-description:after {
    content: "";
    display: block;
    width: 80px;
    border-bottom: 2px solid var(--brand-dark);
    margin-left: -20px;
    margin-top: 16px;
}*/

.event h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

@media(max-width: 768px) {
    
    /*body::before, body::after {
        width: 90px;
        height: 90px;
    
    }*/

    h1 {
        font-size: 2.4rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    .header .container {
        flex-direction: row;
        text-align: left;
    }

    .navbar {
        height: auto;
    }

    .navbar .container {
        padding: 5px 30px;
    }

    .navbar .logo {
        font-size: 1.2rem;
        width: 32%;
    }

    .navbar a {
        display: block;
        color: var(--brand-white);
    }

    .navbar .logo svg {
        width: 100%;
    }

    .event img, .blog-img {
        max-width: 100%;
    }
    

    /*.nav-toggle:active + ul {
        display: block;
    }*/ 

    .nav-toggle {
        display: inline;
        background-color:var(--brand-dark);
        color:#ffffff;
        border: 3px solid var(--brand-dark);
        border-radius: 0.25rem;
        padding: 5px;
        position: relative;
        z-index: 1;
    }

    .nav-toggle .nav-toggle-text {
        display: block;
    }

    .nav-toggle .nav-toggle-icon {
        background: var(--brand-dark) url('../img/burger-icon.svg') no-repeat; 
        width: 30px;
        height: 16px;
        display: inline-block;
        margin-top: 5px;
    }

    .nav-toggle:focus {
        border: 3px solid var(--brand-dark);
        outline: 3px solid #ffffff;
    }

    .nav-toggle:focus-within .nav-toggle-icon {
        background: #ffffff url('../img/burger-icon-focus.svg') no-repeat;
    }

    .display-none {
        display: none !important;                                           
    }

    .navbar ul {
        display: block;
        position: absolute;
        background-color:var(--brand-dark);
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 94px;
        border-top: 2px solid #ffffff;
        border-bottom: 3px solid #ffffff;
        z-index: 100;
    }

    .navbar ul li {
        display: block;
        width: 100%;
        padding: 5px;
        margin: 0 auto;
        border-top: 1px solid #ffffff;
    }

    .navbar ul li a {
        padding: 5px 30px;
    }

    .flex-container {
        flex-direction: column;
        padding-top: 20px;
        text-align: left;
    }

    .banner h1 {
        font-size: 3rem;
    }

    /*.banner img {
        max-width: 100%;
        margin: 0 auto;
    }*/

    .banner img {
        margin-top: 60px;
    }

    .left-50, .right-50, .left-60, .right-40 {
        width: 100%;
    }

    .container, .section-divider-container {
        padding: 10px 8% 10px 8%;
    }

    .boxes .container {
        display: block;
        text-align: center;
    }

    .section-divider {
        width: 80%;
    }

    /* About page profile layout */
.profile-container {
    display: block;
    padding: 20px;
}

.profile-container img {
    width: 100%;
}

.profile-content-left {
    width: 100%;
}

.profile-content-right {
    width: 100%;
    margin-top: 40px;
}
}



/*.logo:hover {
    color: rgb(140, 252, 209);
    cursor: pointer;
}*/

.box:nth-child(1) {
    background-color: #ffffff;
}

.box:nth-child(2) {
    background-color: #ffffff;
}

.box:nth-child(3) {
    background-color: #ffffff;
}

.box:hover {
    background-color: #ffffff;
}