@font-face {font-family: "Great-vibes"; src:url(GreatVibes-Regular.ttf) }



/*--------------------------------------BASICS------------------------------------------*/

body {
    margin: 0;
    font-family: sans-serif;
    background-color: #ebebeb;
}


h1
{
    text-align: center;
}




h3
{
    margin-bottom: 0;
}

h4
{
    margin-top: 1%;
}



input {
    width: 20%;
}


a
{
    text-decoration: none;   
}

a:visited
{
    color: black;
}




/*--------------------------------BASE MALL------------------------------------------*/

.btn-group
{
    padding-top: 5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);

}



.btn-group button 
{
  background-color: white;
  border: 5px solid black;
    border-bottom-width: 10px;
  border-bottom-width: 10px;
  color: black; 
  font-size: 130%;
  padding: 10px 24px; 
  cursor: pointer; 
  margin: 10px;
  float: left; 
  border-radius: 10px;
  
}


.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:hover
{
    background-color:  #D9F4FA;
}


footer
{
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 60%;
}







/*--------------------------LANDING PAGE AND ABOUT ME------------------------------*/

#info-landing-page
{
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;

    color: black; 
    padding: 10px 24px; 
    margin-top: 10%;
    margin-left: 20%;
    margin-right: 20%;
    border-radius: 10px;
    display: flex;
  justify-content: center;
  align-items: center;
}


.about-me-info
{
    font-family: "Great-vibes";
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;

    color: black; 
    padding: 10px 24px; 
    margin-top: 2%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 10%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-me-info2
{
    font-family: "Great-vibes";
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;

    color: black; 
    padding: 10px 24px; 
    margin-top: 6%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
}

.about-me-info2 img
{
    width: 500px;
    object-fit: cover;
}


#about-me
{
    display: flex;
    justify-content: center;
    flex-direction: row;
}


#latest-projects
{
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;
    color: black; 
    margin-top: 3%;
    margin-left: 40%;
    margin-right: 40%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-box
{
    display: flex;    
    flex-direction: row; 
    justify-content: center;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;

    
}

.box
{
    text-align: center;
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;
    border-bottom-width: 10px;
    color: black; 
    margin: 5%;
    margin-top: 3%;
    margin-bottom: 10%;
    border-radius: 10px;
    width: 400px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
 


.box img
{
    width: 400px;
    height: 300px;
    object-fit: cover;
}


.box:hover
{
    background-color: red;
}













/* ----------------------------SEARCH------------------------------------ */
#search_parameters {
    /* border: 5px solid black; */
    margin-top: 7%;
    width: 20%;
    margin-left: 38%;
    display: flex;
    flex-direction: column;
    gap: 22px;
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;

    color: black; 
    border-radius: 10px;
   padding: 2%;
    margin-top: 10%;
}


.search_result
{
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 1%;
}

#search-bar
{
    
}

#inputs
{
    display: flex;
    flex-direction: row;
    width: 350%;
}

#inputs label
{
    padding-top: 1.5%;   
}


#inputs input
{
margin-left: 40%;
    background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;

  color: black; 
  font-size: 130%;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin: 10px;
  float: left; 
  border-radius: 10px;
}


#buttons
{
 
}

#search-button
{
    margin-left: 40%;
    background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;
  color: black; 
  font-size: 130%;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin: 10px;
  float: left; 
  border-radius: 10px;
  margin-left: 15%;
  width: 50%;
}

#search-button:hover
{
    background-color:  #D9F4FA;

}



#selection {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#selection label
{
    padding-top: 5%;  
}


#sort_by
{
   margin-left: 40%;
    background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;

  color: black; 
  font-size: 130%;
  padding: 10px 24px; /* Some padding */

  cursor: pointer; /* Pointer/hand icon */
  margin: 10px;
  float: left; 
  border-radius: 10px; 
}

#sort_by:hover
{

    background-color:  #D9F4FA;

}


#fields
{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

#fields label
{
    padding-top: 5%;  

}



#search_fields
{
   margin-left: 40%;
    background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;
  color: black; 
  font-size: 130%;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin: 10px;
  float: left; 
  border-radius: 10px; 

}

#search_fields:hover
{

    background-color:  #D9F4FA;

}





 .project-box2
{
    margin-top: 5%;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 6%;
}


.box2
{
   
    text-align: center;
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;
    color: black; 
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 3%;
    margin-bottom: 10%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    }

.box2 img
{
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.box2 h3
{
    margin-left: 5%;
    margin-right: 5%;
}

.box2:hover
{
    background-color: red;
}





/* ----------------------------PROJECT PAGE------------------------------------ */
.proj_info {
    /* border: 5px solid black; */
    width: 20%;
    height: min-content;
    display: flex;
    flex-direction: column;
    background-color: #D9F4FA;
    

}

.proj_info img{
    max-height: 30%;
    
}

.proj_info p{
    margin: 3% 3% 5% 3%;
}

.proj_text {
    /* border: 5px solid black; */
    width: 80%;

}
.proj_text p{
    margin: 3%;
}

.proj_text p{
    margin: 3%;
}
.proj_text h2{
    text-align: center;
    font-size: 35px;
    margin-top: 0%;
    height: 15%;
    background-color: #D9F4FA;
}

.proj_display{
    display:flex;
    /* border: 5px solid black; */
    margin-top: 7%;
    width: 90%;
    height: 1000px;
    margin-left: 5%;
}


/* ------------------------TECHNIQUE LIST--------------------------------------------------- */

#techniques
{
    margin-top: 10%;
    display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  margin-left: 10%;
}

.tech-buttons button 
{
  background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;
  color: black; 
  font-size: 130%;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin-top: 5%;
  border-radius: 10px;
  width: 400px;
  margin-left: 10%;
}

.tech-buttons:after {
  content: "";
  clear: both;
  display: table;
}


.tech-buttons button:hover
{
    background-color:  #D9F4FA;
}


.technique
{
    background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;
  color: black; 
  font-size: 100%;
  padding: 10px 24px; /* Some padding */
  margin-top: 5%;
  border-radius: 10px;
  width: 25%;
  
}

.technique input
{
background-color: white;
  border: 5px solid black; 
    border-bottom-width: 10px;
  color: black; 
  font-size: 100%;
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin-top: 5%;
  border-radius: px;
}


.project-box2
{
    margin-top: 5%;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-left: 6%;

}



.box2
{
   
    text-align: center;
    background-color: white;
    border: 5px solid black; 
      border-bottom-width: 10px;
    color: black; 
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 3%;
    margin-bottom: 10%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
}

.box2:hover
{
    background-color:  #D9F4FA;
}


.box2 img
{
    width: 400px;
    height: 300px;
    object-fit: cover;
}

.box2 h3
{
    margin-left: 5%;
    margin-right: 5%;
}


.proj_name_box
 {
    margin-bottom: 30px;
    margin-top: 30px;
 }




/* ----------------------------ERROR------------------------------------ */

#error_msg {
    /* border: 5px solid black; */
    text-align: center;
    margin-top: 10%;
}



