@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.auto-style1 {
	text-align: center;
}
.auto-style2 {
	text-align: center;
    color: green;
}

.auto-style3 {
	text-align: center;
    color: rgb(42, 66, 204);
}

.auto-style4 {
	text-align: center;
    color: rgba(132, 4, 47, 0.871);
}
.auto-style5 {
	text-align: center;
    color: rgba(10, 61, 0, 0.871);
}
.auto-style6 {
	text-align: center;
    color: rgba(13, 10, 72, 0.807);
}
.auto-style7 {
	text-align: center;
    color: rgba(132, 4, 47, 0.871);
}
.auto-style8 {
	text-align: center;
    color: rgba(132, 4, 47, 0.871);
}

.auto-style9 {
	text-align: center;
    color: rgb(0, 0, 0,0.1);
}
.auto-style10 {
	text-align: center;
	height: 100%;
	width: 33%;
	border-style: solid;
	border-width: 2px;
	background-color: #00FF00;
}



html {
    font-size: 40%;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/*
.header{
    border-bottom: 1px solid #E2E8F0;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}*/

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.nav-menu {
    display: flex;
   justify-content: flex-end;
    align-items: flex-end;
    margin-right: 50px;
}

.nav-item {
    margin-left: 5rem;
}
/*color of the top menu item fonts*/
.nav-link{
    font-size: 3.5rem;
    font-weight: 400;
    color: #2d60b7;
}

.nav-link:hover{
    color: #ca5c41;
    font-size: 4rem;
    transition: color 0.3s ease-in;
} 

.nav-logo {
    font-size: 3.1rem;
    font-weight: 500;
    color: white;
   
   
}

@media only screen and (max-width: 768px) {
  
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
            
        
    
    /* h1 {
        font-size: 1.5em;
    }

    h4  {
        font-size: 40%;
    }
    h5 {
        font-size: 50%

/* */
    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

   /* .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}
.hamburger.active .bar:nth-child(2) {
    opacity: 0;
}

.hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

*/
}
/* .box {
	height:400px;
	width:90%;
	padding: 0px;
	margin:40px;
    display: flex;
    align-items: left;
    justify-content: left;
    text-align: left;
    position: relative;
	border: 10px solid black;
	background-color:lime;
    background-image: url("Images/artsamps.png");
    
} 



.box2 {

	height:300px;
	width:40%;
	padding: 20px;
	margin:1px;
	border: 10px solid red;
	background-color:rgba(246, 237, 237, 0.8);
   
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	left:auto;
	top: 10px;
	z-index: 90;

}

.box3 {

	height:300px;
	width:40%;
	padding: 20px;
	margin:1px;
	border: 10px solid red;
	background-color:rgba(246, 237, 237, 0.8);
	position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	right:10px;
	top: 10px;
	z-index: 40;

}

/* LOGO BOX */

/* .box4 {
    height:90px;
	width:50%;
	padding: 0px;
	margin:1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: -20em;
	border: 10px solid rgb(205, 39, 196);
	background-color:rgb(23, 206, 23);
    /* background-image: url(Images/LogoAABL.png); 
    position: relative;
	z-index: 50;
} */


/* .banners {
    height:125px;
	width:45%;
	padding: 40px;
	margin:40px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    left:auto;
    top: -75em;
	/* border: 10px solid rgba(21, 27, 136, 0.323);
	background-color:rgb(196, 59, 184, 0.5);
    position: relative;
    z-index: 60;
}


.banners2 {
    height:125px;
	width:45%;
	padding: 0px;
	margin:0px;
    display: flex;
    align-items: right;
    justify-content: right;
    text-align: center;
    top: -75em;
	/* border: 10px solid rgb(186, 55, 19);
	background-color:rgb(26, 48, 169, 0.5);
    /* background-image: url(Images/violetWe.webp); 
    position: relative;
    right: auto;
    z-index: 70;
}

.textbox1 {
    height:125px;
	width:50%;
	padding: 0px;
	margin:0px;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    top: -75em;
	border: 10px solid rgb(143, 90, 241,0.0);
	/* background-color:rgb(206, 23, 90,0.0);
    background-image: url(Images/violetWe.webp); 
    position: relative;
    right: auto;
    z-index: 80;
}

.textbox2 {
    height:125px;
	width:50%;
	padding: 0px;
	margin:0px;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    top: -75em;
	border: 10px solid rgb(143, 90, 241,0.0);
  background-color:rgb(206, 23, 90,0.0);
    background-image: url(Images/violetWe.webp); 
    position: relative;
    right: auto;
    z-index: 80;
}

.flex-container {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    height: 100px;
    margin-top: 50px;
    background-color: DodgerBlue;
  }
  
  .flex-container > div {
    background-color: #f1f1f1;
    width: 33%;
    margin: 2px;
    text-align: center;
    line-height: 15px;
    font-size: 30px;
  } */ }