body{
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
}


.menutop{
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	outline: medium none;
	font-weight: bold;
}

.mySlides {display:none;}


.gradient1{
background: rgb(155,239,246);
background: linear-gradient(180deg, rgba(155,239,246,0.8379726890756303) 0%, rgba(41,140,161,0.7875525210084033) 100%);
}


.pattern1{
	background-image:url(images/back1.png);
}


.parallax {
        /* The image used */
        background-image: url("img_parallax.jpg");
        /* Set a specific height */
        /*height: 500px;*/
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.mycenter { 
  /*height: 200px;*/
  position: relative;
}

.mycenter p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
