.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

/*.listOfitems li span {*/
/*  position: relative;*/
/*  !*left: -100px;*!*/
/*}*/

.titleBlock{
  padding-top: 0.8rem!important;
  padding-bottom: 0.8rem!important;
  background-color:#e1f2f6!important;

  width: 100%;

}
.titlePart{
  text-align: left;
  color:#d636ba;
  font-size:6.0rem;
  letter-spacing:0.4rem;
  padding-left: 1rem;
  padding-right:1rem;
}

.logoPart{
 width: 50%
}
.titleExtension{
  white-space: nowrap;
}
.titleSubPart{
  margin-top: -0.6rem;
  margin-left: 7.8rem!important;
}
.mainPart{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  margin-top: 0px !important;
  background-color:lightblue !important;
}
.mainClass {
  background-color:lightblue !important;
}
.imageBlock{
  background-color:lightblue !important;
  color: #333333 !important;
}
.imgSize{
  max-width: 100%;
}
.listOfItems {
  text-align: left;
  padding-left: 20%;
}


.teamMember{
  color:#d636ba;
  font-size:2.0rem;
}

.designation{
  color:#d636ba;
  font-size:1.5rem;
  font-style: italic;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}




/*
Form section from W3 schools
*/
* {
  box-sizing: border-box;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container-form {
  margin:auto;
  width: 50%;
  border-radius: 5px;
  background-color: ;
  padding: 20px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {

  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

