* {
    padding: 0;
    margin: 0;
}


/*  BACKGROUND */

.container {
    background-image: url(coastbackground.jpg);
    /*background-color: rgba(6, 10, 109, 0.2);
    background-blend-mode: color;*/
    background-size: cover;
    background-position: center center;
	height: 100vh;
	/* position: fixed;
	top: 0;
	left: 0; */
	min-width: 100%;
	min-height: 100%;

}

html, body, .container {
	overflow: hidden;
}


/* BASIC SETUP */

* {
    margin: 0;
    padding: 0;
}

p, label {
    font-family: Hind, serif;
    line-height: 135%;
    font-size: 110%;
}

h1, h2, h3, footer, label, .main-nav, .form-messages, .button {
    font-family: Hind, sans-serif;
}

h1 {
    font-size: 200%;  
    padding: 10px;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #34344a;
}

a:hover, 
a:active {
    color: cornflowerblue;
}

.clearfix {
    clear: both;
}


/* HEADER */

header {
    height: 70px;
    border-bottom: 5px solid #34344a;
    
}

.title-page header {
    border: none;
}

.branding.logo {
    position: absolute;
    margin-top: 10px;
}

h2.branding {
    float: left;
    margin-left: 115px;
    padding-top: 10px;
    
}

h3.branding {
    float: left;
    margin-left: 115px;
    clear: left;
}


/* MAIN NAVIGATION */


.main-nav {
    font-size: 135%;
    float: right;
    padding-top: 20px;
}

.main-nav li {
    display: inline-block;
    padding-right: 15px;
}


/* FOOTER */

footer {
    background: #34344a;
    color: white;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    
}

footer li {
    display: inline-block;
    padding: 10px 40px;
}

/* TITLE PAGE */

.marquis {
    margin: 0 auto; /* centers the image */
    text-align: center; /* centers the text */
}

.marquis-group {
    margin-top: 3%;
}

.title-page .logo {
    height: 80px;
    width: auto;
    display: block;
}

.title-page h1 {
    padding-bottom: 0;
}

.title-page p {
    width: 40%;
    padding: 1%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: -webkit-radial-gradient(white, rgba(255, 255, 255, 0));
    background: radial-gradient(white,rgba(255, 255, 255, 0));
    color: #40407e;
    border-radius: 3%;
    display: none;
}


/* ABOUT PAGE */

#Daddy {
    float: right;
    height: 150px;
    width: auto;
    margin-right: 28%;
    margin-top: 7%;
}
/* Need to fix alignment in Safari & Firefox */

.bio {
    width: 25%;
    float: left;
    margin-left: 28%;
    margin-top: 5%;
    padding: 1%;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    color: #40407e;
    border-radius: 3%;
}

.bio h2 {
    padding-bottom: 10px;
    color: #34344a;
}

/* SERVICES PAGE */

.services-boxes {
    width: 80%;
    margin: 3% auto;
}

.columns3:hover, 
.bio:hover {
    border: 1px solid black;
}

.columns3 {
    display: block;
    float: left;
    width: 25%;
    margin: 3.1%;
    padding: 1%;
    text-align: center;
    background: rgba(255, 255, 255, 0.78);
    color: #40407e;
    border-radius: 3%;
    
}

.services-boxes h2 {
    padding-bottom: 20px;
    color: #34344a;
}

/* CONTACT PAGE */

.form {
    width: 30%;
    margin: auto;
}

.form h2, label {
    padding-bottom: 20px;
    color: #34344a;
}

.form h2 {
    text-align: center;
    margin-top: 10%;
}

label {
    display: inline-block;
    width: 30% /* of parent element */       
}

.form, 
input[type=text],
input[type=email] {
    font-size: 115%;
    
}

input[type=text],
input[type=email],
#message {
    width: 64%;
}

#message {
    height: 100px;  
    font-size: 100%;
}

label[for=message] {
    vertical-align: top;
}

.button {
    font-size: 100%;
    padding: 1% 3%;
    margin-left: 25%;
    border-radius: 10%;
    background: #f4f4f4;
    
} /* Chrome overrides input button styling.  These changes only show up in Firefox.  Don't know about Safari or IE. */


.form-messages {
    margin: 0 auto;
    color: white;
    text-align: center;
}