*{
    margin: 0;
    padding: 0;
    font-family: monospace;
}
body{
    overflow-x: hidden;
    overflow-y: scroll;
    background: white;
    background: url('../images/ramon-salinero-vEE00Hx5d0Q-unsplash.jpg') fixed;
    background-size: cover;
}
.noScrollBar{
	overflow-y:scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.noSrollBar::-webkit-scrollbar {
	width: 0;
	height: 0;
}
#wallpaper{
    width: available;
    height: 100vh;
    color: white;
}
#wallpaper h1 a{
    color: white;
}
#wallpaper img{
    float: right;
    width: 7%;
    margin-right: 6%;
    margin-top: 2%;
    display: none;
}
#wallpaper #headingWrapper{
    width: 100%;
    height: 5%;
    font-size: x-large;
    padding-left: 4.5%;
    padding-top: 1%;
    padding-bottom: 1%;
    position: fixed;
    display:none;
}
#wallpaper #headingWrapper #heading{
    width: 10%;
    float: left;
}
li a{
    color: white;
    padding: 5px 10px;
    font-size:15px;
}
ul.topOptions {
    padding-top: 2%;
    text-align: end;
    position: fixed;
    width: 100%;
    margin-top:87vh;
}
.topOptions li{
    display: inline;
    margin-right: 1%;
    padding: 9px 10px;
}
.topOptions li img{
    width: 10px;
}
.topOptions li ul li{
    display: list-item;
}
#quote{
	width:300px;
	margin:10% 0 0 70%;
	position:fixed;
}
.options-side-bar{
	display:none;
	position:fixed;
	width:200px;
	margin-top:-20vh;
	margin-left:45px;
	text-align:center;
    transition:all .5s;
}
.leftOptions{
	list-style-type:none;
}
.margin-top{
	margin-bottom:0px;
	padding:0;
	width:150px;
	padding:10px 15px;
	border-radius:10px 10px 10px 10px;
}
.margin-top a{
	//background:#fff;
}
.margin-top:hover, .active{
	background:#000;
	border-radius:10px 10px 10px 10px;
}
.contacts-side-bar{
	margin:30vh 0 0 20px;
	position:fixed;
}
.contacts-side-bar a {
	font-size:18px;
	color:#ffffff;
	margin-left:10px;
} 
.contacts-side-bar img{
	width:30px;
	margin:10px 0px 0 0px;
}
#appHead{
    width: 100%;
    height: 10%;
    margin-top: -65vh;
    color: white;
    padding-bottom: 5%;
}
#appHead h1, #appHead h4{
    margin-left: 3%;
    font-size: xxx-large;
}
#appHead h4{
    font-size: medium;
    font-weight: normal;
}
.hide{
    margin-top: -100%;
}
.sticky{
    display: none;
}
.rounded{
    border-radius: 50%;
    width: 35%;
    margin-bottom: 20px;
}
#body{
	width:79%;
	height:95vh;
	overflow-y:hidden;
	background:rgba(0,0,0,0.25);
	box-shadow:0 8px 32px 0 rgba(31,38,135,0.37);
	backdrop-filter: blur(13.0px);
	-webkit-backdrop-filter: blur(13.0px);
    text-align: center;
    margin-top: 40vh;
    float:right;
    border-radius:30px 0 0 0;
    border:1px solid rgba(255,255,255,0.18);
}
#body h2, #body h3{
    font-weight: normal;
    margin-bottom: 20px;
}

.head{
    font-weight: normal;
    margin-top: 20px;
}
.underline{
    width: 50px;
    height: 2px;
    background: rgba(221,221,221,0.46);
    margin: auto;
}

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

.topOptions li a:hover{
    border-bottom: .2px solid #FFFFFF;
}
footer img{
    width:40px;
    margin: 20px;
}
#menuBtn{
	top:10px;
	right:10px;
	position:absolute;
	display:none;
}



@media (max-width:1150px){
	body{
		//background: white;
	}
	.contacts-side-bar img{
		width:25px;
		margin:10px 0px 0 0px;
	}
	.options-side-bar{
		margin-left:30px;
	}
}
@media (max-width:1000px){
	body{
		//background: white;
	}
	.contacts-side-bar img{
		width:25px;
		margin:10px 0px 0 0px;
	}
	.contacts-side-bar a{
		margin-left:5px;
	}
	.options-side-bar{
		margin-left:30px;
	}
	#body{
		width:78%;
	}
	#quote{
		width:300px;
		margin:10% 0 0 60%;
	}
}
@media (max-width:900px){
	body{
		//background: white;
	}	
	.contacts-side-bar{
		margin-left:0px;
	}
	.contacts-side-bar a{
		margin-left:5px;
	}
	.options-side-bar{
		margin-left:5px;
	}
	#quote{
		width:250px;
		margin:10% 0 0 57%;
		font-size:12px;
	}
}
@media (max-width:800px){
	body{
		//background: white;
	}	
	.margin-top{
		padding:5px 5px;
	}
	.contacts-side-bar a{
		margin-left:3px;
	}
	.options-side-bar .leftOptions li a{
		font-size:12px;
	}
	#body{
		width:76%;
	}
}
@media (max-width:770px){
	body{
		//background: white;
	}	
	.margin-top{
		padding:5px 5px;
	}
	.contacts-side-bar a{
		margin-left:2px;
	}
	.options-side-bar .leftOptions li a{
		font-size:11px;
	}
	.contacts-side-bar img{
		width:20px;
	}
	#body{
		width:74%;
		margin-top: 45vh;
	}
	#appHead h1, #appHead h4{
		margin-left: 3%;
		font-size: xx-large;
	}
	#appHead h4{
		font-size: small;
		font-weight: normal;
	}
	.topOptions li a{
		font-size:11px;
		padding: 9px 1px;
	}
}
@media (max-width:650px){
	body{
		//background: white;
	}
	.options-side-bar .leftOptions li,.options-side-bar .leftOptions li a{
		font-size:16px;
	}	
	.margin-top{
		padding:5px 3px;
	}
}
@media (max-width:610px){
	body{
		//background: white;
	}
	#menuBtn{
		display:block;
		position:fixed;
		width: 25px;
	}
	.topOptions li {
		font-family: monospace;
	}
	#quote, .topOptions, .contacts-side-bar{
		display:none;
	}
	#appHead{
		text-align:center;
	}
	#appHead h1, #appHead h4{
		font-size: 500%;
	}
	#appHead h4{
		font-size: 200%;
	}
	.options-side-bar{
		right:-45px;
		top:200px;
		background:rgba(255,255,255,0.1);
		box-shadow:0 8px 32px 0 rgba(31,38,135,0.37);
		backdrop-filter: blur(13.0px);
		-webkit-backdrop-filter: blur(13.0px);
		border-radius:20px;
	}
	#body{
		width:95%;
		float:none;
		margin-left:auto;
		margin-right:auto;
		border-radius:10px 10px 0 0;
	}
}
