body {font-family:"mostra-nuova";}

div.header {background-color:#141a49;height:200px; position:fixed; top:0; z-index: 2;}

div.header .col-4 {padding-top: 60px; text-align:center;}
div.header .col-2 {padding-top: 78px;}
.header a { text-align:center; background: url(images/pinkandwhite.png) center no-repeat; background-size: 100%; color:#141A49;padding:10px 0; text-decoration: none; font-family:"mostra-nuova";font-size: 22px; display:block; width:100%;} /*change to png to make transparent, relook at text color. change font*/
div.middle {background: url("images/textverrylastmiddle.png") no-repeat top  #141a49; background-size:100%;height:3500px; padding-top: 500px; position:absolute; top:200px; } /*this is the middle*/
div.cta a {background-color:peachpuff; width: 100%; padding:25px 0; padding-top: 27px; margin-top: 740px; display:block;} /*dis da button*/
div.logo a 
div.middle div.container {padding-top:10px; padding-bottom: 500px;} 
.header a.logo { background: no-repeat center}
.mobilever {display:none;}
.header img.corner {float: right}
.header img.leftcorner{float:left}
.middle img.bottomcorner {position: absolute; top:750px; float: right;}
.middle img.onright {position: absolute; top:750px; right:0px; float: left; }
.middle
h1 {margin-top: 200px; color:white; font-size: 70; letter-spacing: 3px;}
h2 {margin-top: 200px; color:white; font-size: 70; letter-spacing: 3px;}
div.row.push {background-color: #C997D4;}
div.row.rewards {background-color: #141A49}
div.col-6 {color:aliceblue}

html {
  scroll-behavior: smooth;
}



/*hamburger menu sutff */
.overlay {

  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 61px;
	
	
}

/*REWARDS SECTION*/

.rewards div.col-6 {align-content: center; }

div.rewards {background:#141a49;}
p {color: #C997D4; font-style: oblique;}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 30px;}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
	
}
	
	/*apply SECTION*/
	.a div.col-6 {align-content: center; }

div.apply {background:#141a49;}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 30px;}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/*mobile style only*/
@media all and (max-width: 750px){
	.mobilever {display: block;} 
	.desktopver{display:none;}
	.header a {background: none;}

}