html {
    font-family: 'Source Sans Pro', sans-serif;
}
body {
    height: 100%;
    width: 100%;
}
*{
    padding: 0%;
    margin: 0%;
}
.menu {
	width: 120px;
    margin-top: 3%;
    position: fixed;
    z-index: 10000;
    background-color: black;
    color: #FFFFFF;
    text-align: center;
    padding: 0.5%;
}
.menu button {
    background-color: rgb(0,0,0,0);
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 2%;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 25px;
	transition: 0.5s;
}
.menu button:hover {
    color: #606697;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000; 
    top: 0;
    left: 0%;
    background-color: #000;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
}
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #FFFFFF;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    color: #606697;
}
.logo {
	width: 250px;
	padding-left: 0px;
}
.closebtn {
	text-align: right;
	margin-right: 15px;
}
#main {
    transition: margin-left .5s; /* Transition Effect of the sidebar */
    padding: 0px;
}
header {
    z-index: 1;
    height: 700px;
    margin: 1%;
    background-image: url(../pics/topelement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
header h1 {
    font-size: 3rem;
    color: white;
    text-align: center;
    padding-top: 300px;
}
header a {
    text-align: center;
    border: 1px solid white;
    font-size: 2em;
    text-decoration: none;
    font-weight: 700;
    color: #000000;
	background-color: #FFFFFF;
    padding: 0.5% 1%;
}
header a:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.hdr_info {
    padding-top: 2%;
    width: 100%;
    text-align: center;
}
.hdr_overlay {
    z-index: 2;
    background-color: rgb(0,0,0,0.45);
    background-color: rgba(0,0,0,0.45);
    height: 100%;
}
.column{
    display: table;
    max-width: 1080px;
    /*margin-left: 17.5%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2%;
}
.col_1 {
    display: table-cell;
    float: left;
	width: 63%;
}
.col_1_content {
	margin-bottom: 2%;
    height: 400px;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
	background-position: center;
}
.col_1 h2 {
    padding-top: 125px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    color: #FFFFFF; 
    font-size: 2.5em;
}
.blg_overlay {
    z-index: 2;
    background-color: rgb(0,0,0,0.5);
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}
.col_1 a {
    color: white;
    font-weight: 700;
    font-size: 1.5em;
}
.col_2 {
    display: table-cell;
    width: 25%;
    height: 100%;
    float: right;
    border: 1px solid #000000;
    padding: 2%;
}
.col_2 cite {
    font-size: 1.5em;
    text-align: justify;
}
.col_2 h4 {
    font-size: 1.5em;   
    text-align: end;
}
.pic_col_2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    border-radius: 100px;
}
hr {
    margin: 6% 0%;
}
.col_2 h5 {
    text-align: center;
    font-size: 1em;
    color: rgba(0,0,0,0.75);
    color: rgb(0,0,0,0.75);
}
.col_2 h2 {
    padding-bottom: 5%;
    text-align: center;
}
.col_2 h3 {
    font-size: 1.75em;
    text-align: center;
}
.col_2 .fa {
    padding-right: 2%;
    text-decoration: none;
    margin: 5px 2px;
    font-size: 1.5em;
}

.fa:hover {
    opacity: 0.7;
}
.fa-twitter {
    color: #000000;
}
.fa-instagram {
    color: #000000;
}
.some_icons {
    width: 100%;
    text-align: center;
}
.col_1_blog {
	width: 750;
	margin-left: calc(50% - 375px);
	text-align: justify;
	font-size: 20px;
	line-height: 1.5em;
}
.col_1_blog h3 {
	margin: 2% 0%;
	font-weight: 700;
}
.col_1_blog p {
	margin-bottom: 1.5%;
}
.blog_top_pic {
	z-index: 10;
	margin: 1%;
	width: 98%;
	height: 62%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}
.blog_top_hd {
	z-index: 1000;
	width: 50%;
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1.5rem;
	color: #FFFFFF;
	text-align: center;
}
.blog_top_hd a {
	left: 50%;
	font-size: 15px;
}
.overlay {
	z-index: 15;
	margin: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
}
.col_footer{
	width: 100%;
	background-color: #2f2f2f;
	overflow: hidden;
}
.f_col_1 {
	width: 33.33%;
	color: white;
	float: left;
	text-align: center;
	font-size: 20px;
}
.copyright {
	background-color: #1a1a1a;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}
.copyright a {
	color: white;
}
footer {
}
footer a {
	color: white;
	line-height: 2;
	text-decoration: none;
}
footer h3{
	color: white;
	line-height: 3;
}
footer img {
	height: 100px;
	padding: 20px;
}
@media only screen and (max-width: 1000px) {
	.blog_top_hd {
		width: 90%; 
	}
	header {
		margin: 3%;
	}
    .column{
        margin-left: 0%;
    }
    .col_2 {
        display: none;
    }
    .col_1 {
        width: 100%;
    }
    .menu button {
        padding: 1%;
    }
	.menu {
		margin-top: 10%;
		position: fixed;
		z-index: 10000;
		background-color: black;
		color: #FFFFFF;
		text-align: center;
		padding: 0.5%;
}
	.col_1_blog {
		width: 90%;
		margin-left: 5%;
	}
}
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}