*{
	box-sizing: 0;
	margin: 0;
	padding: 0;
}

body{
	width: 100%;
	height: 150vh;
	font-family: Times New Roman;
	color: #fff;
	background-image: url(../images/oas1.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

}
.all_img{
     height: 15%;
     width: 20%;
     position: relative;
     margin-right: 70%;
     float: left;
     border: 3px solid whitesmoke;
     border_radius: 3px;
}
#r.all_img{
	background-image: url(../images/Roosters.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#s.all_img{
	background-image: url(../images/FIFA1.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#b.all_img{
	background-image: url(../images/NBA.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#m.all_img{
	background-image: url(../images/river.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: right;
	margin-left: 50%;
}
#t.all_img{
	background-image: url(../images/TheBois.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: right;
	margin-left: 50%;
}
#g.all_img{
	background-image: url(../images/GSC.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: right;
	margin-left: 50%;
}
#ga.all_img{
	background-image: url(../images/Gang.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: right;
	margin-left: 50%;
}


.all_para{
	position: relative;
	float: left;
}


header{
	position: relative;
	width: 97%;
	height: 10%;
	/*border: 1px solid #000;*/
	margin: 5px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

#logo-box{
	position: relative;
	float: left;
	width: 10%;
	height: 95%;
    border: 3px solid #fff;
    margin-right: 5%;
}

#logo{
	position: relative;
	width: 100%;
	height: 100%;
}


#nav{
	float: left;
	position: relative;
    width: 70%;
    height: 70%;
    /*border: 1px solid #000;*/
    margin-top: 1%;
}

#nav ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 60px;
    font-size: 18pt;
    font-family: Haettenschweiler, 'Arial Narrow Bold', Impact, sans-serif;
    width: 120px;
    background-color: #ccc;
    text-align: center;
    border-radius: 10%;
    box-shadow: 2px 1px 4px #000f1a;
}

#nav ul li:hover{
    list-style-type: none;
    display: inline-block;
    margin-right: 60px;
    font-size: 18pt;
    font-family: Haettenschweiler, 'Arial Narrow Bold', Impact, sans-serif;
    width: 120px;
    background-color: #eee;
    text-align: center;
    border-radius: 10%;
}

a.nav-btn{
    display: block;
    text-decoration: none;
    color: black;

}

#main-content{
	position: relative;
	width: 97%;
	height: 250%;
	/*border: 1px solid #000;*/
	margin: 5px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
}

#heading-box{
	position: relative;
	width: 97%;
	height: 10%;
	/*border: 1px solid #000;*/
	margin: 5px;
	padding: 5px;
	text-align: center;
}

#para-holder{
	position: relative;
	width: 97%;
	height: 75%;
	/*border: 1px solid #000;*/
	margin: 5px;
	padding: 5px;
        font-size: 19pt;
	
}

footer{
	position: absolute;
	width: 97%;
	height: 5%;
	/*border: 1px solid #000;*/
	margin: 5px;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;

}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

/*******************************Text begin here**************************/

h1{
	text-align: center;
}
h2{
        text-aling: center;
}

h3{

}

p{

}