@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;400;600;700&display=swap');

html, body, div, span, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
    border: 0px;}
html {scroll-behavior: smooth;}
p {
	font-family: 'Raleway', sans-serif;
	color: #000000;
	font-size: 18px;
	line-height: 36px;
    margin-top:24px;}
p a {color: white;}
h1 {font-family: 'Raleway', sans-serif;
	font-size: 50px;
	}
.highlight {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-decoration: none;
	color:#390075;
	font-size: 20px;
	display: inline;}
.highlight:hover {
	color: #b87bff;
}

body {
	font-family: 'Raleway', sans-serif;
    padding: 0px;
    margin: 0px;}
#wrapper {
    width: 100%;
}

/*Top Area Navigation bar and contents*/
#top {
	background-color: #113C2B;}
#navbar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;}

.page-title {
	text-align: center;
	padding-top: 30px;}




/*Style for main body of text under image*/
#text_area {
  width: 63%;
  margin: 20px auto 20px auto;
}


/*Arrange text depending on screen size*/

/* Container for flexboxes */
.text-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

/* Create four equal columns */
.text-column {
  padding: 20px;
  box-sizing: border-box;
  flex: 25%;
}


/*Styling of Footer area*/
.footer-area {
	position: relative;
	background-color: #113C2B;
	padding-left: 20%;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*CSS Amendments to accommodate mobile devices (anything over 800px wide)*/
@media only screen and (max-width: 800px) {
#navbar {
    width: 85%;
	}
#text_area {
  width: 85%;
  margin: 20px auto 20px auto;
	}
p {
	color: black;
	font-size: 17px;
	line-height: 30px;
}
h1 {font-size: 30px;}
	
.slideholder {
  width: 100%;
  position: relative;
  margin-top: -16px;
  text-align: center;
  color: white;
  margin-left:auto;
  margin-right: auto;
}
.footer-area {
	background-color: #113C2B;
	padding-left: 0px;
	padding-top: 18px;
	text-align: center;
	padding-bottom: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.arrow {
	display: none;
	}
	.text-row {
    flex-direction: column;
}
	.slideholder {
    width: 100%;
    position: relative;
    margin-top: -16px;
    text-align: center;
    color: white;
  margin: 20px auto 20px auto;}
.text-column {
	padding: 20px 0px 20px 0px;
}
}