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

@import url("fonts.css");


html{
	font-family: 'Helvetica Light', "Helvetica Bold", 'Helvetica';
}


	
	@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/Helvetica-Bold.woff2");
}
	
@font-face{
	font-family: "Helvetica Light";
	src: url("../fonts/Helvetica-Light.woff2");
}

a:link {
  text-decoration: none;
}

p{
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	color: rgba(255,255,255,1.00);
}




h2{
	letter-spacing: 0.030em
}


a {
  color: rgba(0,0,0,1.00);
  text-decoration: none; 
}



span{
	font-family: "Helvetica Bold";
	
}


.navbar{
	background-color: black;
}





.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
   padding-right: 0px;
	padding-left: 0px;

    margin-right: auto;
    margin-left: auto;
}


a {
  color: black;
  text-decoration: none; 
}



.title{
	font-family: "Helvetica-Bold";
	font-size: 50px;
	letter-spacing: -0.025em;
}

hr{
	background-color: white;
	opacity: 1;
}
	




   /* hover feature */

.picture2 {
    display: none;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}




a {
  color: black;
  text-decoration: none; 
}


.name{
	text-align: center;
	font-family:"Helvetica Bold";
	font-weight: 500;
	
}



@media screen and (max-width: 600px) {
.name
 {
    font-size: 13px;
	 
  }
}


@media screen and (max-width: 600px) {
.slider
 {
    width: 150px;
	 height: auto;
	 
  }
}



.slider{

	display: flex;
	flex-direction: column;
	justify-content: center;
 
}



.title{
	font-family: "Helvetica Bold";
	font-size: 50px;
}


.caption{
	font-family: "Helvetica Bold";
	color: rgba(255,255,255,1.00);
	letter-spacing: -0.025em;
}

hr{
	background-color: rgba(255,255,255,1.00);
	opacity: 1;
}
	

.thumbnail{
	display: flex;
}


   /* hover feature */
.picture1{
	    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	
	height: auto;
}

.picture2 {
    display: none;
	    justify-content: center;
	align-items: center;

	height: auto;
}
.thumbnail:hover .picture1 {
    display: none;
}
.thumbnail:hover .picture2 {
    display: block;
}






@media only screen and (min-width: 992px) {
  .col-lg-4.col-xs-12.text {
	   padding: 10px 45px;
    
  }
}


@media only screen and (max-width: 992px) {
  .col-lg-4.col-xs-12.text {
	   padding: 10px 10px;
    
  }
}

.s{
	
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	font-size: 15px;
	text-align: left;
	
}

p.text{
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	font-size: 20px;
	text-align: left;
	
}

.text{
	
	letter-spacing: 0.075em;
	font-family: "Helvetica Light";
	font-size: 20px;
	text-align: left;
	
	
}



@media only screen and (max-width: 992px) {
  .text {
	   font-size: 16px;
	  
    
  }	
}



@media only screen and (max-width: 992px) {
  .row.story {
	   margin: 0 10px;
	  padding: 40px 20px 30px 20px;
	  
    
  }	
}



@media only screen and (min-width: 992px) {
  .row.story {
	  padding: 30px 0;
	  margin: 0 150px 0 220px;
	      margin-top: -70px;
    
  }
}


@media only screen and (min-width: 992px){
.col-lg-4.col-xs-12.text {
    padding: 10px 45px;
	}}

@media only screen and (max-width: 992px){
.col-lg-4.col-xs-12.text {
    padding: 10px 30px;
	}}

.row{
	margin-right: 0px;
	margin-left: 0px;
}


.button { 
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 25px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  background-color: rgba(0,0,0,1.00); 
  color: rgba(255,255,255,1.00); 
  border: 3px solid rgba(255,255,255,1.00);
	font-family: "Helvetica";
}

.button:hover {
  background-color: rgba(187,147,105,1.00);
	font-family: "Helvetica";
 
}

.col-lg-4.space{
	height: 100px;
	
}


@media only screen and (max-width: 992px){
.space {
    display: none;
	}}


.col-4{
	padding: 0px;
}


.col-lg-8.col-xs-12{
	margin: auto;
}




@media only screen and (max-width: 992px) {
  .container-fluid.first{
	  padding-bottom: 0px;
    
  }
}



@media only screen and (min-width: 992px) {
  .container-fluid.first{
	  padding-bottom: 90px;
    
  }
}



/*Back to top button Start */

.totop{
	background-color: transparent;
	animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	border: none;
	color: transparent;
}
  

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


@-webkit-keyframes fadeInAnimation{
	    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
	
}


@media screen and (max-width: 992px) {
  .backicon {
  width: 30px;
	  height: 30px;
  }
}
 

@media screen and (min-width: 992px) {
  .backicon {
  width: 80px;
	  height: 80px;
  }
}

/*Back to top button End */



/*Scroll on text on the left side */

.mgoh-text{
  height: 300px;
  overflow-y: scroll;
}

.mgoh-text::-webkit-scrollbar {
  width: 1em;
}
.mgoh-text::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mgoh-text::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,1.00);
}

/*Scroll on text on the left side END */



@media only screen and (min-width: 992px){
.col-lg-4.col-xs-12.text {
    padding: 80px 45px;
}
}

