/* CSS Document for Screens */


#banner {
	/* 
	border: yellow 1px solid;
	*/

	background-image: url("img/banner-provis-1920x576.jpg");
	max-width: 100%;
	padding-bottom: 30%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#wrapper {
	
}

#left-side {
	background-color: #cc6633;
	float: left; margin: 10px; padding-left: 10px; padding-right: 10px;
	width: 31%;
    color: white;
}

.show-it {
	display: none;
}

.hide-it {
    display: inline;
}


#center-side {
	background-color: #cc6633;
	float: left; 
    margin: 15px 5px 5px 0; 
    padding-left: 15px; padding-right: 15px;
	width: 32%;
    color: white;
    border-left: black 1px solid;
    border-right: black 1px solid;
}

#right-side {
	background-color: #cc6633;
	float: left; margin: 15px 0 0 30px; 
    padding-left: 25px; 
	width: 25%;
    color: white;
}

.judul {
	text-align: center;
	margin-top: 5px; margin-bottom: 0px;
}

#center-side p {
	text-align: center;
	margin-top: 5px;
}

#s350 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}



@media only screen and (min-width:780px) and (max-width:1150px) {
	/* 
	background-image: url("img/banner-provis-1050x315.jpg");
	
    body {
        font-size: 16px;
    }
    */
	
	#left-side {
		width: 45%;
	}
	
	.show-it {
	display: inline;
	}
    
    .hide-it {
        display: none;
    }
	
	#center-side {
		display: none;
	}
	
	#right-side {
		width: 42%;
		border-left: none;
	}
}

@media only screen and (min-width:560px) and (max-width:779px) {
    /*
    body {
        font-size: 15px;
    }
    */
    
	#left-side {
		width: 95%;
	}
	
	.show-it {
	display: inline;
	}
    
    .hide-it {
        display: none;
    }
	
	#center-side {
		display: none;
	}
	
	#right-side {
		width: 90%;
		border-left: none;
	}
}

@media only screen and (max-width:560px) {
    /*
    body {
        font-size: 14px;
    }
    */
    
	#left-side {
		width: 90%;
	}
	
	.show-it {
	display: inline;
	}
    
    .hide-it {
        display: none;
    }    
	
	#center-side {
		display: none;
	}
	
	#right-side {
		width: 80%;
		border-left: none;
	}
}