/* ----------------------------------------------------
  Created by Christina Truong 
  http://christinatruong.com
-------------------------------------------------------*/


/* GLOBAL STYLES
-----------------------------------------*/
html,
body {
    font-size: 25px;
	height: 100%;
}
body {
  background-color: khaki;
}
body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #00008B; /* dark blue */
	}
h1,
h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800; /* removes default bold styles */
  text-transform: uppercase;
  margin: 0; /* removes default space */
  text-align: center;
}
a {
  color: #000000;/* color is a dark golden rod */
  text-decoration: none; /* removes default underline */
}
a:hover {
  background: rgba(255, 255, 255, 0.3);
}
header,
main,
nav {
  padding: 20px 30px;
}
.highlight {
  color: #000000;
}
nav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 1000; /* removes default bold styles */
  text-transform: uppercase;
  margin: 0; /* removes default space */
}
/* HEADER STYLES
-----------------------------------------*/
header h1 {
  font-size: 30px;
}
header h2 {
  font-size: 25px;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav a {
  padding: 10px;
}

/* HOME PAGE STYLES
-----------------------------------------*/
.beach-image{width: 50%;

.beach-image{align-content: left;	}

/* ABOUT STYLES
-----------------------------------------*/
.beach-img {
  float: right;
  margin-right: 0px;
  width: 50%; /* Force the profile image to always take up 50% of available horizontal space. */
}
.composer-img {
  float: right;
  margin-right: 0px;
  width: 40%; /* Force the profile image to always take up 50% of available horizontal space. */
}
	blockquote {
  clear: both;
  padding: 5px 5px;
  text-align: center;
}
blockquote p {
  font-family: "Pacifico", cursive;
  font-size: 28px;
}

/* CONTACT STYLES
-----------------------------------------*/
.contact {
  background: url(../images/background-8.jpg) no-repeat 50%;
  background-size: cover;
}
.contact main {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact main h1 {
  text-transform: none;
}

/* FOOTER STYLES
-----------------------------------------*/
footer {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1px;
  text-transform: capitalize;
}
