@charset "utf-8";
/* CSS Document */


.tab_text {
color:#000000;
 font: 24px Arial, sans-serif;
}


.tab_selected {
color:#137185;
 font: 24px Arial, sans-serif; text-decoration:underline;
}

.box_text {
color:#FFFFFF;
 font: 18px Arial, sans-serif;
}


.box_title {color:#000000;
 font: 42px Arial, sans-serif;
 padding-top:36px;
}

.page_title {color:#FFFFFF;
 font: 72px Arial, sans-serif;
}


a:link {
  color: black;
}

a:link {
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #137185;
}

/* selected link */
a:active {
  color: #137185; 
}
/* visited link */
a:visited {
  color: black;
  
}

.container img {
    width: 500px;
    margin: auto;
    display: block;
	overflow:hidden;

}

.text1 {
font-family: 'Nunito';font-size: 20px;  color:#666666;

}
.text2 {
font-family: 'Nunito';font-size: 28px; color:#000000; font-weight: bold;

}

.text3 {
font-family: 'Nunito';font-size: 20px; color:#000000; font-weight: bold;

}



html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}


 .image-container {
            text-align: center;
        }

        .rotateImg {
            width: auto;
			transition: transform 0.5s ease;
        }

        .rotateImg:hover {
            transform: rotate(18deg) scale(1.3);
			 
			 
        }
		
.rotit{
transition: transform 0.5s ease;
transform: rotate(18deg) scale(1.3);
}

.unrotit{
            width: auto;
			transition: transform 0.5s ease;
}