/*site.css*/

html {
    webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
}

footer {
  	padding-top: 64px;
    padding-bottom: 64px;
   	border-radius: 3px;
    text-align: center;
    clear: both;
    font-size: 24px;
}

body {
    background-color: white;
    vertical-align: baseline;   
    font-family:Arial,Helvetica, sans-serif;
    font-size: 10px;
    margin: 0;
    box-sizing: inherit;
    padding: 0;
    overflow-x: auto;
    overflow-y: scroll;
    border: 0;
    outline: 0;
    background: 0 0;
}

html, body {
    padding: 0px;
    margin: 0px;
    font-family:Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

header {
    grid-area: 1/1/2/2;
}

a {
    text-decoration: none;
}

.content {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: inherit;
}

.container {
    font-size:42px;
    padding: 0;
    display: block;
    box-sizing: inherit;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-width: 980px;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    height: auto;
    color: #009ED8;
}

.links {
    color: #000;
    background-color: #fff;
    user-select: none;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: inherit;
    font-size: 24px;
    transition: color 0.4s ease 0s;
    display: inline-block;

}

.name {
    color: blue;
    background-color: inherit;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-size: 32px;
    font-weight: bold;
    transition: color 0.4s ease 0s;

}

.logo {
    width: 7%;
    color: inherit;
    background-color: inherit;
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration-color: rgb(blue);
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.photogrid {
    box-sizing: inherit;
}

.photogrid img {
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    position:relative;
    width: 100%;
    margin-bottom: -8px;
    border-style: none;
    box-sizing: inherit;
}

.palette {
    width: 49.99999%;
    float: left;
    box-sizing: inherit;
}

.collections {
    padding-top: 200px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    float: left;
    box-sizing: inherit;
    width: 22%;
}

.messagesblue {
    position: absolute;
    top: 250px;
    background-color: blue;
    color: white;    
    vertical-align: baseline;
    line-height: 2;
}

.messagespink {
    position: absolute;
    top: 650px;
    background-color: pink;
    color: black;   
    line-height: 2;
}

.messagespurple {
    position: absolute;
    top: 1050px;
    background-color: purple;
    color: white;
    line-height: 2;
}

.messagesorange {
    position: absolute;
    top: 1450px;
    background-color: orange;
    color: black;
    line-height: 2;
}

.messagesyellow1 {
    position: absolute;
    top: 300px;
    background-color: yellow;
    color: black;
    line-height: 2;
}

.messagesyellow2 {
    position: absolute;
    top: 700px;
    background-color: yellow;
    color: black;
    line-height: 2;
}

.messagesyellow3 {
    position: absolute;
    top: 1100px;
    background-color: yellow;
    color: black;
    line-height: 2;
}

.messagesyellow4 {
    position: absolute;
    top: 1500px;
    background-color: yellow;
    color: black;
    line-height: 2;
}

.labelspo {
    vertical-align: left;
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    float: left;
    box-sizing: inherit;
    width: 22%;
}

.labelsmu {
    vertical-align: left;
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    float: left;
    box-sizing: inherit;
    vertical-align: left;
    font-size: 16px;
    width: 22%;
}

.labelsmo {
    vertical-align: left;
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    float: left;
    box-sizing: inherit;
    vertical-align: left;
    font-size: 16px;
    width: 22%;
}

.labelssc {
    vertical-align: left;
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    white-space: 0%;
    outline-offset: 0%;
    float: left;
    box-sizing: inherit;
    vertical-align: left;
    font-size: 16px;
    width: 22%;
}

.aboutbody {
    text-align: center;
    font-size: 32px;
    max-width:100%;
    height: auto;
    vertical-align: middle;
    color: inherit;
}

.services {
    text-align: center;
    padding-bottom: 100px;
    font-size: 32px;
    font-weight: bold;
    max-width:100%;
    height: auto;
    vertical-align: middle;
    color: inherit;
}

.galleries {
    padding-right: 100px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-size:24px;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size:24px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.contact {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}