/* Styles for the home page*/

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body {
    background-image:url(../images/b64b56e8b30c345f63c33aefb5dea98b.jpg);
    background-attachment:fixed;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

div#wrapper {
    width:940px;
    margin:20px auto;
    overflow:hidden;
    background:rgba(255, 240, 245, 0.7);
}

.works-div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.index-div {
    padding: 20px;
}

.about-div {
    padding:20px;
}

.contact-div {
    padding: 20px;
}

header {
    padding-bottom:5px;
    background: #fff5f8;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 20px;
}

#logo {
    display:block;
    margin: 0 auto;
}


nav {
    height:50px;
    line-height: 50px;
    background:rgb(255, 217, 225);
}

nav li {
    list-style-type: none;
    float:left;
    width:25%;
    text-align: center;
}

nav a {
    text-decoration: none;
    color:rgb(102, 85, 92);
    display: block;
}

nav a:hover {
    background:rgb(255, 194, 206);
    color:white;
}

main {
    width:580px;
}

.centered-main {
    margin:0 auto;
}

.left-main {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff5f8;
    text-align: center;
    border:3px dotted rgb(255, 173, 194);
    padding: 15px;
}

.main {
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff5f8;
    text-align: center;
    border:3px dotted rgb(255, 173, 194);
}

aside {
    width:310px;
    padding:15px;
    margin-bottom: 20px;
    float:right;
    margin-top:20px;
    background:#fff5f8;
    border:3px dotted rgb(255, 173, 194);
}

aside p {
    font-size:.9em;
}

.row {
    clear:both;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.third {
    width: 300px;
    height: 300px;
    float:left;
    margin-right: 20px;
    
}

.third:last-of-type {
    margin-right: 0;
}

.row2 {
    clear:both;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.third2 {
    width: 300px;
    float:left;
    margin-right: 20px;
    
}

.third2:last-of-type {
    margin-right: 0;
}

.row3 {
    clear:both;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.third3 {
    width: 300px;
    float:left;
    margin-right: 20px;
    
}

.third3:last-of-type {
    margin-right: 0;
}


.row4 {
    clear:both;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
}

.third4 {
    width: 300px;
    float:left;
    margin-right: 20px;
    
}

.third4:last-of-type {
    margin-right: 0;
}

footer {
    height:50px;
    line-height:50px;
    border:3px dotted rgb(255, 173, 194);
    clear:both;
    font-size:.8em;
    color:rgb(129, 93, 102);
    background: #fff5f8;
    text-align: center;
}

footer a {
    color:rgb(129, 93, 102);
}

footer li {
    list-style-type: none;
    float:left;
    margin-right: 30px;
}

footer ul {
    margin: 0 auto;
}

h1, h2, h3 {
    margin-bottom:8px;
    font-family:Georgia, 'Times New Roman', Times, serif;
    line-height:1.2;
    color:rgb(255, 185, 205);
}

.contact-header1 {
    font-size:2.44em;
    padding-top: 20px;
    padding-bottom: 20px;
}


.contact-header3 {
    font-size:1.78em;
    font-weight:200;
}

p {
    margin-bottom:20px;
    line-height:1.5;
    color:rgb(0, 0, 0);
}

img.left {
    float:left;
    margin-right:30px;
    margin-bottom:10px;
    border:3px dotted rgb(255, 173, 194);
}

.center {
    margin: 20px auto;
    display: block;
    text-align: center;
}

p a {
    color: rgb(255, 173, 194);
    font-weight: bold;
}

form {
    max-width:580px;
    margin-bottom: 20px;
}

fieldset {
    padding:10px;
    border-radius:5px;
    border: 3px dotted rgb(255, 173, 194);
}

legend {
    font-size:1.3em;
    font-style:italic;
    padding:0 5px;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
    color: rgb(255, 173, 194);
}

input {
    margin-bottom: 10px;
    height:30px;
    width:100%;
}

input[type="submit"] {
    width: auto;
}

input[type="radio"],
input[type="checkbox"] {
    height: auto;
    width:auto;
    margin-right: 3px;
    margin-bottom:3px;
}

form ul {
    margin-left: 15px;
    margin-bottom: 10px;
}

form li {
    list-style-type: none;
}

select {
    margin-bottom:10px;
}

textarea {
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
}

h1 {
    color:rgb(255, 173, 194);
    font-size: 3em;
    margin-bottom:12px;
}

h3 {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;
}

#back-to-top {
    margin-left: 420px;
    color: rgb(185, 131, 144);
}

