@import url(./fonts.css);

@import url(./font-awesome.min.css);

body {
  padding: 1rem;
  margin: 0;
  background: rgba(255, 255, 255, .7);
  font-family: 'dejavu-serif';
}

h2 {
    color: grey;
    margin-right: 20px;
    display:inline;
}

h3 {
    color: white;
}

h4 {
    color: #2f3746;
    margin-left: 8%;
    display:inline-block;
}

h4:hover {
  color: grey;
}

h6 {
    text-align: right;
    font-family: 'dejavu-serif';
    color: white;
    font-size: .6rem;
    margin-bottom: 7px;
    text-decoration: none;
}

h6:hover {
  color: black;
  font-size: .7rem;
}

.topnav {
  overflow: hidden;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1400px) {
  .topnav a {display: none;}
  .topnav a.icon {
    display: inline-block;
    margin-top: 3px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1400px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: relative;
    display: absolute;
    float: right;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

span.square {
        border-radius: 5px;
        width: 247px;
        height: auto;
        padding: .5rem;
        display: inline-block;
        background-color: #C0C0C0;
}

.rectangle {
        background-color: #C0C0C0;
}

.card p {
    color: #2f3746;
    font-size: 15px;
}

.box {
  margin-top: 1px;
}

.input {
  font-size: .5rem;
  padding: 0.03px 0.01px;
  line-height: .5px;
  height: 15px;
}

span.field {

}

.button {
  padding: 0.03px 0.01px;
  line-height: .003px;
  height: 15px;
  display:inline-block;
}

.buttons p {
    padding: 1px 1px;
    color: #2f3746;
}

.buttons p:hover {
    color: grey;
/*  background-color: #d0d0d7;
  background-color: #eee;
  border: 1px grey solid;
  border-radius: 5px;*/
}

@media screen and (max-width: 600px) {
    .image-wash {
           margin-left: 5% !important;
    }
  img { /*border: 1px solid grey;
    width: 100%;
    background-clip: content-box;
    box-sizing: border-box;*/}
/*   .image-wash { margin-left: 3% !important;} */
      
}

@media screen and (max-width: 1200px) {
    .image-wash {
           margin-left: 5% !important;
    }
}

@media screen and (max-width: 300px) {
  .image-wash {
       margin-left: 5% !important;
}
}

