@charset "utf-8";
/* CSS Document */
*
{

	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}


#mainwrapper {
	display:flex;
	align-content:center;
	width: 100%;
	margin:0px 0% ;
	background-image: url("images/bannerbackground.png");
	background-size: cover;
	
}

/* HOME PAGE CSS */
.wrapper
{
	position:relative;
	transition: 0.5s;
	left: 0;
}
.wrapper .active 
{
	left: -200px;
}
             /*HEADER white*/
header {
	 position: fixed;
    top: 0;
    /* left: 0; */
    width: 85%;
    padding: 28px 100px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: 0.5s;
	background-image: url("images/Awaygames_Background.jpg");
	background-size: cover;}
	
	.header2 {
	 position: fixed;
    top: 0;
    /* left: 0; */
    width: 100%;
    padding: 28px 100px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    transition: 0.5s;
	background-image: url("images/Awaygames_Background.jpg");
	background-size: cover;
	
	
}
.header2.sticky
{
	padding: 20px 100px 5px;
	background-image: url("images/Awaygames_Background.jpg");
	
}

section.photo
{
	padding-top: 40px;
	
}

header.sticky
{
	padding: 20px 100px 5px;
	background-image: url("images/Awaygames_Background.jpg");
	
}
.logo7{
	align-content: center;
	cursor: pointer;
}

header .logo
{
position: relative;
	width: 50px;
	height: 50px;
	background: url("images/AG_transparent.png");
	background-size: cover;
	cursor: pointer;	
}
header .toggle
{
	position: relative;
	width: 36px;
	height: 28px;
	background: url(images/toggle.png);
	background-size: cover;
	cursor: pointer;
}

header .toggle .active
{
	background: url(images/toggle.png);
	background-size: cover;
	

	
}

        /*SIDEBAR Red */
.sidebar
{
	position: fixed;
	right: -550px;
	top: 0;
	width: 250px;
	height: 100%;
	background: #6A0001;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	transition: 0.5s;
}
.sidebar.active
{
	right: 0;
}


.sidebar ul
{
	position: relative;
	display: flex;
	flex-direction: column;
}

.sidebar ul li
{
	list-style: none;
	margin: 5px 0px;
}

.sidebar ul li a
{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.sidebar ul li a:hover
{
	color: #071828;
}


           /* Events ,  */
.events
{
	position: relative;
	width: 100%;
	
	display: flex;
	padding-top: 0;
}

.events .contentBx {
    padding: 75px 100px 0px;
    width: 50%;
}

.events .contentBx .heading
{
	position:relative;
	color: #071828;
	font-size: 18px;
	font-weight: 900;
	text-decoration:overline #6A0001; 
	letter-spacing: 1px;
	padding: 20px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	list-style: none;
}

.events .contentBx .heading2
{
	position:relative;
	color: #6A0001;
	font-size: 18px;
	font-weight: 900;
 
	letter-spacing: 1px;
	padding: 20px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	list-style: none;
}

.events .contentBx .text
{
	position: relative;
color: #071828;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	list-style: none;
	
}
.events .container{
	padding: 50 10;
	
}

.button {
  background-color: #6A0001;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
	 transition-duration: 0.4s;
	
}

.button:hover {
  background-color: #fff; /* Green */
  color: #071828;
}

/* LINKS*/
/* unvisited link */
a:link {
  color: #6A0001;
	text-decoration: none;
}

/* visited link */
a:visited {
  color: #6A0001;
	text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #071828;
	text-decoration: none;
}

/* selected link */
a:active {
  color: #071828;
	text-decoration: none;
}

/*LOOK SECTION, home page */

.look
{
position: relative;
	background: #071828;
	text-align: center;
	padding: 50px;
	
}
	
.container
{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 50px;
}

.div-box-to-center {
	width:90%;
	
	
}

.div-box-to-center .heading
{
position: relative;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	opacity: 1;
	
}
.parent-div-box .div-box-to-center .text
{
position: relative;
color: #071828;

text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}



.parent-div-box {

margin: 0px 50px ;
width:100%;
background: White;
display: grid;
place-items: center;
opacity: 1;	
	
}
.container  .div-box-to-center .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}

.container .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}
	
.container .lookBx
{
	position: relative;
	background: gray;
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2px;
}

h3{color: white;}
/*FAQ*/

.containerfaq
{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 75px 50px;
}

.div-box-to-center {
	width:90%;
	
	
}

.div-box-to-center .heading
{
position: relative;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	opacity: 1;
	
}
.parent-div-box .div-box-to-center .text
{
position: relative;
color: #071828;

text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
}



.parent-div-box {

margin: 0px 50px ;
width:100%;
background: transparent;
display: grid;
place-items: center;
opacity: 1;	
	
}
.containerfaq  .div-box-to-center .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}

.containerfaq .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}
	
.containerfaq .lookBx
{
	position: relative;
	background: gray;
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2px;
}


/*Experience Section - Blue, home */
.experience
{
	position: relative;
	width: 100%;
	background:  #071828;
	display: flex;
	padding-top: 0;
}

.experience .contentBx
{
	background: #071828;
	padding:0px 100px;
	width: 50%;	
}

.experience .contentBx .heading
{
	position:relative;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-decoration:overline #6A0001; 
	letter-spacing: 1px;
	padding: 20px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.experience .contentBx .text
{
	position: relative;
color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

/*Footer*/
.footer
{
	position:relative;
	background: url("images/Awaygames_Background.jpg");
	padding: 20px 20px;
	display: flex;
	justify-content:center;
	align-items:center;
}

.footer ul
{
	display: flex;
	justify-content: center;
	align-items: center;
	
	z-index: 9;
}

.footer p
{
	text-align: center;
	font-size: 8px;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
}

.footer ul li
{
	list-style: none;
	
}

.footer ul li a
{
	text-decoration: none;
	display:flex;
	margin: 0 0px;
}

.footer ul li a img
{
	max-width: 20%;}
	
.footer ul li a img2
{
	max-width: 100%;
}

.eventstext {
	
	color: #6A0001
}


@media (max-width:991px)
{
	header.sticky {
		max-width: inherit;
    padding: 20px 25px 5px;    
    }
	
	header {
		max-width: inherit;
    padding: 20px 25px 5px;    
    }
	sidebar ul li a {
    
		font-size: 18px;}
	
  #mainwrapper {
	  flex-direction: column;}
	
	.container .div-box-to-center .textblue {

    margin-bottom: 10px;
    margin-right: 30px;
		margin-left: 30px;}
	
	.containerfaq .div-box-to-center .textblue {

    margin-bottom: 10px;
    margin-right: 30px;
		margin-left: 30px;}
	
	.experience {
		flex-direction: column;}
	
	.experience .contentBx {
    background: #071828;
    padding: 0px 0px;
    /* width: 100%; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
		flex-wrap: nowrap;}
	
	.experience .contentBx .heading {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: overline #6A0001;
    letter-spacing: 1px;
    padding: 20px 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 0px 35px;}
	
.experience .contentBx .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 35px;}
	
.look {
    display: flex;
	flex-direction: column;}
	
	.experience .imgBx {
    display: flex;
    justify-content: center;
    flex-direction: column;
		
}
	.footer ul li a img2
{
	max-height: 100%;
}
		.footer ul li a img
{
	max-width: 50%;
}
		.footer {
   
		    justify-content: space-evenly;
}
	.container .div-box-to-center .headingblue {
   
    font-size: 30px;
}
	
		.containerfaq .div-box-to-center .headingblue {
   
    font-size: 30px;
}
	events .contentBx {
    padding: 0px 1px;
	}
	
	.containerfaq
{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 75px 25px;
}
}


@media (max-width:580px)
{
	header.sticky {
		max-width: inherit;
    padding: 20px 25px 5px;    
    }
	
	header {
		max-width: inherit;
    padding: 20px 25px 5px;    
    }
	
	sidebar ul li a {
    
    font-size: 24px;
	}
	
	.sidebar ul li a
{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
	
	.sidebar 
	{
    width: 350px;
 	}
	.container .logoBx .img {
		
		max-width: 98%;
	padding-top: 20px;
	}
	
	.container .div-box-to-center .textblue {
		text-align: center;}
	
	
	
	.experience  .imgBx .img3
	{
		max-width: 90%;
	}
	
	.footer {
    position: relative;
    
    padding: 20px 20px;
    display: flex;
   
    align-items: center;
    flex-direction: column;
		    justify-content: space-evenly;
}
	.footer p {
    text-align: center;
    font-size: 12px;
    color: white;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
	.sidebar ul li a
{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.events .contentBx {
    padding: 50px 0 0 0;
    width: 85%;
    align-self: center;
}
	
	.container .parent-div-box {
    margin: 0px 40px 0 0px;
   
}
	.container {
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
   
}
	.events {
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 0;
    flex-direction: column;
}
	.events .contentBx .heading {
    position: relative;
    color: #071828;
    font-size: 28px;
    font-weight: 900;
    text-decoration: overline #6A0001;
    letter-spacing: 1px;
    padding: 20px 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    list-style: none;
}

	.events .contentBx .text {
    position: relative;
    color: #071828;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    list-style: none;
}
	
	.containerfaq
{
    /* width: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin: 75px 5px;
}
	
}