@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/bluebackground.png");
	background-size: cover;
	
}

/* HOME PAGE CSS */
.wrapper
{
	position:relative;
	transition: 0.5s;
	right: 0;
}
.wrapper .active 
{
	right: -200px;
}
             /*HEADER BLUE*/
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/bluebackground.png");
	background-size: cover;
	
	
	
}
header.sticky
{
max-width: inherit;
	padding: 20px 100px 5px;
	background-image: url("images/bluebackground.png");
	background-size: 100%;
}

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;
	z-index: 10;
}

header .toggle .active
{
	background: url(images/toggle.png);
	background-size: cover;
	

	
}

        /*SIDEBAR BLUE */
.sidebar
{
	position: fixed;
	right: -550px;
	top: 0;
	width: 250px;
	height: 100%;
	background: #071828;
	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: #6A0001;
}


           /* BANNER BLUE , home */

.headingunderline
{
	position:relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration:overline #6A0001; 
	letter-spacing: 1px;
	padding:  0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.container
{
	width: 100%;
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 95px;
}

.container6
{
	width: 100%;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 75px;
}

element.style {
}
.container2 {
    width: inherit;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 95px;
}

 .container .logoBx
{
position: center;
	display: flex;
	align-content: center;
	align-items: center;
}
 .container2 .logoBx
{
position: center;
	display: flex;
	align-content: center;
	align-items: center;
}

.div-box-to-center6 {
	margin: 50px 150px;
	width: 100%;
	height: 250%;
	position: inherit;
	align-content: center;
}
.div-box-to-center2 {
	margin: 0 5% 15%;
	width: 100%;
	height: 250%;
	position: inherit;
	align-content: center;
}


.div-box-to-center {
	margin: 0 5% 15%;
	width:1255%;
	height: inherit;
	position: inherit;
	align-content: center;
}
h2
{
	color: #6A0001;
	-webkit-text-stroke: 1px white;
}
.container6  .div-box-to-center6 .headingblue
{
	
position: relative;
	font-weight: 900;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
	
}
.container6  .div-box-to-center6 .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";}
.container2  .div-box-to-center2 .headingblue
{
	
position: relative;
	font-weight: 900;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
	
}
.container2  .div-box-to-center2 .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  .div-box-to-center .headingblue
{
	
position: relative;
	font-weight: 900;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
	
}
.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";}


.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: black;
}

/*LOOK SECTION, home page */

.look
{
position: relative;
	background: #fff;
	text-align: center;
	padding: 50px;
	
}
	
.container3
{
	width: 100%;
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px;
}

	
.container3 .lookBx
{
	position: relative;
	background: url("images/look.png");
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 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;
}



/*Options - Blue, home */
.options  .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";}

.options
{
position: relative;
	background: #071828;
	text-align: center;
	padding: 50px;
	
}
	
.options .container
{
	width: 100%;
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	background: #071828;
	
}

	
.options .container .lookBx
{
	position: relative;
	background: url("images/look.png");
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.experience
{
	position: relative;
	width: 100%;
	background:  #071828;
	display: flex;
	padding-top: 0;
}


.experience .contentBx {
    background: #071828;
    padding: 0px 100px;
    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";
}
.experience .imgBx{
	align-content: center;
	display: flex;
}

.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/bluebackground.png");
	padding: 20px 20px;
	display: flex;
	justify-content:center;
	align-items:center;
}

.footer ul
{
	display: flex;
	justify-content: center;
	align-items: center;
	backround: #071828;
	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%;
}
@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;}
	
	.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 9px;
    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";
	padding: 2px 35px;
	margin-bottom: 50px;
	
	margin-block-start:0}
	
.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;
}

	.container {
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
	.container2 {
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
}
	.container3 {
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
	.options .container .img3 {
    max-width: 98%;
}
	.options .container .img
	{
		max-width:inherit;
	}
}


@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 
	{
    width: 350px;
 	}
	
	
	.container .div-box-to-center .textblue {
		text-align: center;}
	
	.experience  .imgBx .img3
	{
		max-width: 90%;
	}
	.options  .container .img3
	{
		max-width: 98%;
	}
	
	.footer {
    position: relative;
    background: url(images/bluebackground.png);
    padding: 20px 20px;
    display: flex;
   
    align-items: center;
    flex-direction: column;
		    justify-content: space-evenly;
}
	.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 .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;
}
	
.container {
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
	.container2 {
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
		 
}
	.container3 {
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
	
	.options .container .img
	{
		max-width:inherit;
	}
.div-box-to-center6 {
    /* margin: 50px 150px; */
    width: 100%;
    height: 250%;
    /* position: inherit; */
    align-content: center;
}
	
}