/* Portfolio CSS. Revision 1.43 */

body {margin: 0;}

.BodyBG {background-color: #decabd;}

#SixSEVEN {
    font-family: calibri;
    margin: 0%;
}  

ul.topbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #CDAF9B;
}

ul.topbar li a {
  display: block;
  color: black; 
  font-size: clamp(1.3rem, 1.2dvh, 2dvh);
  padding: 17px 32px;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  margin-right: 1px;
  background-color: transparent;
}

ul.topbar li a:hover:not(.active) {
	background-color: #826B5B;
	color: black;
}

ul.topbar li.dark-mode{
	margin-left: auto;
}
ul.topbar li a.active {background-color: #111;}

ul.topbar li.logo img {
  height: 60px;
  width: auto;
  display: block; 
}

ul.topbar li.logo a {
  background-color: transparent; 
  padding: 5px 10px;           
}
  
.navibar {
    position: relative;
    top: 0px; 
    left: 0px; 
    width: 100%;
}


.contactmain{
margin: 100px auto;
font-family: Tahoma, sans-serif;
z-index: 4;
padding: 20px;
background-color: #3A339E;
border-radius:40px;
color: lightgray;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}

.contactsecondary {
margin: 100px auto;
font-size: 40px;
text-decoration: none;
color: inherit;
font-family: Tahoma, sans-serif;
z-index: 4;
padding: 20px;
background-color: #3A339E;
border-radius:40px;
color: lightgray;
margin-left: 50px;
margin-right: 50px;
text-align: center;
}

.contactRTN {
background-color: #45E191;
 height: 16dvh;
 width: 32dvh;
 font-family: Tahoma, sans-serif;
 font-size: 30px;
 border-radius: 20px;
 appearance: button;
 text-decoration: none;
 color: black;
 display: inline-grid;
 padding-top: 30px;
 }



  .Frontpage {
	background-color: #111;
	  height: calc(100lvh - 60px);
	  background-size: cover;
	  display: flex;
	  align-items: center;
	  font-family: Tahoma, sans-serif;
	  color: black;
	  flex-direction: column;
	  box-sizing: border-box;
	  padding-top: 30px;
	  font-size: 40px;
  }
  
  .Frontpage-Title {
background-color: #826B5B;
font-family: Verdana;
max-width: 80dvw;
margin: 0 auto;
padding: 0 5dvw ;
border-radius: 12px;
color: #E0E0E0;
text-align: center;
padding-bottom: 3dvh;
}

.Frontpage-Title h1 {
	font-size: 3dvw
}

.Frontpage-Title h2 {
	font-size: 1.8dvw
}

  .Frontpage-image { 
  background-image: url('images/frontpage-image.webp'); 
  }
  
  .About { 
  background-image: url('images/about-me.JPG'); 
  color: white;
  font-size: 3svw;
  }
  
  
  .Submit {
	  background-color: #45E191;
	  font-family: Verdana, sans-serif;
	  width: 500px;
	  font-size: 38px;
	  margin: auto;
	  border-radius: 20px;
  }
  
.contact-info-box {
	background-color: lightgray;
	width: 80%;
	height: 40px;
	border-radius:10px;
}

.contact-info-heading {
	font-size: 20px;
}
.contact-input-query {
	background-color: lightgray;
	width: 90%;
	height: 200px;
	border-radius:10px;
	text-align: center;
}



/*The hub page CSS */

.hubvisual {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
	padding: 40px;
	flex-direction: column;
}

.hubvisual img {
	width: 100%;
	height: 40svh;
	object-fit: cover;
	display: block;
	border-radius: 15px;
	margin: 0 auto;
	max-width: 85dvw;
}

.hub-banner-text {
	position: absolute;
    align-items: center;
	display: flex;
    font-family: verdana, sans-serif;
	color: #FFFFFF;
	top: 0;
	left: 0;
	font-size: clamp(36px, 5svw, 100px);
	width: 100%;
	height: 100%;
	justify-content: center;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	text-shadow: 5px 5px 5px black;
	-webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: rgb(0, 0, 0);
	}


.hub-button {
	display: block;
	position: relative;
	border-radius: 15px;
	position: relative;
}

.about-me-end {
	color: lightgray;
	font-family: Tahoma, sans-serif;
}

/* end of hub CSS */

/* Article code*/
.Article {
background-color: #826B5B;
font-family: Verdana;
max-width: 80dvw;
margin: 0 auto;
padding: 0 5dvw ;
border-radius: 12px;
color: #E0E0E0;
text-align: center;
padding-bottom: 50px;
}

.Article h1 {font-size: 60px;
color: white;
}

.Article img {
display:block;
margin: 25px auto;
width: 70svw;
height: auto;
object-fit: cover;
border-radius: 10px;
box-sizing: border-box;
max-height: 37svh;
}



.Article img.online-world-work {
display:block;
margin: 25px auto;
width: 70svw;
height: auto;
object-fit: contain;
border-radius: 4px;
box-sizing: border-box;
max-height: 67svh;
}

.Article h2 {font-size: 32px;
color: white;
}

.Article p {
	font-size: 22px;
	text-align: left;
}




/* End of Article code, below is About me article, revised CSS */


.about-article {
background-color: #3A339E;
font-family: Verdana;
width: 70svw;
margin: 0px auto;
color: #E0E0E0;
text-align: center;
object-fit: center;
}

.about-article h1 {font-size: 50px;
color: lightgray;
}

.about-article img {
display: block;
margin: 0px auto;
width: 65lvw;
height: auto;
object-fit: cover;
box-sizing: border-box;
max-height: 37dvh;
}

.about-article p {
	font-size: 22px;
	text-align: left;
}

.about-article p.audio-desc {
	font-family: Verdana, sans-serif;
	text-align: center !important;
	font-size: 15px;
	display:block;
	margin: 5px auto;
	width: 100%;
}





/* CSS Here applies to MOBILE only */

@media screen and (max-width: 1000px) {
  ul.topbar li.right, 
  ul.topbar li {
	float: none;
	 width: 100%;
	  box-sizing: border-box;
	  flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
  }

	
	ul.topbar li a {box-sizing: border-box;
				   padding-top: 5px;
				   padding-bottom: 5px;
				   }

	ul.topbar {flex-direction: column;
			   align-items: stretch;
			   box-sizing: border-box;
			  }
	
.Frontpage h1 {font-size: 30px;}	
.Frontpage h2 {font-size: clamp(30px, 2svw, 80px)}
.Frontpage {
	background-position: center bottom;
	overflow-y: hidden;
	margin: 0;
	height: calc(100svh - 180px);
   }

	.logo {padding-top: 4px;}
	.Submit {width: 75%;}
	.hubvisual img {object-position: left center;}

	.hubvisual {
	gap: 10px;
	padding: 10px;

}

.Frontpage-Title h1 {
	font-size: 6dvw
}

.Frontpage-Title h2 {
	font-size: 4dvw
}


.Article {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	object-fit: contain;
	padding: 0;
	border-radius: 0;

}


.Article img {
	height: auto;
	display: block;
	width: 95svw;
}
	

.Article p {
	font-size: 16px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 25px;
}


.Article h1 {font-size: 40px;
color: white;
}

.Article h2 {font-size: 25px;
color: white;
}

/*removing the seperator on mobile */
.desktopHR {display: none;}


}

/*END OF MOBILE CSS */

























































