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

/* Fixed background image */
body{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://raw.githubusercontent.com/shanteru/fit3179-visualisation2/main/image/bg-body1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Layout */
.page {
    width: 1024px;
    background-color: rgba(238, 226, 226, 0.65);
    margin: auto;
    padding: 50px;
    padding-top: 10px;
    font-family: 'Source Sans Pro', sans-serif;
  }

/* THE UP BUTTOn */
#upButton {
	display: none;
	position: fixed;
	bottom: 70px;
	right: 60px;
	z-index: 60;
	font-size: 20px;
	border: none;
	outline: none;
	background-color: rgb(238, 238, 238);
	color: black;
	cursor: pointer;
	padding: 12.5px;
	border-radius: 25px;
}
#upButton:hover {
	background-color: rgb(163, 163, 163);
}

/* Section divider */


  .section-break {
   
    border: 0;
    border-top: 1px solid #07070791;
    height: 1px;
    margin: 2rem auto;
    text-align: center;
    width: 100%;
  }
  .section-break:before {
    color: #000000;
    content: "◈";
    display: inline-block;
    font-size: 20px;
    left: 50%;
    letter-spacing: 0;
    line-height: 1;
    text-indent: -1px;
    text-rendering: geometricPrecision;
    transform: translateY(-53%);
    width: 15px;
  }


.sect-title{
    font-family: 'Libre Baskerville', serif;
    font-weight: 200; 
    font-size: 18px;
    text-shadow: 2px 2px rgba(204, 204, 204, 0.952);
    
}
  

/* Top of the page */

.header{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://raw.githubusercontent.com/shanteru/fit3179-visualisation2/main/image/bg1.jpg');
    background-size: cover;
    padding: 100px;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    font-style: italic;
    
  }

  .header h1{
    color: #ffffff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.699);
  }

.nav-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 2%;
    background-color: black;
    height: fit-content;
  }

.nav-bar p{
    font-family: 'Libre Baskerville', serif;;
    font-weight: 500;
    font-size: 17px;
    color: #edf0f1;
}
.nav-bar li , .nav-bar a, .nav-bar button{
    font-family: 'Libre Baskerville', serif;;
    font-weight: 500;
    font-size: 17px;
    color: #edf0f1;
    text-decoration: none;
  }
.nav__links{
list-style: none;
}

.nav__links li{
display: inline-block;
padding: 0px 20px;
}

.nav__links li a{
transition: all 0.3s ease 0s;
}

.nav__links li a:hover{
color: #0088a9
}

.nav-bar button{
    padding: 9px 25px;
    background-color: rgba(0,136,169,1);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  
.nav-bar button:hover{
    background-color: rgba(0,136,169,0.8);
  }
  

  .vis-container {
    width: 100%;
  }

.sect-desc{
  text-align: justify;
  font-size: 25px;
  
}


.row {
  display: flex;
}

.column {
  flex: 50%;
}

.column-text{
  line-height: 27pt;
  padding-top: 90px;
  padding-left: 2%;
  padding-right: 4%;
}

.column-text span{
  font-weight: 400;
  font-size: 25px;
  
}
.green{
  color: #006a4e;
}

.blue{
  color: #1261a0;
}
.highlight-blue{
  color: #1663be;
}

.dark-green{
  color: #163832;
}

.blue2{
  color: #4169e1;
}
.pad{
  height: 40px;
}

.pad-sect{
  height: 10px;
}

.pad-medium{
  height: 20px;
}
.adjust{
  padding-left: 2%;
}

.node{
  font-size: 9px;
}

.sect-desc span{
 
  font-weight: 600;
  font-size: 30px;
}


.column-note{
  padding-left: 2%;
  padding-right: 4%;
}

#line2{
  padding-top: 3%;
}


.DEM{
  color: #4169e1;
}

.REP{
  color: #cf383c;
}

.end{
  line-height: 27pt;
}