/*
Theme Name: Bootstrap-core-theme
Description: A core theme for developers to be used with child themes. This theme is based on Bootstrap 5.
Version: 1.2
Author: Ingvar Jensen
Author URI: https://www.unofix.no
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrap-core-theme
*/

/**
fargepaletten:
Gul: #ffe97d
cyan #c0ebf1
grønn: #7bdcb5 / 2D8E9FFF
blå: #077bc1
**/


/* Fargepalleten som rotfarger */
:root{
    --primary-color: #2D8E9F	;   /* Primærfarge */
    --secondary-color: #C84957	; /* Sekundærfarge */
    --accent-color: #E8AE63;    /* Aksentfarge */
    --info-color: #cebe8d;      /* Informasjonsfarge  */
}
.header-svg .bg {
    fill: var(--info-color);
}

.header-svg .fg {
    fill: var(--primary-color);
}

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');


body{
    padding-top:100px;
    /*font-family: "Noto Sans", "Trebuchet MS", Geneva, sans-serif;*/
    font-family: Tahoma, sans-serif;
    color:#4B5563;
}
#main-container{
    height: 100%;
}
.svg-waves{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)' fill='none'%3e%3cpath d='M1440 0L1052.51 0L1440 90.76z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1052.51 0L1440 90.76L1440 142.29000000000002L779.0999999999999 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M779.0999999999999 0L1440 142.29000000000002L1440 233.01000000000002L321.1499999999999 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M321.14999999999986 0L1440 233.01000000000002L1440 370.97L273.51999999999987 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L233.02 560L0 487.25z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 487.25L233.02 560L649.04 560L0 277.86z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 277.86L649.04 560L905.8699999999999 560L0 275.78000000000003z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 275.78000000000003L905.8699999999999 560L1261.03 560L0 84.21000000000004z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1017'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
h1,h2,h3{
    font-weight: 400;
    white-space: normal;
}

.font-larger{
    font-size: 1.1rem;
}
.logotext{
    font-size:3.3em!important;
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
}

/**
THE SECTIONS & CONTAINERS
**/

section{
    /*border-bottom: 1px solid grey;*/
    padding-top:10px;
    /*padding-bottom:10px;*/
}
.container{
    /*margin-top:10px;*/
    /*margin-bottom:10px;*/
}
.section-1{
    padding-bottom:35px;
    padding-top:35px;

    /*color:white;*/
    /*background-color: #3bb5ff;*/
    /*height: 80vh;*/
}
.section-2{
    /*padding:30px 0 35px 0;*/
}
.section-2b{
    padding:30px 0 35px 0;
}
.section-2a{
    padding-top:30px;
    padding-bottom: 20px;
    padding-left:35px;
}
.section-3b{
    padding:20px 0 0 0;
}
.section-3b .card{
    margin: 5px 5px 0 0;
    padding:0;
    min-height: 250px;
    text-align: center;
}

.section-3b .card:hover{

}

.section-3b .card-icon{
    text-align: center;
    /*padding:20px 0 10px 0 ;*/
}
.section-3b .card-title{
    margin-top:10px;
    margin-bottom: 20px;
    /*border-bottom: 1px solid grey;*/
}
.section-4{
    padding-top:35px;
}
.card-section{
    /*border-top:1px solid grey;*/
    /*border-bottom:1px solid grey;*/
}
.section-5 {
    padding-top:35px;
}
.section-5 .title{
    margin-bottom:20px;
}
.post-content{
    padding-bottom: 50px;
}
.card .category-box{
    padding:3px 3px 5px 3px;
    background-color: #c0ebf1;
    margin: 5px 5px 5px 0;
    border-radius: 3px;
}
.card .category-box a{
    text-decoration: none;
    color: #000000;
    font-family: 'museo-sans', sans-serif;
    /*font-style:italic;*/
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Category box for post-content */
.content-category-box{
    padding:3px 3px 5px 3px;
    background-color: #c0ebf1;
    margin-right: 8px;
    border-radius: 3px;

}
.content-category-box a{
    text-decoration: none;
    color: #000000;
    font-family: 'museo-sans', sans-serif;
    /*font-style:italic;*/
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.content-category-box a:hover{
    text-decoration: underline;
}

.section-5{
    padding-bottom: 35px;
}
.section-5 .card-img-top{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 15px;
    /*border-top-right-radius: 15px;*/
}
.card-img-top a{
    padding:0;
}
.section-5 .card{
    margin-right:15px;
    margin-top:15px;
    /*border-radius: 15px;*/
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgb(61, 61, 61) 0px 1px 3px 0px;
    transition: all 0.5s ease 0s;
}
.section-5 .card:hover{
    box-shadow: rgb(62, 62, 62) 0px 3px 6px 0px;
    transform: translateY(-1.5px);
}
.section-5 h3{
    font-size:22px;
}
.section-5 h3 a{
    text-decoration: none;
}
.section-5 h3 a:hover{
    text-decoration: underline;
}
.section-contact{
    padding:35px 0 30px 0;
}
.post-archive .card{
    margin-right:15px;
    margin-top:15px;
    border-radius: 15px;
    box-shadow: rgb(222, 222, 222) 0px 1px 6px 0px;
    transition: all 0.5s ease 0s;
}
.post-archive .card:hover{
    box-shadow: rgb(222, 222, 222) 3px 10px 9px 0px;
    transform: translateY(-1px);
}


/**
THE SEARCH
**/
.mobile-menu{
    display: none;
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Plasserer elementene på hver sin side */
    width: 100%;
}

.search-wrapper {
    display: flex;
    align-items: center;
}

.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    margin-right: 10px;
}

.search-container {
    visibility: hidden; /* Start med skjult */
    opacity: 0; /* Start med skjult */
    position: absolute;
    top: 91px; /* Juster denne verdien for å flytte søkefeltet lenger ned */
    left: 50%; /* Start fra midten */
    transform: translateX(-50%) translateY(-10px); /* Sentraliser horisontalt og start med litt forskyvning */
    width: 1000px; /* Juster bredden etter behov */
    background: white;
    /*padding: 10px;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
    transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Overgangseffekter */
}

.search-container.active {
    visibility: visible; /* Vis søkefeltet når aktiv */
    opacity: 1; /* Full synlighet */
    transform: translateX(-50%) translateY(0); /* Tilbakestill forskyvning */
}

.search-container input[type="text"] {
    width: 100%; /* Full bredde */
    padding-right: 40px; /* Space for the icon */
    box-sizing: border-box;
    height: 40px;
    border-radius: 15px;
    border:1px solid #3d3d3d;
    padding-left:15px;

}

.search-container .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.search-container .search-icon i {
    font-size: 1.2em;
    color: #333;
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
}



/**
THE SIDEBAR
**/
.aside-content{
    padding-left:25px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 120px;
}

.wp-block-latest-posts > li{
    padding:15px 0 15px 0;
    border-bottom: 1px solid lightgrey;
}
.wp-block-latest-posts > li > a{
    text-decoration: none;
}
.wp-block-latest-posts > li > a:hover{
    text-decoration: underline;
}
.wp-block-categories-list, .wp-block-categories > ul{
    list-style: none;
    padding-left:0;
}
.wp-block-categories > li{
    padding:15px 0 15px 0;
    border-bottom: 1px solid lightgrey;
}
.wp-block-categories > li > a{
    text-decoration: none;
    text-transform: capitalize;
}
.wp-block-categories > li > a:hover{
    text-decoration: underline;
}

/**
THE TOP MENU
**/
.header-svg{
     content: "";
     width: 100%;
     height: 15px;
     line-height: 1px;
     display: block;
    /*margin-top:-15px;*/
}
.navbar{
    /*border-bottom: 3px solid #2d8e9f;*/
    height: 100px;
    background-color: white;
}


.menu-item-object-post:hover{
    border-bottom: none;

}
.nav-item:hover{
    text-decoration: underline;
    display: block;
}
.dropdown-menu  .nav-item:hover {
    text-decoration: none;
    background-color: #d2d1d1;
}

.menu-item-object-post:hover{
    border-bottom: none;
    color:white;
    background-color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link{
    color: black!important;
    /*text-transform: uppercase;*/
    font-family: "Trebuchet MS", sans-serif;
}
.navbar a{
    font-size: 1.3rem;
}
.dropdown-menu{
    padding:5px;
}
/* Make the dropdown menu open on hover */
.dropdown:hover .dropdown-menu {
    display: block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.add-shadow{
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.64);
}


/**
THE LINKS & BUTTONS
**/

.btn{
    border-radius: 1.5rem;
    border: solid 2px rgb(200,73,87);
    color:#005797;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.6875rem 1.5rem;
}
.btn:hover{
    background-color: lightblue;
}
a{
    border: 0;
    color: var(--primary-color);
    cursor: pointer;
    /*padding-left: 0.125rem;*/
    /*padding-right: 0.125rem;*/
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-underline-offset: 0.25em;
}
a:hover{
    color:var(--accent-color);
}
.wp-block-button__link, .btn, .btn-primary{/*the block buttons in gutenberg */
    /*background-color: rgba(255, 255, 255, 0.8);*/
    /*background-color: rgba(45,142,159, 0.8);*/
    /*background-color: rgba(200,73,87, 1);*/
    background-color: var(--primary-color);
    border-radius: 1.5rem;
    border: solid 2px rgb(219,210,224);
    /*color: #005797;*/
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.6875rem 1.5rem;
    transition: background-color 0.3s ease; /* Add a transition for the background-color property */
    margin-top:15px;
}
.wp-block-button__link:hover{
    /*background-color: rgb(232,174,99);*/
    background-color: #ede2d2;
    /*color:#fff;*/
    color: #7e7d7d;
}
.btn-primary:hover{
    border: solid 2px rgb(219,210,224);
    /*background-color: rgb(232,174,99);*/
    background-color: #ede2d2;
    /*color:#fff;*/
    color: #7e7d7d;
}

/**
THE FONTS
**/
.blue-text{
    color: #3bb5ff;
    font-weight: 600;
}
.excerpt{
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

.date {
    border-top: 1px solid #b8bdc6;
    padding-top: 15px;
    font-size: 0.775em;
    color: #686868;
}


/**
THE BACKGROUNDS
**/
.bg-light{
    background-color: white!important;
}
.bg-light-blue{
    background-color: #d9e4ff;
}
.bg-light-cyan{
    /*background-color: #ecf9ff;*/
    /*background-color: #caecff;*/
    background-color: #daf1ff;
}
.bg-gray{
    background-color: #f9f9f9;
}
.bg-green{
    background-color: #91c2cbe3;
}
.svg-background{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)' fill='none'%3e%3cpath d='M1440 0L1052.51 0L1440 90.76z' fill='rgba(255%2c 255%2c 255%2c .1)'%3e%3c/path%3e%3cpath d='M1052.51 0L1440 90.76L1440 142.29000000000002L779.0999999999999 0z' fill='rgba(255%2c 255%2c 255%2c .075)'%3e%3c/path%3e%3cpath d='M779.0999999999999 0L1440 142.29000000000002L1440 233.01000000000002L321.1499999999999 0z' fill='rgba(255%2c 255%2c 255%2c .05)'%3e%3c/path%3e%3cpath d='M321.14999999999986 0L1440 233.01000000000002L1440 370.97L273.51999999999987 0z' fill='rgba(255%2c 255%2c 255%2c .025)'%3e%3c/path%3e%3cpath d='M0 560L233.02 560L0 487.25z' fill='rgba(0%2c 0%2c 0%2c .1)'%3e%3c/path%3e%3cpath d='M0 487.25L233.02 560L649.04 560L0 277.86z' fill='rgba(0%2c 0%2c 0%2c .075)'%3e%3c/path%3e%3cpath d='M0 277.86L649.04 560L905.8699999999999 560L0 275.78000000000003z' fill='rgba(0%2c 0%2c 0%2c .05)'%3e%3c/path%3e%3cpath d='M0 275.78000000000003L905.8699999999999 560L1261.03 560L0 84.21000000000004z' fill='rgba(0%2c 0%2c 0%2c .025)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1017'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-attachment: fixed;
}
.svg-background-w1{
    background-image: url("assets/img/background.svg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}
.svg-bg-blue{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1017%26quot%3b)' fill='none'%3e%3cpath d='M43 250L293 0L486.5 0L236.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1018%26quot%3b)'%3e%3c/path%3e%3cpath d='M246.60000000000002 250L496.6 0L603.1 0L353.1 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1018%26quot%3b)'%3e%3c/path%3e%3cpath d='M516.2 250L766.2 0L985.2 0L735.2 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1018%26quot%3b)'%3e%3c/path%3e%3cpath d='M720.8000000000001 250L970.8000000000001 0L1219.8000000000002 0L969.8000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1018%26quot%3b)'%3e%3c/path%3e%3cpath d='M1421 250L1171 0L1027 0L1277 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M1189.4 250L939.4000000000001 0L714.4000000000001 0L964.4000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M931.8 250L681.8 0L395.29999999999995 0L645.3 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M719.1999999999999 250L469.19999999999993 0L233.69999999999993 0L483.69999999999993 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3cpath d='M1229.068563298932 250L1440 39.06856329893216L1440 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1018%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L210.93143670106784 250L 0 39.06856329893216z' fill='url(%26quot%3b%23SvgjsLinearGradient1019%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1017'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1018'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.8)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.8)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1019'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.8)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.8)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-attachment: fixed;
}
.svg-bg-cyan{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1046%26quot%3b)' fill='none'%3e%3cpath d='M18 250L268 0L361 0L111 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/path%3e%3cpath d='M243.60000000000002 250L493.6 0L564.1 0L314.1 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/path%3e%3cpath d='M478.20000000000005 250L728.2 0L939.7 0L689.7 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/path%3e%3cpath d='M737.8000000000001 250L987.8000000000001 0L1080.8000000000002 0L830.8000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/path%3e%3cpath d='M1393 250L1143 0L820.5 0L1070.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/path%3e%3cpath d='M1182.4 250L932.4000000000001 0L716.4000000000001 0L966.4000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/path%3e%3cpath d='M926.8 250L676.8 0L328.79999999999995 0L578.8 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/path%3e%3cpath d='M713.1999999999999 250L463.19999999999993 0L211.19999999999993 0L461.19999999999993 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/path%3e%3cpath d='M1213.7374428846208 250L1440 23.73744288462089L1440 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1047%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L226.2625571153791 250L 0 23.73744288462089z' fill='url(%26quot%3b%23SvgjsLinearGradient1048%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1046'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1047'%3e%3cstop stop-color='rgba(42%2c 189%2c 177%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(42%2c 189%2c 177%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1048'%3e%3cstop stop-color='rgba(42%2c 189%2c 177%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(42%2c 189%2c 177%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-attachment: fixed;
}
.svg-bg-blue-waves{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='350' preserveAspectRatio='none' viewBox='0 0 1440 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1048%26quot%3b)' fill='none'%3e%3cpath d='M24 350L374 0L468.5 0L118.5 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M270.6 350L620.6 0L850.1 0L500.1 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M477.20000000000005 350L827.2 0L956.2 0L606.2 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M717.8000000000001 350L1067.8000000000002 0L1246.3000000000002 0L896.3000000000001 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M1423 350L1073 0L851 0L1201 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M1173.4 350L823.4000000000001 0L614.9000000000001 0L964.9000000000001 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M952.8 350L602.8 0L467.79999999999995 0L817.8 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M722.1999999999999 350L372.19999999999993 0L28.699999999999932 0L378.69999999999993 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3cpath d='M1152.8908063470826 350L1440 62.89080634708256L1440 350z' fill='url(%26quot%3b%23SvgjsLinearGradient1049%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 350L287.10919365291744 350L 0 62.89080634708256z' fill='url(%26quot%3b%23SvgjsLinearGradient1050%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1048'%3e%3crect width='1440' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1049'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1050'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
    background-size: cover;
    background-attachment: fixed;
}
.svg-bg-blue-wave{
    background-image: url("assets/img/blue_wave.svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.svg-hero{
    background-image: url("assets/img/bg_blue.svg");
    background-size: cover;
    background-attachment: fixed;
}
.svg-surf{
    background-image: url("assets/img/svgsurf.svg");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
}
.bg-clouds {
    /*color:white;*/
    padding-top: 40px;
    background: #daf1ff url("assets/img/clouds-white.webp") repeat-x bottom;
    min-height: 250px;
    max-width: 100%;
}

.svg-blue-waves{
    background-image: url("assets/img/blue_waves.svg");
    background-size: cover;
    background-repeat: no-repeat;
}
.svg-green-waves{
    background-image: url("assets/img/green_waves.svg");
    background-size: cover;
    background-repeat: no-repeat;
}


.bg-cyan-triangle{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1200' height='500' preserveAspectRatio='none' viewBox='0 0 1200 500'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1093%26quot%3b)' fill='none'%3e%3cpath d='M30 500L530 0L653 0L153 500z' fill='url(%26quot%3b%23SvgjsLinearGradient1094%26quot%3b)'%3e%3c/path%3e%3cpath d='M417 500L917 0L1155.5 0L655.5 500z' fill='url(%26quot%3b%23SvgjsLinearGradient1094%26quot%3b)'%3e%3c/path%3e%3cpath d='M1194 500L694 0L250 0L750 500z' fill='url(%26quot%3b%23SvgjsLinearGradient1095%26quot%3b)'%3e%3c/path%3e%3cpath d='M785 500L285 0L18 0L518 500z' fill='url(%26quot%3b%23SvgjsLinearGradient1095%26quot%3b)'%3e%3c/path%3e%3cpath d='M774.1121791347416 500L1200 74.11217913474161L1200 500z' fill='url(%26quot%3b%23SvgjsLinearGradient1094%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 500L425.8878208652584 500L 0 74.11217913474161z' fill='url(%26quot%3b%23SvgjsLinearGradient1095%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1093'%3e%3crect width='1200' height='500' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1094'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1095'%3e%3cstop stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(0%2c 176%2c 255%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.border-right{
    border-right: 1px solid grey;
}
.no-border{
    border:none!important;
}

.seperator{


}
/**
THE CONTACT FORM
**/


/**
THE WIDGETS
**/
.sidebar-widget{
    padding:10px;
    border:none;
}


/*
THE IMAGES
*/
.featured-image{
    display: block;
    height: auto;
    max-width: 100%;

    /*margin-bottom: 20px;*/
}
.featured-image svg{
    display: block;
    height: auto;
    max-width: 100%;
}
.featured-image-full{
    display: block;
    height: auto;
    width: 100%;
    max-height: 500px;
}
.featured-image-full img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-image-caption{
    font-size: smaller;
}

.fp-block-image img{
    display: block;
    height: auto;
    width: 100%;
}
.avatar{
    margin-right: 10px;
    padding:5px;
    border-radius: 50%;
    border: 5px solid #C0ebf1;
    /*box-shadow: 10px 10px 19px -1px rgba(0,0,0,0.35);*/
    /*-webkit-box-shadow: 10px 10px 19px -1px rgba(0,0,0,0.35);*/
    /*-moz-box-shadow: 10px 10px 19px -1px rgba(0,0,0,0.35);*/
}
.post-content-meta{
    margin:10px 0 10px 0;
    font-size: 0.9em;
    color: #656565;
}

/** THE FOOTER **/
footer{
    background-color: #000000d6;
    color:white;
}

/**
THE PRICING TABLE
**/
.pricetable{
    display:block;
}
.pricetable .card{
    margin-right: 5px;
}
.package-name{
    font-size: 2em;
}
/*
THE MOBILE STUFF
*/
@media screen and (max-width: 1557px) {
    .header-svg{
        /*margin-top:-10px;*/
    }
    h1{
        /*font-size: 2rem;*/
    }
}

@media screen and (max-width: 992px) {
    /* Search */
    /*.search{*/
    /*    width: 100%;*/
    /*}*/
    /*.search-submit{*/
    /*    padding:5px;*/
    /*    background-color: coral;*/
    /*}*/
    .search-toggle {
        display: none;
    }
    /*.search-item {*/
    /*    width: 100%;*/
    /*    padding: 10px;*/
    /*}*/

    /*.search-item form {*/
    /*    position: relative;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    width: 100%;*/
    /*}*/

    /*.search-item input[type="search"] {*/
    /*    flex: 1;*/
    /*    padding:5px;*/
    /*    width: 100%;*/
    /*    border-radius: 5px;*/
    /*    border:1px solid #3d3d3d;*/
    /*}*/

    /*.search-item .fa-search {*/
    /*    position: absolute;*/
    /*    right: 15px;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    color: #ccc;*/
    /*}*/
    /*.search-field{*/
    /*    width: 100% !important;*/
    /*    box-sizing: border-box;*/
    /*}*/

    .mobile-menu{
        display: block;
    }



    .navbar-brand img{
        width: 300px!important;
        height: 62px!important;
    }
    .mobile-none{
        display: none;
    }
    section{
        padding:10px;
    }
    .wp-block-button__link, .btn, .btn-primary{/*the block buttons in gutenberg */
        width: 95%;
    }
    .navbar-collapse{
        background-color: white;
        box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15); /* Small shadow at the bottom */
    }

    /*The dropdown menu*/
    /* First level dropdown */
    .navbar-nav .dropdown-menu {
        left:0;
        background-color: #f8f9fa; /* Background color */
        border:none;
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); !* Add shadow *!*/
    }

    .navbar-nav .dropdown-menu .nav-link {
        color: #343a40; /* Text color */
    }
    .navbar-nav .nav-link {
        padding: 10px 20px;
    }

    .navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #e9ecef; /* Hover background color */
    color: #007bff; /* Hover text color */
    }

    /* Submenu dropdown */
    .navbar-nav .dropdown-menu .dropdown-menu .nav-link {
        color: #343a40; /* Text color */
        padding: 10px 20px; /* Padding */

    }

    .navbar-nav .dropdown-menu .dropdown-menu .nav-link:hover {
        background-color: #e9ecef; /* Hover background color */
        color: #007bff; /* Hover text color */
    }

}
@media screen and (max-width: 480px) {

    body{
        padding-top: 80px;
    }
    .section-1{
        padding-top:20px;
    }
    .section-2b{
        /*border-bottom: 1px solid gray;*/
        padding:10px;
    }
    .section-2a{
        padding-bottom: 35px;
        padding-left: 0;

    }
    .featured-image{
     display:none;
    }
    .row{
        padding-bottom:35px;
    }
    .border-right{
        border-right: none;
    }
    .navbar-brand img{
        width: 250px;
        height: auto;
    }
    .card{
        width: 100%!important;
    }
    .aside-content{
        position: inherit;
        padding-left:0;
    }
    .mobile-none{
        display: none;
    }
    .wp-block-button{/*the block buttons in gutenberg */
        width: 100%;
    }
    #menu-main-menu > .menu-item {
        /*margin-left: auto!important;*/
        padding:5px;
    }


}
