body{
	margin: 0px;	
}

/* HEADER CSS */

.header-container{
	width: 100%;	
}
.header-main{
	width: 100%;
}

.header-container img{
	width: 100%;
}

.header-line{
	border-bottom: 1px lightgrey solid;	
}

/*MENU CSS*/
.navigation-bar{
	background-color: white;
}

.desktop-menu-container{
	width: 60%;
	margin-left: 20%;
	padding: 15px;
}

.desktop-menu{
	text-align:right;
	padding-top: 20px;
}

.desktop-menu ul{
	padding: 0px;
	margin: 0px;
}

.mobile-menu{
	text-align:left;
	padding-top: 20px;
	display: none;
	overflow: hidden;
	transition: 1s height;
}

.mobile-menu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.mobile-menu ul li{
	font-size: 0.9375rem;
	font-family: Raleway, Tahoma, Arial;
}

.mobile-button{
	font-size: 2.5em;
	display: none;
	text-align: right;	
	cursor:pointer;
}

.thicker-line{
	border: 2px solid #404040;
}

@media only screen and (max-width: 960px){
	.mobile-menu{
		display: block;
	}
	.desktop-menu{
		display: none;
	}
	.mobile-66{
		width: 66% !important;	
	}
	.mobile-33{
		width: 32% !important;	
	}
	.mobile-button{
		display: block;	
		padding-top: 12px;
	}
}

@font-face {
	font-family: Raleway;  
	src: url(../fonts/Raleway-Regular.ttf);  
	font-weight: normal;  
}

.desktop-menu ul li{
	display: inline-block;
	font-size: 0.9375rem;
	font-family: Raleway, Tahoma, Arial;
}

.desktop-menu-item{
	font-weight: bold;
	color: #404040;
	text-decoration: none;
	font-size: 1.5em;
	padding-left: 20px;
}

.desktop-menu-item:hover{
	color: #22aadd;
}

.desktop-current-menu-item{
	color: #22aadd;
}

.website-name-title{
	float:left;	
	margin: 0;
}

/*CONTENT CSS*/
.content{
	width: 100%;
	vertical-align: top;
}

.dashed-list{
	list-style-type: square;
}

.no-style-list{
	list-style: none;
	padding-left: 8px;
}

.main-content-section{
	width: 60%;
	margin-right: 5%;
	margin-left: 20%;
	display: inline-block;
	padding: 10px;
	text-align: left;
	margin-top: 25px;
	margin-bottom:25px;
}

.sidebar-content-section{
	width: 20%;
	margin: 0 1%;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	background-color: #e1e1e1;
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.25);
}

.image-container{
	width: 100%;
	text-align:center;	
}

.image-container img{
	padding: 4px;
	max-width: 100%;
}

li,
p{
	font-family: Raleway, Tahoma, Arial;
	font-size: 1.0625rem;
	color: #404040;
	line-height: 1.5;
}

@media only screen and (max-width: 800px){
	.content{
		text-align: Center;
	}
	
	.main-content-section{
		width: auto;
		margin: 25px 5%;
	}

	.sidebar-content-section{
		width: auto;
		margin: 25px 5%;
	}
	
	.desktop-menu-container{
		width: auto;
		margin: 25px 5%;
	}
}

a{
	color:blue;
	text-decoration: none;
}

a:hover{
	color:darkblue;	
}

.red-text{
	color: red;	
}

.numbered-list{
	list-style:decimal;	
}

h1{
	color: #404040;
    font-family: Arial;
	font-size: 2.5rem;
    line-height: 1.5;
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
}

h2{
	font-size: 1.5em;
	color: #404040;
    font-family: Arial;
    line-height: 1.5;
}

/*FOOTER CSS*/

footer{
	width: 100%;	
	padding: 15px 0px;
	text-align:left;
	border-top: 1px solid lightgrey;
}

.footer-content{
	width: 60%;
	margin-left: 20%;	
}

/*Slider CSS*/
.slider-container {
    position: relative;
    overflow: hidden;
}
.banner-image {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    position: relative;
    display: block;
}
.visible-header {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
}

/*POSTS CSS*/
.project-thumb {
    width: 100%;
    background-size: cover;
    vertical-align: bottom;
    background-position: center;
	border-radius: 10px;
}
.post_excerpt_text{
	padding: 0 10px;	
}
.post-line{
	margin: 10px 0;	
}
button{
	background-color: white;
	transition: background .2s ease-in;
	transition: color .2s ease-in;
	font-family: Raleway, Tahoma, Arial;
	font-size: 1.2em;
}
button:hover{
	background-color: #22aadd;
	color: white;
}
/*POST PAGES*/
.small-grey-text{
	font-size: 0.8em;
	color: grey;
	font-family: Raleway, Tahoma, Arial;
}
.post-title{
	margin-bottom: 4px;	
}
/*GALLERY*/
.image-grid {
    position: relative;
    margin: 0.5% 0.16%;
    overflow: hidden;
    border-radius: 10px;
}
/*Video*/
.videoWrapper{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
	margin-bottom: 1%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Game */
@media only screen and (max-width: 1020px){
	.project-game{
		visibility:hidden;
		height: 0px;	
	}
}

/*Admin Things*/
.log-in-box-container{
	width: 100%;
	text-align: center;	
}
.log-in-box{
	max-width: 500px;
	width:100%;
	display: inline-block;
	background-color: lightgray;
	margin: 20px;
	margin-bottom: 50px;
}
.flat-text {
    margin: 0;
}

.input-editor-box-reg{
	width:100%;	
}
.input-editor-box-big{
	width:100%;	
}
.admin-desktop-menu{
	background-color: lightgrey;	
}
.admin-desktop-menu ul{
	margin: 0;
	padding: 10px 5px;
}
.admin-desktop-menu ul a{
	color: white;
	font-size: 1.5em;
}
.admin-desktop-menu ul button{
	padding: 0;	
	background: none;
	border: none;
	font-family: Raleway, Tahoma, Arial;
	color: white;
	cursor: pointer;
}
.admin-desktop-menu ul li{
	display:inline-block;
}
.admin-desktop-menu ul button:hover,
.admin-desktop-menu ul a:hover{
	color: black;
}
r{
	color:red;	
}