
@font-face{
  font-family: siswadiArchitect;
  src: url(/siswadiArchitect.ttf)
}

body {
  font-family: siswadiArchitect, Verdana;
  background-color: white;
  color: black;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden
  -webkit-text-size-adjust: 100%;
  text-size-adjust:none;
}

h1{
  font-size:3em;
  color: black;
}

a{
  text-decoration: none;
  color: black;
}

a:hover{
  text-decoration-style: wavy;
}

.heading a{
  color:white;
}

.heading input[type=text] {
    border: 1px solid #ccc;  
  }

#center{
  text-align: center;
  background-color: #00000075;
  color: white;
}
h2{ 
  text-align: left;
}
input{
  border-radius: 25px;
  padding: 5px;
}

h2{ 
  text-align: center;
}
  
.heading{
  background-color: green;
  padding: 1%;
  position: sticky;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 100vw;
  max-height: fit-content;
  margin-top: auto;
  top: 0;  
}

a:hover{
  background-color: darkgreen;
}

.hero{
  display:flex;
  flex-direction: column;
  height: 80vh;
  background-image: url("/oakland.jpg");
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100% auto;
  align-items: center;
  padding-top:20vh;
}

#resource.hover{
  display: none;
}

.dropdown ul{
  list-style-type: none;
}

#large{
  width: 95%;
}

#logo{
  margin-left: auto;
}

.circular{
  border-radius: 50%;
}

.row{
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: space-evenly;
  max-height: 50%;
  align-items: center;
}

.titlecard{
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  width: 30%;
}

.titlecard img{
  width: 100%;
  height:100%;
}

hr{
  height:30px
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}
.button { 
  background: green;
}

.button:hover {
  background-color: darkgreen;
  color: white;
}
#navlist { 
  background-color: darkgreen;
overflow: hidden;
display: flex;
justify-content: space-around;
align-content: center;
}
#navlist a { 
  color: green;
  padding: 14px 20px;
  text-align: left;
}
navlist a:hover { 
  color: white;
  background-color: darkgreen;
}
.search {
  flex-grow: 1;
 display: flex;
    justify-content: flex-end;
    align-items: center;
}

.search input[type="text"] {
    padding: 6px;
    margin-right: 10px;
    border: none;
    font-size: 17px;
    border-radius: 4px;
}

.search button {
    padding: 6px 10px;
    background: white;
    color: green;
    border: none;
    border-radius: 4px;
}

.search button i {
    font-size: 18px;
}

.search button:hover {
    background: darkgreen;
    color: white;
}


    .search {
        justify-content: flex-start;
        width: 100%;
        margin-top: 10px;
        padding-left: 10px;
    }

    .search input[type="text"] {
        margin-right: 10px;
        width: auto;
    }

    .search button {
        padding: 4px 8px;
    }

    .search button i {
        font-size: 14px;
    }

    #navlist a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
    }

  dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left:0;
  align-items: left;
}

button{
  display: block;
  margin: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover {background-color: #3e8e41;}

  @media screen and (min-width: 480px) and (max-width: 768px) {
    .row{
      flex-direction: column;
      margin-top: 2px;
    }
    
.hero{
  background-size: 100% 100%;
  margin-top: 0;
}
  }

