*{
	font-family: 'Righteous', cursive;
}
body{
	margin: 0px;
	padding: 0px;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

header{
	background-color: #35a1d4;
	border-color: #ffffff;
	padding: 15px 75px;
	display: flex;
	align-content: space-around;
	align-items: center;
	justify-content: space-between;
}
header strong{
	color: #fff;
	font-size: 28px;
}
header .home ion-icon{
	font-size: 28px;
	color: white;
}
header .home ion-icon:hover{
	font-size: 30px;
	color: #3f51b5;
}
.link{
	border-bottom: 1px solid #eeeeee;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
	font-family: "Roboto-Regular",Arial,Tahoma;
	font-size: 12px;
	color: rgba(43,43,43,0.9);
}
li:after {
	content: "/";
}

li:last-child:after {
	content: " ";
}

.link a {
	color: rgba(43,43,43,0.9);
	transition: ease all 0.4s;
	text-decoration: none;
}
.link .active {
	color: red;
}


main{
	text-align: left;
	padding: 10px 75px;
}
.judul-berita{
	color: blue;
	font-size: 25px;
	margin: 10px 0px;
}

main .judul-berita{
	/*font-family: "Roboto-Bold",Arial,Tahoma;*/
	font-size: 32px;
	color: rgba(43,43,43,0.9);
	margin-top: 12px;
}

main .waktu-berita{
	padding: 7px 0px;
	/*font-family: "Roboto-Regular",Arial,Tahoma;*/
	font-size: 15px;
	color: #989898;
}

main .detail-img{
	padding: 12px 0px;
	/*font-family: "Roboto-Regular",Arial,Tahoma;*/
	font-size: 12px;
	color: #717171;
	border-bottom: 1px solid #eeeeee;
}
main p{
	/*font-family: "Roboto-Regular",Arial,Tahoma;*/
	font-size: 16px;
	color: #282828;
	margin-top: 12px;
	text-align: justify;
}

p{
	line-height: 1.7;
}

.judul-berita-all{
	color: #3e3e3e;
    font-size: 20px;
    margin: 8px 0px;
}
.konten{
	width: 100%;
	height: 550px;
	display: flex;
	/* border: 1px solid black; */
	flex-wrap: wrap;
}
.pembungkus-konten {
	width: 320px;
	padding: 25px;
}

.pembungkus-konten:hover {
	background: aliceblue;
}

.pembungkus-konten img{
	width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn {
	text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}