/*
@font-face {
  font-family: "Roboto";
  font-style: normal;
  src: local("Roboto"),  local("Roboto-Regular"),
    url("/assets/roboto-v18-latin_greek-regular.woff") format("woff"), url("/assets/roboto-v18-latin_greek-regular.woff2") format("woff2");
}
*/

html, body {
  margin: 0;
  height: 100%;
}

* {
  font-family: adobe-text-pro, serif;
  font-size: 18px;
}

#main-wrapper {
  min-height: 100%;
  margin-bottom: -277px;
}

.push {
  height: 277px;
}

.content2 {
  box-shadow: 0px 0px 3px 0px #858585;
  background: rgb(242,244,248);
  background: linear-gradient(90deg, rgba(242,244,248,1) 10%, rgba(255,255,255,1) 50%, rgba(242,244,248,1) 90%);
}

.wrapper {
  height: 100%;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.extra-padding {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

button {
  background-color: #666666;
  color: white;
  border: 1px solid gray;
  height: 30px;
  box-shadow: 1px 1px 5px 0px gray;
  border-radius: 20px;
  font-size: 16px;
}

.css-button {
  display: inline-block;
  background-color: #666;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 22px;
  padding: 5px 10px;
  box-shadow: 1px 1px 5px 0 grey;
}

button:hover, .css-button:hover {
  background-color: #e7e7e7;
  color: black;
  cursor: pointer;
}

@media (max-width:1750px) {
  .wrapper {
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media (max-width:1250px) {
  .wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
 }

 @media (max-width:700px) {
   .wrapper {
     margin-left: 10px;
     margin-right: 10px;
   }
 }
