body:before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(Images/background.jpg)center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*{
	padding: 0;
	margin: 0;
}

nav{
	background-color: #FEFBDA;
	height: 50px;
	width:100vw;
	margin-top: 3vw;
	margin-bottom: 7vw;
}

nav ul{
	height: 50px;
	width: 800px;
	margin: 0 auto;
}

nav ul li{
	list-style-type: none;
	width: 200px;
	float: left;
	text-align: center;
}

nav ul li a{
	text-decoration: none;
	color: #19253f;
	line-height: 50px;
	display: block;
	font-family: 'Pattaya', sans-serif;
	font-size: 25px;
}

nav ul li a:hover {
	background-color: #19253f;
	color: #FEFBDA;
}


#logo{
	max-width: 800px;
	height: 80%;
	width: 80%;
	display: block;
    margin: 0 auto;	
	padding-top: 5%;
	padding-bottom: 4%;
}

#portrait{
	max-width: 300px;
	height: 30%;
	width: 55%;
	display: block;
    margin: 0 auto;	
	padding-top: 3%;
	padding-bottom: 0%;
}


div.gallery img {
    width: 100%;
    height: auto;
	margin-bottom: 5vw;
	margin-top: 5vw;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 5vw;
	float:left;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media only screen and (max-width: 700px) {
    .responsive {
    width: 80%;
	float:inherit;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

h1{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color:#FEFBDA;
	font-size:3vw;
	letter-spacing: .19vw;
	line-height: 7vw;
	margin: 19vw;
	margin-bottom: 0;
	margin-top: 2vw;
}

@media only screen and (max-width: 700px) {
	h1{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color:#FEFBDA;
	font-size:5vw;
	letter-spacing: .19vw;
	line-height: 8vw;
	margin: 19vw;
	margin-bottom: 0;
	margin-top: 2vw;
}
}

h2{
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FEFBDA;
	font-size:20px;
	letter-spacing: 0px;
	line-height: 30px;
	margin: 7vw;
	margin-bottom: 0;
	margin-top: 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 800px) {
	h2{
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FEFBDA;
	font-size:20px;
	letter-spacing: 0px;
	line-height: 30px;
	margin: 7vw;
	margin-bottom: 0;
	margin-top: 20px;
}
}



h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color:#FEFBDA;
	font-size:3vw;
	letter-spacing: .19vw;
	line-height: 7vw;
	margin: 19vw;
	margin-bottom: 0;
	margin-top: 2vw;
}

@media only screen and (max-width: 700px) {
	h3{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	color:#FEFBDA;
	font-size:5vw;
	letter-spacing: .19vw;
	line-height: 7vw;
	margin: 19vw;
	margin-bottom: 0;
	margin-top: 2vw;
}
}






@media screen and (max-width: 800px) {
nav ul{
	height: 50px;
	width: 400px;
	margin: 0 auto;
}
}

@media screen and (max-width: 800px) {
  nav ul li{
	list-style-type: none;
	width: 100px;
	float: left;
	text-align: center;
}
}

	

@media screen and (max-width: 400px) {
nav ul{
	height: 50px;
	width: 350px;
	margin: 0 auto;
}
}

@media screen and (max-width: 400px) {
  nav ul li{
	list-style-type: none;
	width: 87.5px;
	float: left;
	text-align: center;
}
}


@media screen and (max-width: 400px) {
  nav ul li a{
	text-decoration: none;
	color: #19253f;
	line-height: 50px;
	display: block;
	font-family: 'Pattaya', sans-serif;
	font-size: 20px;
}

}

@media screen and (max-width: 350px) {
nav ul{
	height: 50px;
	width: 300px;
	margin: 0 auto;
}
}

@media screen and (max-width: 350px) {
  nav ul li{
	list-style-type: none;
	width: 75px;
	float: left;
	text-align: center;
}
}


@media screen and (max-width: 350px) {
  nav ul li a{
	text-decoration: none;
	color: #19253f;
	line-height: 50px;
	display: block;
	font-family: 'Pattaya', sans-serif;
	font-size: 17px;
}
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  display: inline-block;
}

.demo {
  margin: 0 auto;
  padding-top: 64px;
  max-width: 640px;
  width: 94%;
}

.demo h1 {
  margin-top: 0;
}

/**
 * Footer Styles
 */

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color:#FEFBDA;
  font-size:2.1vw;
  letter-spacing: .2vw;
  display: inline-block;
	
}

@media only screen and (max-width: 770px){
	.footer{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  color:#FEFBDA;
  font-size:3vw;
  letter-spacing: .2vw;
  display: inline-block;
	}
}











