
*, 
*::before, 
::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
    margin:0;
    padding:0;
    width:100%;
    overflow-x: hidden;
}

.tp-title {
  background-color: #dcf2fa;
  background-size: cover;
  background-repeat: no-repeat;
}

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

a:hover {
  text-decoration:none;
}

