* {
    box-sizing: border-box;
}

body {
	background-color: #F2F2F2;
	font-family: Georgia;
	padding: 30px 150px;
	font-style: normal;
	
	}
	
.header {
    padding: 20px;
	margin: 10px, 130px;
    font-size: 20px;
    text-align: left;
    background: #FAFAFA;
	border: 1px solid lightgray;
	font-weight: bold;
	
	}

#site-navigation {
	background-color:#E6E6E6;
	color: white;
	
	}

#site-navigation li {
	display: inline-block;
	}
#site-navigation ul {
	font-size: 12px;
	}
p {
	text-align:justify;
	color:#585858;
	font-size: 16px;
	padding-left:20px;
	padding-right: 20px;
}
	
h1 {
	text-align: left;
	color: #424242;
	font-size: 30px;
	text-shadow: 2px 2px lightgray;
}

a {
	text-decoration: none;
	color: #424242;
}

ul {
	text-align:justify;
	color:#585858;
	font-size: 16px;
	padding-left:20px;
	padding-right: 20px;
}

ol {
	text-align:justify;
	color:#585858;
	font-size: 16px;
	padding-left:20px;
	padding-right: 20px;
}

a:hover {
	color: #33ACFF;
}

h2 {
	text-align: left;
	color:#424242;
	font-size: 20px;
}

h3 {
	text-align: center;
	color: #424242;
	font-size: 20px;
}



h5 {
	text-align: center;
	color: lightgray;
	font-size: 10px;
}

#top-menu-item a {
	color: #585858;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	border-radius: 10px;
}
#top-menu-item a:hover {
	background-color:lightblue;
}

#top-menu {
	padding:10px 15px;
	margin: 10px;
}

* {
    box-sizing: border-box;
}


.column-left {   
    float: left;
    width: 75%;
}

.column-right {
    float: left;
    width: 25%;
    padding-left: 20px;
}

.img {
    width: 200px;
	height:200px;
    padding: 10px;
	border-radius: 15px;
	text-align:left;	
}

.card-article{
     background-color: #F2F2F2;
     padding: 20px;
     margin-top: 20px;
	 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 border-radius: 10px;
}

.card-article p {
	text-align: justify;
	font-size: 15px;
	padding: 24px;
	font-style: none;
}

.card-sidebar{
     background-color: #FAFAFA;
     padding: 20px;
     margin-top: 20px;
	 border-radius: 15px;
	 text-align:left;
	 font-size:12px;
}


.footer {
    padding: 20px;
    text-align: center;
    margin: 100px;
}

.sidebar-title {
	font-size: 20px;
	color: #585858;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.top-hr {
	height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.column {
    float: left;
	background-color: #E6E6E6;
    width: 30%;
    padding: 30px;
	margin: 15px;
    
}
.pagination {
    display: inline-block;
	padding-left:520px;
}

.pagination a {
    color: gray;
    float: left;
    padding: 10px 20px;
    text-decoration: none;
	margin-top: 20px;
	position:relative;
	
}

.pagination a.active {
    background-color: lightblue;
    color: white;
    border-radius: 7px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 7px;
}
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .leftcolumn, .rightcolumn {   
        width: 100%;
        padding: 0;
    }
}


.controls {
	width:20%;
	border:1px solid lightblue;
	text-align:center;
}