@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Header section. Modified code for header from code on https://github.com/Mohammed-Faysal/image-slider-html-css-javascript/blob/main/style.css */

header{
    background-color: #0daea6;
    width: 100%; 
    max-width: 100%;
    padding-left: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1000;
}

header nav a{
    color: #fff;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 16px;
    transition: 0.2s;
    text-decoration: none;
}

a.active{
    background: #000022;
    border-radius: 2px;
    color:#fff;
}

a:hover{
    background: #000022;
    border-radius: 2px;
}
/* End of header Section*/


/* color theme inspiration from https://themeforest.net/item/dark-blue-portfolio-template/39409 */
/* website layout inspiration from https://users.wpi.edu/~hlambert/aboutMe.html*/
body{
	background-color: #000022;
	color: #fff;
}

/* footer code found on https://www.w3schools.com/tags/tag_footer.asp and by inspecting https://users.wpi.edu/~vdonthabhaktuni/index.html*/
footer{
	background-color: #0daea6;
	align-items: center;
	text-align: center;
	color: #000;
	max-width: 100%;
	padding: 20px;
	justify-content: center;
    align-items: center;
    display: flex;
    height: 70px;
    position: fixed;
    width: 100%;
}

/* fixed footer code found on https://www.w3schools.com/howto/howto_css_fixed_footer.asp*/
.fixscrll{
	
	background-image: url("Images/bgimg.jpg");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: 100%;
}

.marginsWelcomePG{
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 50px;
}

ul{
	padding-left: 40px;
}

.blackborder {
	border-style: solid;
	border-radius: 5px;
	border-width: 3px;
	border-color: white;
}

.floatleft{
	float: left;
	margin-right: 25px;
}

.floatright{
	float: right;
	margin-left: 15px;
}

/* Code for overflow found on https://www.w3schools.com/css/css_overflow.asp*/
.overflow{
	overflow: auto;
}

/* Code for text alignment found on https://www.w3schools.com/css/css_text_align.asp*/
.textleft{
	text-align: left;
}

.textright{
	text-align: right;
}

.crslImages{
	width: 100%;
}

/* Code for putting text over image found on https://www.w3schools.com/howto/howto_css_image_text.asp*/
.container {
  position: relative;
  text-align: center;
  color: white;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.fullscreen{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1{
	align-items: left;
}

/* title text format found on https://github.com/Mohammed-Faysal/image-slider-html-css-javascript/blob/main/style.css */
.title{
    font-size: 100px;
    text-transform: uppercase;
    color: #89ccfe;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

/* .name modified code from https://github.com/Mohammed-Faysal/image-slider-html-css-javascript/blob/main/style.css */
.name{
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    line-height: 33px;
}

.link{
	color: #7bd2fd000;
	background-color: rgba(7, 7, 7, 0.7);
}

.textcolor{
	    color: rgb(255, 255, 255);
}

.footerIcons{
	padding: 15px;
}
.margin{
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 50px;
}

.transBG{
	background-color: rgba(0, 0, 0, 0.5)
}

.bodyfontsize{
	font-size: 20px;
}

/* .pgtitle modified code from https://github.com/Mohammed-Faysal/image-slider-html-css-javascript/blob/main/style.css */
.pgtitle{
	font-size: 80px;
    color: #aeedff;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

.pics{
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
}
.pics2{
	margin-right: 115px;
	margin-left: 115px;
	margin-top: 15px;
}

.pics3{
	margin-right: 250px;
	margin-left: 250px;
	margin-top: 15px;
}

.pics4{
	margin-right: 200px;
	margin-left: 200px;
	margin-top: 15px;
}