/* Move down content because we have a fixed navbar that is 50px tall */
html body{
background-color :#EBDDC6ff;
}
body {
  padding-top: 2rem;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0.05px;
  width: auto;
}
img{
  border-radius: 0px;
}

.navbar-default {
  background-color:t#D75DAFff;
  background-image: none;
  background-repeat: no-repeat;
 }

.navbar-custom {
    color: #846B50ff;
    background-color:   #D75DAFff;
}

.navbar-nav > li > .dropdown-menu { background-color:   #D75DAFff; }

 .navbar-nav > li > .dropdown-menu a{   color: #FFFFFF;  }

.navbar-nav > li > .dropdown-menu a:hover{background-color: #0000CD;}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 0.5px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 1px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* 2024: not neccesary due to direct link to google form */
/* Style the submit button with a specific background color etc */
/* input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
} */

#zama{background-color: #DABA9Fff;
  width: 93%;
  border: 10px;
  padding: 1cm;
  margin-top: 3%; 
 
  line-height: 30px;
}
#zamakhan{background-color: powderblue;
  width: 93%;
  border: 10px;
  padding: 1cm;
  margin-top: 3%; 
 
  line-height: 30px;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}


/* To change color of the search button */
.btn-outline-success {
  color: #EBDDC6ff; /* text */
  border-color: #EBDDC6ff; /* rborder */
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active {
  background-color: #3F3838ff; /*  background on hover/focus/active */
  border-color: #3F3838ff; /* rborder on hover/focus/active */
  color: #ffffff; /* white text on hover/focus/active */
} 
