#container {
    max-width: 900px;
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    margin: 25px;
    font-size: 2em;
    line-height: 102%;
    font-family: 'Roboto Serif', serif;
    margin-top: 10px;
    font-weight: 500;
}

h2 {
    margin: 0px;
    font-size: 1em;
    line-height: 102%;
    font-family: 'Roboto Serif', serif;
}

.focussedSection{
    background-color: white;
    opacity: 100% !important; 
}

#titleSection{
    text-align: center;
    padding-bottom: 0;
}


p, ul {
    font-family: 'Roboto Serif', serif;
}


h1 {
    text-align: center;
}

#ukMapDiv {
    width: 400px;
    height: 800px;
    position: -webkit-sticky;
    top: 0;
    position: sticky;
    float: right;
}

.sectionContainer {
    width: 350px;
    left: 0;
}

.section{
    opacity: 100%;
    background-color: white;
}

.sectionContainer > .section {
    padding-top: 200px;
    padding-bottom: 200px;
    /* background-color: lightblue; */
}

.guide{
    position: fixed;
    top: 49.95%;
    left: 0%;
    width: 100%;
    height: 0.1%;
    opacity: 0;
    background-color: blueviolet;
}

.aguide{
    width: 100px;
    height: 100px;
    margin: -50px;
    background-color: antiquewhite;
    position: fixed;
}

/* GVA Section */

#gvaSection {
    padding-top: 50px;
    width: 100%;
}

#gvaMapContainer {
    max-width: 100%;
}



.gvaMapDiv {
    cursor: grab;
    position:relative;
    float: left;
    height: 350px;
    width: 33%;
    /* background-image: linear-gradient(to bottom right,rgb(0, 255, 200), rgb(150, 158, 242)); */
}

#gvaMapContainer div:first-of-type {
    height: 700px;
}

.gvaSvg{
    /* position:absolute;
    width: 100%;
    height: 100%; */
    left: 0px;
    top: 0px;
}

.countryTitle{
    position: relative;
    text-align: center;
    top: 0px;
}

/* boxplot section */

#boxplotSvg{
    overflow: visible;
}

#plotSection{
    padding-top: 50px;
}

#stickyBit{
    position: -webkit-sticky;
    top: 0;
    position: sticky;
    /* z-index: -1; */
}

.tempImg{
    width: 900px;
    height:100px;
    padding-bottom: 500px;
}

#box_x_ax{
    stroke-width: 0;
}

#box_y_ax{
    stroke-width: 0.5px;
}

.secondStage{
    opacity: 0;
}

#box_x_ax > *{
    opacity : 0;
}

.plotLabelBox{
    border: 0.5px solid black;
}

#plotbox1{
    margin-top: 200px;
    margin-bottom: 500px;
    left: 20vw;
    position: relative;
    width: 250px;
}

#plotbox2{
    margin-top: 200px;
    margin-bottom: 500px;
    left: 50vw;
    transform: translate(-50%, 0);
    position: relative;
    width: 250px;
}


#plotbox3{
    margin-top: 200px;
    margin-bottom: 300px;
    left: 50vw;
    transform: translate(-50%, 0);
    position: relative;
    width: 250px;
}

#plotbox4{
    margin-bottom: 100px;
    left: 50vw;
    transform: translate(-50%, 0);
    position: relative;
    opacity: 0 !important;
    height: 100px;
}

#plotbox5{
    margin-bottom: 50px;
    left: 50vw;
    transform: translate(-50%, 0);
    position: relative;
    opacity: 0 !important;
    height: 100px;
}



.legendSection{
    position: -webkit-sticky;
    top: 0;
    position: sticky;
    z-index: 100;
    background-color:rgba(255,255,255,1);
}

/*Final Section */

#scatterMatrixSection{
    margin: 0 auto;
    width: 80vw;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#scatterMatrix div:first-of-type {
    width: 1334px;
    margin: 0 auto;
}

#scatterMatrix{
    margin: 0 auto;
    width: 100%;
    height: 700px;
}

#writeUp{
        padding-top: 50px;
        max-width: 900px;
        margin: 0 auto;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding-bottom: 30vh;
}

#dataTitle{
    border-top: 5px solid black;
    padding-top: 10px;
}

a {
    color: black;
    font-weight: bold;
  }

  a:link {
    text-decoration: none;
  }
  
  a:visited {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }
