@media screen and (max-width: 700px){
	h1{
	font-size:4vw!important;
}
    small{
	font-size:4vw!important;
}
    #first{
        font-size:4vw!important;
        position:absolute;
       
       
}
    bodycopy{
	font-size:4vw!important;
}
    h2{
	font-size:4vw!important;
}
    #second{
	font-size:0px!important;
}
    #third{
        width: 320px!important;
        height: auto!important;
        display: block!important;
  		margin-left: auto!important;
  		margin-right: auto!important;
 		 width: 160% !important;
    }
    #fourth{
 		 width: 18% !important;
    }
    
}



.image-gallery .image-gallery-navigation.hidden {
    opacity: 1;
}


* {
  margin-top: 10;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family: "VCR OSD Mono", Icons;
  font-weight: 400;
	font-style: normal;
}
section {
  min-height: 60vh;
  width: 100%;
  display: flex;
  align-items: left;
  justify-self: flex-start;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.bg {
    
  left: 0;
  top: 0;
  height: 40vw;
  width: 30vw;
  overflow: visible;
  z-index: -1;
  background-color: transparent;
}
.bg::after {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

a {
  text-decoration: none;
  color: #ff446f;
}

.mobile-text {
  display: none;
}


h2 {
  font-size: 0.8vw;
 
}

h1 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-size: 1vw;
  letter-spacing: 0px;
  color: #ff446f;
  position: relative;
}

.container h1 span {
  margin-right: 20px;
  display: inline-block;
}
#line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0px;
  width: 0px;
  border: 0.12vw solid #ff446f;
  pointer-events: none;
  z-index: -1;
  transition: 0.5s ease all;
}
.bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container p {
  color: #ff446f;
  font-size: 20px;
  max-width: 600px;
  margin-top: 0px;
  line-height: 30px;
}
button {
  background-color: white;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-top: 30px;
  cursor: pointer;
}

@keyframes anima {
  0% {
    opacity: 0.6;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 768px) {
  .mobile-text {
    display: block;
  }
  .text {
    display: none;
  }
}

img {
border-radius: 10px;
}

a:hover {color:#e959ff;}
    a { color:#ff446f; text-decoration: none;}

[data-css-preset] #site_menu_button {
	font-size: 28px /*!site_menu_button*/;
	top: 3rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
}

      