﻿html {
    scroll-behavior: smooth;
}



.darkSection
{
    background-color:#282E34;
    color:#ddd;
    padding:20px;
}

.darkSectionHeader
{
    font-size:20px;
    font-weight:bold;
    background-color:#282E34 !important;
    color:#ddd !important;
    padding:20px !important;
}

.lightSection
{
    background-color:White !important;
    padding:20px;
    color: black;
}

.lightSectionHeader
{
    font-size:20px;
    font-weight:bold;
    background-color:White !important;
    padding:20px !important;
}

.fullWidth 
{
    width: 100vw;
    margin-left: calc(50% - 50vw);
  /*  margin-left: calc(-50vw / 2  / 2);
    margin-right: calc(-50vw / 2  / 2); */
}

.imgSmooth
{
    border-radius:15px;
}

.CenteredList
{
    list-style-position:inside;padding:0px !important;text-align:center;
}

.FullSectionHR
{
    margin-left:-20px;margin-right:-20px;
}