header {
  height: 110px;
  border-bottom: solid thin black; }
  header div {
    position: relative; }
    header div .headerLogo {
      display: block;
      width: 130px;
      position: absolute;
      bottom: 15px;
      left: 0px; }

#contact {
  display: none; }

.logoV {
  display: none; }

#works {
  height: auto;
  padding-bottom: 60px; }
  #works h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 140px; }
  #works h2 {
    font-size: 20px;
    color: #61C1BE;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-align: center; }

#teacher {
  padding: 80px 0;
  background-color: rgba(201, 189, 166, 0.2);
  width: 100%;
  display: inline-block; }
  #teacher div {
    width: auto;
    text-align: center; }
    #teacher div h1 {
      font-size: 18px;
      border: solid thin black;
      width: 170px;
      text-align: center;
      padding: 5px 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; }
    #teacher div p {
      font-size: 15px; }
    #teacher div a.contactBtn {
      position: relative;
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 175px;
      height: 48px;
      text-align: center;
      padding: 20px 0px;
      background: #E38A82;
      font-weight: bold;
      margin-top: 20px;
      border-radius: 10px; }
    #teacher div .contactBtn:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      background: url("../img/mailIconWhite.svg") no-repeat;
      background-size: contain;
      position: absolute;
      top: 15px;
      left: 25px;
      margin-left: 5px;
      color: white; }
    #teacher div .contactBtn span {
      position: absolute;
      top: 11px;
      left: 55px;
      font-weight: bold;
      color: white; }
    #teacher div a:hover {
      opacity: 0.5; }

@media (max-width: 768px) {
  #works {
    height: auto;
    padding-bottom: 60px; }
    #works h1 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      margin-top: 140px; }
    #works h2 {
      font-size: 20px;
      color: #61C1BE;
      font-weight: bold;
      font-family: 'Roboto', sans-serif;
      font-weight: bold;
      text-align: center; }

  #teacher {
    padding: 50px 0;
    background-color: rgba(201, 189, 166, 0.2);
    width: 100%; }
    #teacher div {
      width: 90%;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      #teacher div h1 {
        font-size: 18px;
        border: solid thin black;
        width: 170px;
        text-align: center;
        padding: 5px 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px; }
      #teacher div p {
        font-size: 13px; } }
