html {
	background: url("Image/bannerLogo.png") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body {
    margin: 0;
    padding: 0;
    overflow: visible;
}
h1,h2,h3,h4,h5,h6, p, a, b, i, strong, mark, span {
    font-family: Arial;
    color: white;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 50px;
}
h4 {
    font-size: 60px;
}
.menubar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgb(85, 85, 85);
    position: fixed;
    height: 100%;
	width: 260px;
    overflow: hidden;
}
.menubar .active {
    background-color: rgb(51, 153, 255);
    color: white;
}
.menubar li {
    display: block;
}
.menubar li a {
    display: block;
    cursor: pointer;
    color: white;
    padding: 8px 0 8px 0;
    text-decoration: none;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-bottom: white solid 1px;
}
.menubar li a:hover:not(.active) {
    background-color: rgb(51, 153, 255);
    color: white;
}
.menubar p {
    color: white;
    padding: 8px 0 8px 0;
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    border-bottom: white solid 1px;
    margin: 0;
}
.menubar span {
	color: white;
	text-align: center;
	font-size: 20px;
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
}
.content {
	padding-inline-end: 10%;
    padding-inline-start: 10%;
    text-align: center;
    margin-left: 260px;
}
.content h1 {
    padding: 0 5% 0 5%;
}
.content h3 {
	margin-top:0;
	margin-bottom:0;
	padding-top: 50px;
	padding-bottom:50px;
}
.profileImage {
    border: rgb(51, 153, 255) solid 4px;
    border-radius: 50%;
    height: 290px;
    width: 290px;
    margin: 2% 0 1% 0;
}
.icon {
    position: absolute;
    top: 24px;
    right: 25px;
    width: 40px;
    height: 25px;
    cursor: pointer;
    display: none;
}
.hamburger {
    width: 40px;
    height: 5px;
    position: relative;
    top: 49%;
    background-color: rgb(51, 153, 255);
}
.hamburger:before{
    content: '';
    position: absolute;
    height: 5px;
    width: 40px;
    background-color: rgb(51, 153, 255);
    top: 10px;
}
.hamburger:after{
    content: '';
    position: absolute;
    height: 5px;
    width: 40px;
    background-color: rgb(51, 153, 255);
    top: -10px;
}
.border {
    background-color: rgb(51, 153, 255);
    width: 100%;
    height: 12px;
    margin: 3.5% 0 0 0;
    border-radius: 20px;
}
.contactimg {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 25px 25px 25px 25px;
}
/* .aboutimg {
    position: relative;
    height: 190px;
    width: 190px;
    border: 1px solid rgb(51, 153, 255);
} */
img.seriesimg {
	height: 18.5em;
    width: 200px;
    margin: 12px 12px;
    padding: 0;
    outline: 4px solid #3399ff;
    outline-offset: -2px;
}

.clipsbutton {
	padding: 20px;
    background-color: rgb(51, 153, 255);
    color: white;
    font-size: 20px;
    border-radius: 20px;
    border: 0;
    display: inline-block;
    outline: 0;
    text-decoration: none;
}
@media screen and (max-width: 700px) {
    .menubar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .menubar li {
        display: none;
    }
    .menubar li a {
        border: none;
        font-size: 30px;
        border-bottom: white solid 1px;
    }
    .menubar p {
		padding: 8px 0 8px 10px;
        text-align: left;
        border: none;
        border-bottom: white solid 1px;
    }
	.menubar span {
		display: inline;
	}
    .content {
        margin-left: 0;
        background-size: auto;
        background-position: 40% 0;
		padding-inline-end: 0;
		padding-inline-start: 0;
    }
/* 	.contactimg {
	    height: 100px;
		width: 100px;
		margin: 12px 12px 12px 12px;
	} */
	img.seriesimg {
		height: 11.1em;
		width: 125px;
		margin: 6.4px 3px;
		padding: 0;
		outline: 2px solid #3399ff;
		outline-offset: -2px;
	}
    .icon {
        float: right;
        display: block;
    }
    .profileImage {
		height: 100px;
		width: 100px;
    }
}