.bluecolor {
	background-color:white;
    border-color: black;
    color: black;
}
.platforms {
	font-family: 'Varela Round', 'Ionicons','Rubik', sans-serif;
    margin:0;
    padding: 0;
}
::selection { background: #3F8EFC; color: #fff; }



.platforms {
	position: fixed;
    margin-left:100px;
	top: calc(50% - 100px);
	left: calc(50% - 290px);
	height: 400px;
	width: 600px;
	background: #fff;
	border-radius: 5px;
	visibility: hidden;
	transform: scale(.9);
	opacity: 0;
	overflow: hidden;
	transition: all .3s cubic-bezier(.67,.13,.1,.81);
  /*  z-index: 2; */
}
.platforms:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
}
.platforms a {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 180px;
	height: 180px;
	border-radius: 5px;
	color: #3F8EFC;
	text-transform: uppercase;
	transition: top .5s cubic-bezier(.67,.13,.1,.81);
}
.platforms a:nth-child(1) {
	transition-delay: .1s;
}
.platforms a:nth-child(2) {
	left: 200px;
}
.platforms a:nth-child(3) {
	left: 390px;
	transition-delay: .1s;
}
.platforms:target a {
	top: 10px;
}
.platforms a:hover {
	background: #E5F4FF;
	box-shadow: 0 0 0 1px #A5CFFF;
}
.platforms a:before {
	content: attr(data-os);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.platforms a:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 300%;
}

.platforms a:nth-child(1):after {
	/*
    
    content: '\f247';  
     content:  background-image:url("images\study-in-budapest-google-play-logo.png");
    display:block;
    */   
  content:'\f225'; 
        
}
.platforms a:nth-child(2):after {
	content: '\f227';
}
.platforms a:nth-child(3):after {
	content: '\f2c5';
}

.download-div{  
padding-left:170px;
display:block;    
}

/*
Download Platrform Mobile screen  
*/
@media screen and (max-width: 950px) {
      
 
 .platforms:target {
	visibility: visible;
	transform: scale(1);
	opacity: 1;
    width: 370px;
	height: 230px;
     
}

.appstore-phone{
	visibility: visible;
	transform: scale(1);
	opacity: 1;
    width: 50%;
    margin-left: 80px 
}
    
.download-div { 
  padding-left:60px  !important  
    }
   
}/*End*/



.overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: blue;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  display: none;    
}