@charset "utf-8";

/*
  Homepage
      Author: Ana Botto
      Date: 11/14/2023

      Filename:   ab_styles_homepage.css
*/


/* HTML and Body styles */

html {
   font-family: 'BC Alphapipe RB';
   background-image: linear-gradient(white,rgb(235,217,199));
  }

body {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-height: 100vh;
      margin: 0;
	  line-height: 1.2em;
     }

/* section styles */
.container {
  position: relative;
}

.text-section {
	float: left;
	width: 45%;
	margin-left:8%;
	margin-top: 5%;
}

.text-section p {
	float: left;
	font-family: "BC-alphapipe",sans-serif;
	font-size: 2.2vw;
	line-height: 1;
}

.image-section {
  float: right;
  width: 45%;
}

.image-section img {
	max-width: 100%;
	width:85%;
	height: auto;
	float: right;
	margin-top: 20%;
	margin-bottom: 5%;
	transform: scale(.8);
}

.aside {
  clear: both; /* Clear the floats */
}

.figure-box {
  width: 60%; /* Expand the figure box to 100% width */
  background-color: rgb(149,156,124);
  flex: 0 0 60%;
  border-radius: 10px; /* Rounded corners */
  float: left;
  padding: 25px 25px 25px 10px; /* Add padding to the figure box */
}

/* recent works styles */
#recentworks_nav {
  margin: 0;
  padding: 0;
}

#recentworks_nav ul {
  list-style: none;
  display: flex;
	
}

#recentworks_nav li {
 	margin-right: 2%; /* Adjust margin between list items */
 	flex: 1; /* Distribute available space equally among list items */
  	border-radius: 10px; /* Rounded corners for each list item */
	font-size: 2vw;
}

#recentworks_nav a {
	text-decoration: none;
	display: block;
	text-align: center;
}

#inglenookcafe {
	color:rgb(231,212,194); 
	background-color: rgb(80,41,32); 
	border-radius:10px; 
	font-family:"bc-alphapipe",sans-serif;
	right:200px;
	bottom:50px;
	padding: 6.7%;line-height:1;
}

#chrisarnet {
	color:rgb(80,41,32);
	background-color: rgb(198,104,101); 
	border-radius:10px;
	font-family:"bc-alphapipe",sans-serif;
	right:200px;
	padding: 6.8%;
	line-height:1;
}

#flora {
	background-image:linear-gradient(90deg,white,rgb(235,217,199));
	color:rgb(100,107,84);
	border-radius:10px;
	font-family:"bc-alphapipe",sans-serif;
	right:200px;
	padding: 12%;line-height:1;
}

.aside p {
	font-family:"bc-alphapipe"
}
/* Header styles */


header > img {
				width:48%;
				
	max-height: 200px;
	max-width: 400px;
}

header {
   	width: 100%;
	display: flex;
  	justify-content: space-between;
  	align-items: flex-end;
}

/* Navigation list styles */

body header nav {
    clear: both;
    display: block;
	float: right;
	margin-top: 120px;
	
}
body header nav ul {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		margin: 0;
		padding: 0;
		border: 0;
		list-style: none;
  }  

header nav ul li a {
    color: black;
	font-family: "BC-alphapipe",sans-serif;
	font-size: 6vh;
   	line-height: 2.3em;
	padding: 0px 10px;
	transition: color 0.3s ease-in-out;
	text-decoration: none;
}

header nav ul li a:hover,header nav ul li a:active {
   color: rgb(198,104,101);
   text-decoration: underline;
}
.mainmenu a {
  font-size: 2.5vw;
}
			
		ul.submenu {
				position: absolute;
				z-index:1;
				display: none;
				font-size: .8em;
				background-color: rgb(235,217,199);
				border-radius: 10px;
			}

		nav ul.submenu li {
            display: block;
            width: 100%;
            margin: 0;
        	}

		nav li:hover .submenu, nav li:hover .submenu-header:hover + .submenu { 
			display: block; 
		}

		.submenu-header {
			font-family: "BC-alphapipe",sans-serif; font-weight: bold;
		}


/* Footer Styles */

footer {
	clear: both;
   	width: 100%;
	background: rgba(0, 0, 0, 0.82);
	border-radius: 10px;
	padding: 20px 20px;
}

footer h1 a {
	color: rgb(198,104,101); 
	font-family: "bc-alphapipe",sans-serif;
	font-weight: 300;
	font-size:1.4em;
}
/* Footer Nav Styles */
footer nav {  
      
   -moz-column-width: 100px;
   -webkit-column-width: 100px;
    column-width: 100px;

   -moz-column-gap: 5px;
   -webkit-column-gap: 5px;
	column-gap: 5px;
    
    padding: 20px 10px;
	border-radius: 10px;
	margin-left: 50px;
  
}

footer ul {
   margin: 0;
   padding: 0;
   border: 0;
}

/* Footer Nav image Styles */
.bottomnav ul li:first-of-type {
	margin: 0px;
	padding: 50px 0 50px 84px;
	list-style: none;
	background-image: url("instagram.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 4vw;
}

.bottomnav ul li:nth-of-type(2) {
	margin: 0;
	padding: 50px 0 50px 84px;
	list-style: none;
	background-image: url("fiverr.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 4vw;
}

.bottomnav ul li:last-of-type {
	margin: 0;
	padding: 50px 0 50px 84px;
	list-style: none;
	background-image: url("linkedin.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 4vw;
}

.bottomnav a {
	color:transparent;
}

#instagram {text-indent:-90px;}
#fiverr {text-indent:-80px;}
#linkedin {text-indent:-90px;}

.top_nav {
	display: none;
}
a#navicon {
      			display: none;
   			}
footer {
	display: none;
}

