
@media (max-aspect-ratio: 1/1) {
  .scrollingBackground {
    background-size: fit;
  }
}
@media (aspect-ratio: 16/9) {
  .scrollingBackground {
    background-size: fit;
  }
}
::-webkit-scrollbar {
        display: none; 
}
::-moz-scrollbar { 
        display: none; 
}
::-webkit-input-placeholder{
        color: rgba(255, 255, 255, 0.5);
        font-family: 'Michroma', sans-serif;
        }
/*-----[0-9]-----*/
/*-----[ A ]-----*/
a{
        text-decoration: none;
        color: #AAA;
}
#ampersand{
	font-size: .2em;
}
/*-----[ B ]-----*/
body{
        
	background-image: url("background.jpg");
	background-position: center;
	/*background-size: cover;*/
        color: white;
        font-weight: normal;
        margin: 0;
	min-height: 100%;
        padding: 0;
        text-align: center;
	font-family: 'Great Vibes';
	text-shadow: rgb(0,0,55) 1px 0px 10px;
        
}

/*----[ C ]-----*/

.center{
        margin-left: auto;
        margin-right: auto;
}
.centered{
	display: flex;
	justify-content: center;
	align-items: center;
}
#contactWrapper{
        margin-left: auto;
        margin-right: auto;
}
/*-----[ D ]-----*/
div{
    background-image: none;
}
/*-----[ E ]-----*/
/*-----[ F ]-----*/
/*-----[ G ]-----*/
/*-----[ H ]-----*/
h1{
	font-size: 40px;
	text-shadow: rgb(0,0,55) 1px 0px 10px;
	/*opacity: 0.2;*/
}
h2{
    background-image: none;
	font-size: 40px;
	text-shadow: rgb(0,0,55) 1px 0px 10px;
}
.headerFooter{
        height: 26px;
        width: 100%;
        line-height: 25px;
        position: fixed
}
hr{
        border:0;
        height: 5px;
        background-image: linear-gradient(to right, transparent, white, transparent);
	
	
}


/*-----[ I ]-----*/
iframe{
	width: 80%;
	max-width: 900px;
	height: 1100px;
}
img{
	margin: auto;
	Max-width: 80%;
}
/*-----[ J ]-----*/

/*-----[ K ]-----*/

/*-----[ L ]-----*/
#landing{
	max-width: none;
	margin: 0px;
}
li{
	list-style: none;
	font-family: Garamond;
	color: #AAA;
	text-shadow:none;
}
/*-----[ M ]-----*/
/*-----[ N ]-----*/
#navWindow{
	display: none;
	margin-left: -50px;
}
/*-----[ O ]-----*/
/*-----[ P ]-----*/
p{
	font-family: Garamond;
	background-image: none;
	margin: 0px;
	color: #AAA;
	text-shadow:none;
	background-color: white;
	padding: 20px;
	text-justify: distribute;
	border-radius: 2px;
}
/*-----[ Q ]-----*/
/*-----[ R ]-----*/
.raised{
    background-image: none;
    background-color: white;
    box-shadow: rgba(0,0,55, .5) 0px 5px 10px;	
    padding-top: 25px;
	margin-left: 10%;
	margin-right: 10%;	
	margin-bottom: 20px;
	border-radius: 2px;
}
/*-----[ S ]-----*/
.slide{
        background-size: cover;
        height: auto;
        position: relative;
        width: 100vw;
	min-height: 100vh;
        z-index: -2;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.scrollingBackground{
	

	position: relative;
	background-image: url("landingphoto.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

/*-----[ T ]-----*/
#titleCard{
    width: 50%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translateX(-50%)translateY(-50%);
}
/*-----[ U ]-----*/ 
ul{
    padding: 20px;
    background-color: white;
    background-image: none;
}
/*-----[ v ]-----*/
/*-----[ w ]-----*/
.white{
	margin-bottom: 20px;
	box-shadow: rgba(0,0,55, .5) 0px 5px 10px;
	border-radius: 2px;
	padding-top: 25px;
	margin-left: 10%;
	margin-right: 10%;
	background-color: white;
	background-image: none;
}
/*-----[ X ]-----*/
/*-----[ Y ]-----*/