.matrix_txt {
	position: absolute;
	font-family: OswaldLight, Arial, sans-serif;

}

.text1 {
 color: white;
 font-weight: 600; 

}

.text2 {
 color: white; 
}

.text3 {
	text-align: right;	
 color: white; 
}

.text4 {
 text-align: left;	
 color: black; 
 font-weight: 600; 
 
}

.text1,.text2, .text3, .text4{
	white-space: nowrap;
  overflow: hidden;
}



.mybutton {
    background-color: #00698c; 
    border: none;
    color: white;
    text-align: left;
		font-weight: 600; 
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
		box-shadow: 0 0.3em 0.6em 0 rgba(0,0,0,0.5), 0 0.3em 0.6em 0 rgba(0,0,0,0.5);
}


.mybutton:hover {
    box-shadow: 0 0.5em 1em 0 rgba(0,0,0,0.24),0 0.5em 1em 0 rgba(0,0,0,0.5);
}

