@import "fonts.css";

html,
body{
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
}



#cover{
	background: url('img/cover.jpg') center center no-repeat;
	background-size: cover;
	height: 660px;
	text-align: center;
	display: flex;
	align-items: center;
	background-attachment: fixed;
}
#cover-caption{
	width: 100%;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer{
	background-image: url(img/pw_maze_black.png);
	color: red;
	font-family: ;
	margin-bottom: 0px;
}
p#footerline{
	text-align: center;
	font-family:monospace;
	color: white;
	font-size: 12px;
	margin: 0px;
}
#upbtn{
	background-color: red;
	color: white;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#upbtn:hover{
	background-color: darkred;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
/*--------------------------------------------------------------
# NavBar Section
--------------------------------------------------------------*/

#nav{
	font-family: gracetians;
	font-size: 17px;
	text-align: right;
}
#text-justify{
	text-align: center;
}
/*--------------------------------------------------------------
# countdown clock
--------------------------------------------------------------*/

.count{ 
	text-align: center; 

	font-family: sans-serif; 
	font-weight: 100;
	margin-top: 40px;
} 

#clockdiv{ 
	font-family: sans-serif; 
	color: #fff; 
	display: inline-block; 
	font-weight: 100; 
	text-align: center; 
	font-size: 30px; 
} 
#clockdiv > div{ 
	padding: 10px; 
	border-radius: 3px; 
	background: transparent; 
	display: inline-block; 
} 
#clockdiv div > span{ 
	padding: 15px; 
	border-radius: 3px; 
	background: rgb(220, 53, 69);; 
	display: inline-block; 
} 
.smalltext{ 
	padding-top: 5px; 
	font-size: 16px; 
}

/*--------------------------------------------------------------
# button
--------------------------------------------------------------*/

.learn-button{
	color:white;
	font-size:20px;
	border-color: #ff0000; 

	background-color:#ff0000;
	padding:10px 15px;
	margin-left: 20px;
	cursor:pointer;
	margin-top: 30px;


}
@media  screen and (max-width: 600px){
	.learn-button{
		text-align: center;

	}	

}


/*--------------------------------------------------------------
# content & about tedx bkbiet
--------------------------------------------------------------*/	

.content{
	height:100%;
	width: 100%;
	display: inline-block;
	padding-bottom:35px;

}


.tedx{
	height: 100%;
	width: 100%;
	background: url(img/events.jpg) center center no-repeat;
	display: inline-block;
	background-size:cover;
	background-attachment: fixed;
	text-align: center;
	text-align:left;
	padding-bottom: 20px;
	padding-top: 20px;


}

.tedx h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align:left;
	padding-top:3%;
	padding-bottom:2px;
	padding-left: 15px;
	background-size:cover;
	background-position:center;
}

.tedx h1 {
	color:red;

}
.tedx h2{
	color: white;

	

}


.tedx p{
	color: white;
	font-size: 17px;

}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
	background-color: black;
	background-size: cover;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 60px 0 40px 0;
	cursor:pointer;
}

#about:hover {
	background-color: #e62b1e/*rgba(13, 20, 41, 1)*/;
	background-size: cover;
	overflow: hidden;
	position: relative;
	color: #fff;
	padding: 60px 0 40px 0;
}

#about h2 {
	font-size: 36px;
	font-weight: bold;
	font-family: alidth;
	margin-bottom: 10px;
	color: #fff;
}

#about h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
	font-family: alidth;
}

#about p {
	font-size: 14px;
	font-family: google;
	margin-bottom: 20px;
	color: #fff;
}
#abu p{
	font-family: google;
}
#abu h1{

	font-family: lemonmilk;
}
#head {
	font-family:gracetians;
	font-size: 15px; 
}
#team p{
	font-family: google;
}


.footfollow a{
	padding: 8px;
}

/* SPEAKER SECTION
--------------------------------*/

#speakers {
  padding: 60px 0;

	color: rgb(220, 53, 69);
    
}

#speakers .section-header {
  margin-bottom: 40px;
    font-family: roboto;
}

#speakers .speaker-item {
  text-align: center;
	color: white;
}

#speakers .speaker-item .speaker-img {
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
	color: white;
}

#speakers .speaker-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#speakers .speaker-item h4 {
  font-size: 14px;
  color: rgb(160, 53, 69);
  margin: 0 0 15px 0;
	font-family: google;
}
#speakers .speaker-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

/*--------------------------------------------------------------
# HR Styling
--------------------------------------------------------------*/

hr.styleline { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, rgb(220, 53, 69), #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, rgb(220, 53, 69), #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, rgb(220, 53, 69), #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0,rgb(220, 53, 69), #f0f0f0);
}

hr.styleli { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, #f0f0f0, rgb(0,0,0), #f0f0f0);
	background-image: -moz-linear-gradient(left, #f0f0f0, rgb(0,0,0), #f0f0f0);
	background-image: -ms-linear-gradient(left, #f0f0f0, rgb(0,0,0), #f0f0f0);
	background-image: -o-linear-gradient(left, #f0f0f0,rgb(0,0,0), #f0f0f0);
}



/*************************/

#cov{
	height:700px;
	text-align: center;
	display: flex;
	align-items: center;
}
#cover-caption{
	width: 100%;
}

#myinv{
    padding: 50px;
}

