@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Lato|Nunito|Nunito+Sans:800|Quicksand:300,400,500,700|Raleway|Raleway+Dots|Roboto+Condensed|Tangerine:400,700');
				* {
					margin: 0;
					padding: 0;
	  				box-sizing: border-box;
				}
				html, body{
					height: 100%;
				}
				a{
					text-decoration: none;
				}
				a:hover{
					text-decoration: underline;
				}
				p {
				  	word-wrap:break-word;
				}
				h1{
					padding: 0;
					margin: 0;
					font-family: "Quicksand";
					font-size: 2em;
					font-weight: 500;
					font-style: normal;
					text-shadow: 0 0 0 #aaa;
					color: black;
					text-align: left;
				}
				h2{
					padding: 0;
					margin: 0;
					font-family: "Quicksand";
					font-size: 1em;
					font-weight: 300;
					font-style: normal;
					color: black;
					text-shadow: 0 0 0 #aaa;
					color: black;
					text-align: left;
				}
				h3{
					margin-top: 2em;
					margin-left: 0;
					margin-bottom: 0;
				    text-transform: inherit;
				    font-size: 1.2em;
				    font-family: "Quicksand";
				    font-weight: 500;
				    font-style: normal;
				    color: rgba(0, 0, 0, 1);
				    line-height: 1.8em;
				    padding: 0em 0px;
				    width: 90%;
				    text-align: justify;
				}
				h4{
					padding: 0;
					margin: 0;
					font-family: "Quicksand";
					font-weight: 300;
					font-style: normal;
					color: black;
					font-size: 1.0em;
					text-shadow: 0 0 0 #aaa;
					color: black;
					text-align: left;
				}
				h5{
					padding: 0;
					margin: 0;
					font-family: "Quicksand";
					font-weight: 300;
					font-style: normal;
					color: black;
					font-size: 0.7em;
					text-shadow: 0 0 0 #aaa;
					color: black;
					text-align: left;
				}
				p.quote {
				    font-size: 1.2em;
				    line-height: 1.5em;
				    font-style: italic;
				    color: rgba(56, 50, 50, 1);
				    margin: 0px;
				    font-family: "Roboto";
				    font-weight: 400;
				    text-shadow: 4px 4px 4px #aaa;
				}
				p {
				    margin: 3em 0 3em 0;
				    text-transform: inherit;
				    font-size: 0.9em;
				    font-family: "Raleway";
				    font-weight: 500;
				    font-style: normal;
				    color: rgba(0, 0, 0, 1);
				    line-height: 1.8em;
				    padding: 0em 0px;
				    width: 90%;
				    text-align: justify;
				}
				body {
					height: 100vh;
				    overflow-x:hidden;
				    overflow-y: auto;
				    overflow-x:hidden;
				    overflow-y: auto;
				    background-color: white;
				    background-image: url("");
				    background-position: center;
				    background-repeat:no-repeat;
	    			background-size:cover;
				    background-attachment: fixed;
				}
				/* Fading animation */
				.fade {
				  -webkit-animation-name: fade;
				  -webkit-animation-duration: 1.5s;
				  animation-name: fade;
				  animation-duration: 1.5s;
				}

				@-webkit-keyframes fade {
				  from {opacity: .4} 
				  to {opacity: 1}
				}

				@keyframes fade {
				  from {opacity: .4} 
				  to {opacity: 1}
				}
				#containerag2 {
					position: relative;
					top: 120px;
					border-top, border-left, border-right: #c4c5c6 1px solid;
					border-bottom: 72px solid transparent;
					background-color: orange;
					height: 480px;
					width: 100%;
				}
				.fade-in {
					opacity: 1;
					animation-name: fadeInOpacity;
					animation-iteration-count: 1;
					animation-timing-function: ease-in;
					animation-duration: 2s;
				}

				@keyframes fadeInOpacity {
					0% {
						opacity: 0;
					}
					100% {
						opacity: 1;
					}
				}
						
	@media only screen and (min-width: 2480px) {
					
	}
	@media only screen and (max-width: 1080px) {
					
				  h1{
					padding: 0;
					margin: 0;
					font-family: "Quicksand";
					font-size: 1.2em;
					font-weight: 500;
					font-style: normal;
					text-shadow: 0 0 0 #aaa;
					color: black;
					text-align: left;
				}
				
				

						
						
						
					
		}