/* Reset codes at beginning */

body h1 h2 section footer div{
	border: 0;
	padding: 0;
	margin: 0;
}

/* All Webpage*/

body{
	background: linear-gradient(to bottom right,#064edd, #00aff0,#75e1fc);
	background-attachment: fixed; /* To make sure that my background image will always stay even when I scroll */
}

h1{
	text-align : center; /* To make sure that my words are at the center */
	color:#FF1493; /* font color */
	font-family:'Rokkitt', serif; /*Custom font used */
}

h2{
  font-size: 25px; /* make font bigger than usual */
  color: #FFFFFF; /* font color */
  font-weight: bold;
}

footer{
	font-size: 5px; /* make font slightly smaller than usual */
	clear: both; /* To prevent the floated elements from being displayed to the left, right or on the side of another element.*/
	text-align: center; /* To make sure that my words are at the center */
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; /* Used of default font */
	color: #000000; /* font color */
}

.label{
	font-size: 15px; /* make font slightly bigger than usual */
}

/* 1st Webpage */

#intrrro {
	text-align: center; /* To make sure that my words are at the center */
	width: 60%;
	display: inline-block;
	vertical-align: text-top;
	font-size: 19px; /* make font slightly bigger than usual */
}

#secone {
	margin: 2rem;
	font-weight:bold;
}

 .introme{
	 color:#000000; /* font color */
	 font-family:Arial, Helvetica, sans-serif; /* Used of default font */
 }

 #border2 {
	 width: 38%;
	 display: inline-block;
	 vertical-align: text-top;
 }
 .three {
	 width: 100%;
	 text-align: center; /* To make sure that my words are at the center */
	 color: #000000; /* font color */
 }

.two {
     float : right;
     text-align : center; /* To make sure that my words are at the center */
	 color: #000000; /* font color */
 }
 
 img{
	 width: 50%;
	 height: 80%;
 }

 .caption{
	 display: inline-block;
	 vertical-align: text-top;
 }

 .caption{
	 font-weight: bold;
	 color: #FFFFFF; /* font color */
	 font-family: 'Play', sans-serif; /* Used of custom font */
 }

 .jukebox{
     background-image:url("../CA1/CAPictures/music.png");
     text-align: center; /* To make sure that my words are at the center */
 }

 a{
	 color: #FFFFFF; /* font color */
	 font-size: 20px; /* make font slightly bigger than usual */
	 text-decoration: none;
 }

/* Second webpage */

#four{
	float: left; /* To make the contents on the left */
	width: 40%;
	color: #FFFFFF; /* font color */
	text-align: center; /* To make sure that my words are at the center */
	clear: both; /* To prevent the floated elements from being displayed to the left, right or on the side of another element.*/
	max-width: 100%; /* the max horizontal size of an element's context, excluding border,padding and margin */
	max-height: 100%; /* the max vertical size of an element's context, excluding border,padding and margin */
}

#right {
	float: right; /* To make the contents on the right */
	width: 59%;
}

.mempics {
	display: inline-block;
	width: 29%; 
	margin: 2%;
}

.sec-one{
	font-family: 'Play', sans-serif; /* Used of custom font */
	color:#FFFFFF; /* font color */
	font-size:16px; /* make font slightly bigger than usual */

}

h3{
	text-align: center; /* To make sure that my words are at the center */
	color: #FFFFFF; /* font color */
}

.polyfriend{
	float: left; /* To make the contents on the left */
	width: 40%;
	color: #FFFFFF; /* font color */
	text-align: center; /* To make sure that my words are at the center */
	clear: both; /* To prevent the floated elements from being displayed to the left, right or on the side of another element.*/
	max-width: 100%; /* the max horizontal size of an element's context, excluding border,padding and margin */
	max-height: 100%; /* the max vertical size of an element's context, excluding border,padding and margin */
}

.Indicomment{
	width: 100%;
	max-width: 100%; /* the max horizontal size of an element's context, excluding border,padding and margin */
	max-height: 100%; /* the max vertical size of an element's context, excluding border,padding and margin */
	color: #FFFFFF; /* font color */
}

.content, .hello {
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.hello {
	width: 30%;
	text-align: center; /* To make sure that my words are at the center */
}

.indi {
	text-align: center; /* To make sure that my words are at the center */
	clear: both; /* To prevent the floated elements from being displayed to the left, right or on the side of another element.*/
}

.content {
	width: 60%;
	color: #FFFFFF; /* font color */
	text-align: left;
	padding: 0 2rem;
	font-family: 'Patua One', cursive; /* Used of custom font */
}

.indipic{
	width: 50%;
	padding: 8px;
}



/* Third Webpage */

.img{
	background-image: url("../CA1/CAPictures/badminton.jpeg");
	background-attachment: fixed; /* To make sure that my background image will always stay even when I scroll */	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #000000; /* font color */
	text-align: center; /* To make sure that my words are at the center */
	font-size: 17px; /* make font slightly bigger than usual */
	font-family: 'Cairo', sans-serif; /*font type */
	font-weight: bold; /*to make font bold */
	line-height: 1.3em;
}

.firstexp{ 
	color: #000000; /* font color */
}

.imgtwo{
	background-image: url("../CA1/CAPictures/tech.jpg");
	background-attachment: fixed; /* To make sure that my background image will always stay even when I scroll */
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
	color:#FFFFFF;/* font color */
}

.imgthree{
	background-image: url("../CA1/CAPictures/Friends.jpg");
	background-attachment: fixed; /* To make sure that my background image will always stay even when I scroll */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #8BFFFF;/* font color */
}

.thirdexp{
	color:#8BFFFF; /* font color */
}

.imgfour{
	background-image: url("../CA1/CAPictures/darkness.jpg");
	background-attachment: fixed; /* To make sure that my background image will always stay even when I scroll */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	color:#FFFFFF;/* font color */
}

/* fourth webpage */

#family{
	color: #FFFFFF; /* font color */
	float: left; /* To make the contents on the left */
	font-size: 25px; /* make font bigger than usual */
	font-weight: bold;
	text-align: center; /* To make sure that my words are at the center */
	width: 48%;
}

#family2{
	color:#FFFFFF; /* font color */
	float: right; /* To make the contents on the right */
	font-size: 25px; /* make font bigger than usual */
	font-weight: bold;
	text-align: center; /* To make sure that my words are at the center */
	width: 50%;
}

.members{
	font-size: 16px; /* make font slightly bigger than usual */
}

.mempic {
	width: 40%;
	height: 10%;

}

/* fifth webpage */

.contact{
	color: #000000; /* font color */
	text-align: center; /* To make sure that my words are at the center */
	font-family: Arial, Helvetica, sans-serif; /* Used of default font */
	font-weight: bold;
	width: 30%;
	display: inline-block; 
	vertical-align: text-top;
}

#con {
	text-align: center; /* To make sure that my words are at the center */
	margin: auto;
}

.fa {
	padding: 15px;
	width: 30px;
	text-align: center; /* To make sure that my words are at the center */
	text-decoration: none; /* to remove the underlines in the link when its clicked */
	margin-bottom: 10px;
	border-radius: 50%;
  }
  
  .fa:hover {
	  opacity: 0.7;
  }
  
  .fa-instagram {
	background: #125688; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
  }

  .fa-facebook{
	background: #3B5998; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
  }

  .fa-snapchat-ghost {
	background: #fffc00; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }

  .fa-skype {
	background: #00aff0; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
  }

 
 .fa-youtube {
	background: #bb0000; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
  }

  
.fa-google {
	background: #dd4b39; /* background colour of the icon*/
	color: #FFFFFF; /* font color */
  }

footer{
	font-size:23px; /* make font bigger than usual */
  }

.label-1{
	font-size: 15px; /* make font slightly bigger than usual */
	text-align: left; /* To make sure that my words are at the left */
}


/* Navigation bar */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:#87CEFA;
	position: fixed; /*to make sure my navigation bar stays on the top even when user scrolls down or up */
    top: 0;
	width: 100%;
}

li {
    float: left; /* Make sure that the categories are on the left hand side */
	border-right: 3px solid #000000; /* The border in between each categories like a seperation */
}

li a {
    display: block;
    color: 	#000000; /* font color */
    text-align: center; /* To make sure that my words are at the center */
    padding: 14px 16px; 
	text-decoration: none;
	font-size: 16px; /* make font slightly bigger than usual */
}

li a:hover { /*When cursor is on the chosen item, this colour will be shown*/
	background-color:#FF69B4;
	text-shadow: 3px 3px 5px #FFFFFF;
}

li a:active{ /* shows the color when the link is currently being clicked */
	background-color: #FFFFFF;
}




	 