@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Agency FB';
	src: url('/fonts/AGENCYR.TTF');
}

html, body
{
	width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 	
	background-color: #88BDBC
}

.col-scrollable-y {
	
}

.grayBG2 {	
	padding:35px;
	color: #FFFCEC;
	text-align:center;
	background-color: #4F4A41;	
	background-size: cover;	
	padding-bottom: 0px;		
}

.grayBG2 img {	
	border-radius: 5px 5px 5px lightblue;
}

.pageBGAndroid {
	display: flex;
	background-image: url("../Images/BG-Android.png");
	background-size: cover;
	background-position: right;
	height: 300px;
	align-items:center;
	color: white;
	text-shadow: 2px 2px 8px black;
	text-align: center;
	align-content: center;
	align-self: center;
}

.pageBGJava {
	display: flex;
	background-image: url("../Images/BG-Java.jpg");	
	background-position: center;
	background-size: cover;
	height: 300px;	
	align-items:center;
	color: white;
	text-shadow: 2px 2px 8px black;
	text-align: center;
}

.pageBGApple {
	display: flex;
	background-image: url("../Images/BG-Apple.jpg");	
	background-position: center;
	background-size: cover;
	height: 325px;	
	align-items:center;
	color: white;
	text-shadow: 2px 2px 8px black;
	text-align: center;
}

.pageBGAspnet {
	display: flex;
	background-image: url("../Images/BG-Aspnetbg.jpg");	
	background-position: bottom;
	background-size: cover;
	height: 325px;	
	align-items:center;
	color: white;
	text-shadow: 2px 2px 8px black;
	text-align: center; 
}

.fill { 
    min-height: 100%;
    height: 100%;
}



.blackBG {	
	height: 500px;
	text-align: left;
	background-color: black;	
	background-size:cover;
	padding-bottom: 0px;
	color: whitesmoke;
}

.AndroidGreen {
	color: #A4C639;
	text-shadow: 5px 5px 10px black;
	text-align: center;	
}

.textblog {	
	border-radius: 10px 10px 0px 0px;
	background-color: #ABDCD6;
	font-family: 'Agency FB';
}

.h1mike, .h2mike {
	font-family: 'Agency FB';
}
.h3mike {
		color: white;
		font-size: 35px;
		text-shadow: 2px 2px 2px black;
	}

@media screen and (min-width: 0px) and (max-width: 767px){
    .h1mike {           
        font-size: 85px;		
		text-shadow: 5px 3px 8px black;
    }
	
	.h2mike {
        font-size: 50px;
		text-shadow: 3px 5px 2px black;
    }
	
	.googleplay img{
		width: 300px;
	}
	
	.blackh1 {
		font-size: 75px;
		color: black;
		text-shadow: 5px 5px 10px orange;
		text-align: center;
		outline-color: orange;	
	}
	
	.AndroidGreen {
		font-size: 100px;
		text-align: center;
	}
	
	.addPaddingUpDown5px {
		padding-top: 5px;
		padding-bottom:5px;	
		font-size: 16px;
		width: 100%;
		align-content: center;
	}
	
	.gitsection {
		font-size: 16px;
	}
	
	.addPaddingUpDown5px img {
		width: 75%;	
		padding: 0px 25px 0px 25px;
	}
	
	.grayBG2 img {
		width: 20%;
		height: 20%;
	}
	
	.col-scollable-y {
		font-size: 20px;
		text-align: justify;
		color: #333333;
		height: 300px;
		padding: 0px 25px 0px 25px;		
	}
	
	.textintroduction {
		padding: 0px 25px 0px 25px;
		font-size: 20px;
		text-align: justify;	
	}
	
	.grayBG2 img {
		max-width: 125px;
		max-height: 125px;		
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
    .h1mike {
        font-size: 100px;		
		text-shadow: 5px 3px 8px black;
    }
	
	.googleplay img{
		width: 400px;
	}
	
	.h2mike {
        font-size: 75px;	
		text-shadow: 3px 5px 2px black;
    }
	
	.blackh1 {
		font-size: 100px;
		color: black;
		text-shadow: 5px 5px 10px orange;
		text-align: center;
		outline-color: orange;	
	}

	.AndroidGreen {
		font-size: 100px;
		text-align: center;
	}	
	
	.gitsection {
		font-size: 16px;
	}
	
	.addPaddingUpDown5px {
		padding-top: 5px;
		padding-bottom:5px;	
	    font-size: 16px;
		width: 100%;
	}
	
	.addPaddingUpDown5px img {
		width: 100%;
		padding: 0px 25px 0px 25px;
	}
	
	.col-scollable-y {
		color: #333333;
		font-size: 18px;	
		height: 650px;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;	
	
	}
	
	.textintroduction {	
		padding: 0px 25px 0px 25px;
		font-size: 20px;
		text-align: justify;		
	}
	
	.grayBG2 img {
		max-width: 150px;
		max-height: 150px;		
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
    .h1mike {
        font-size: 125px;
		text-shadow: 2px 2px 8px black;
	}
	
	.h2mike {
        font-size: 100px;
		text-shadow: 3px 5px 2px black;
	}
	
	.AndroidGreen {
		font-size: 125px;
		text-align: center;
	}
	
	.blackh1 {
		font-size: 125px;
		color: black;
		text-shadow: 5px 5px 10px orange;
		text-align: center;
		outline-color: orange;	
	}
	
	.gitsection {
		font-size: 16px;
	}
	
	.addPaddingUpDown5px {
		padding-top: 5px;
		padding-bottom:5px;	
	    font-size: 16px;		
		text-align: right;
		width: 100%;
	}
	
	.addPaddingUpDown5px img {
		width: 100%;
		padding: 0px 25px 0px 25px;
	}
	
	.col-scollable-y{
		color: #333333;
		font-size: 18px;
		text-align: left;
		height: 650px;
		padding-left: 5px;
		padding-right: 5px;	
	}
	
	.textintroduction {
		padding: 0px 25px 0px 25px;
		font-size: 20px;
		text-align: justify;		
	}
	
	.grayBG2 img {
		max-width: 175px;
		max-height: 175px;		
	}
}

@media screen and (min-width: 1200px) {
    .h1mike {
        font-size: 150px;
		text-shadow: 2px 2px 8px black;
    }
	
	.h2mike {
        font-size: 110px;
		text-shadow: 3px 5px 2px black;
    }
	
	.AndroidGreen {
		font-size: 150px;
		text-align: center;
	}
	
	.blackh1 {
		font-size: 150px;
		color: black;
		text-shadow: 5px 5px 10px orange;
		text-align: center;
		outline-color: orange;	
	}
	
	.gitsection {
		font-size: 18px;
	}
	
	.addPaddingUpDown5px {
		padding-top: 5px;
		padding-bottom:5px;	
	    font-size: 20px;
		width: 100%;
	}
	
	.addPaddingUpDown5px img {
		width: 100%;
		padding: 0px 25px 0px 25px;
	}
	
	.col-scollable-y {
		color: #333333;
		font-size: 20px;
		height: 650px;
		padding-left: 5px;
		padding-right: 5px;	
	}
	
	.textintroduction {
		padding: 0px 25px 0px 25px;
		font-size: 20px;
		text-align: justify;
	}
	
	.grayBG2 img {
		max-width: 200px;
		max-height: 200px;		
	}
}
.center {	
    margin: 0 auto;
    width: 100%;
	text-align: center;
}

.roundcornersAndroidGreen {
	border-radius: 25px;
    background: #A4C639;
    padding: 20px; 
    width: auto;
    height: auto;
	box-shadow: 0px 0px 10px 5px lightblue;
}

.roundcornersJavaOrange {
	border-radius: 25px;
    background: #e07000;
    padding: 20px; 
    width: auto;
    height: auto;
	box-shadow: 0px 0px 10px 5px #f5cc00;
	color: white;
}

.col-scollable-y {		
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background: -webkit-linear-gradient(#ABDCD6, #FFFCEC);
	overflow-x: hidden;	
	color: #333333;	
	font-family: 'Agency FB';	
}

.card {
    /* Add shadows to create the "card" effect */
	padding-top: 15px;
	padding-bottom: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,5);
    transition: 0.3s;
	background-color: #A4CDCC;
	margin-bottom: 30px;
}
.cardWhiteBG {
    /* Add shadows to create the "card" effect */
	margin-top: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,5);
    transition: 0.3s;
	background-color: whitesmoke;
	margin-bottom: 30px;
}

/* On mouse-over, add a deeper shadow */
.card:hover, .cardWhiteBG:hover {
    box-shadow: 0 16px 24px 0 rgba(0,0,0,0.2);
}

.backdropAndroid {
  padding-top: 100px;
  padding-bottom: 100px;
  align-items: center;
  background-image: url("../Images/BG-Android.png");
  background-size: cover;
  background-position: center;
  
  color: #ffffff;
  text-shadow: 0.25px 0.25px 0.25px #000000;
}

