@charset "utf-8";
/* CSS Document */


@media screen and (max-width: 500px) and (min-width: 150px) {
.about-wrapper .cover h1 {
    font-size: 26px!important;
    /* line-height: 28px; */
}
.cover h2 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 22px!important;
}	
.about-wrapper .cover h3 {
    font-size: 16px!important;
    text-transform: uppercase;
    font-weight: 700;
}	
.cover .content-wrapper {
    /* margin: 0 auto; */
    margin-bottom: -20px !important;
}
.home-wrapper .hero {
    height: calc(100vh - 54px);
    height: 0px !important;
    min-height: 190px !important;
}
}

@media screen and (max-width: 690px) and (min-width: 550px) {
.about-wrapper .cover h1 {
    font-size: 24px !important;
    /* line-height: 28px; */
}
.cover h2 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 32px !important;
}	
.about-wrapper .cover h3 {
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 700;
}	
.cover .content-wrapper {
    /* margin: 0 auto; */
    margin-bottom: -20px !important;
}
.home-wrapper .hero {
    height: calc(100vh - 54px);
    height: 0px !important;
    min-height: 320px !important;
}
}

@media screen and (max-width: 741px) and (min-width: 700px) {
.about-wrapper .cover h1 {
    font-size: 24px !important;
    /* line-height: 28px; */
}
.cover h2 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 32px !important;
}	
.about-wrapper .cover h3 {
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 700;
}	
.cover .content-wrapper {
    /* margin: 0 auto; */
    margin-bottom: -20px !important;
}
.home-wrapper .hero {
    height: calc(100vh - 54px);
    height: 0px !important;
    min-height: 360px !important;
}
}

@media screen and (max-width: 950px) and (min-width: 742px) {
.about-wrapper .cover h1 {
    font-size: 24px !important;
    /* line-height: 28px; */
}
.cover h2 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
    font-size: 32px !important;
}	
.about-wrapper .cover h3 {
    font-size: 25px !important;
    text-transform: uppercase;
    font-weight: 700;
}	
.cover .content-wrapper {
    /* margin: 0 auto; */
    margin-bottom: -20px !important;
}
.home-wrapper .hero {
    height: calc(100vh - 54px);
    height: 0px !important;
    min-height: 440px !important;
}
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: #FF0;
  border-width: 4px;
  border-style: outset;
  outline: none;
  background-color: rgba(30,85,45,85);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #297a38;
}

