/*site.css*/

html {
    -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: blue;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.photogrid {
    box-sizing: inherit;
}

.photogrid img {
    vertical-align: middle;
    color:inherit;
    display: inherit;
    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;
    float: left;
    box-sizing: inherit;
    width: 22%;
}

.messagesblue {
    position: absolute;
    top: 250px;
    background-color: blue;
    color: white;    
    vertical-align: baseline;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesblue:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagespink {
    position: absolute;
    top: 650px;
    background-color: pink;
    color: black;   
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagespink:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagespurple {
    position: absolute;
    top: 1050px;
    background-color: purple;
    color: white;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagespurple:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagesorange {
    position: absolute;
    top: 1450px;
    background-color: orange;
    color: black;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesorange:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagesyellow1 {
    position: absolute;
    top: 310px;
    background-color: yellow;
    color: black;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesyellow1:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagesyellow2 {
    position: absolute;
    top: 710px;
    background-color: yellow;
    color: black;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesyellow2:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagesyellow3 {
    position: absolute;
    top: 1110px;
    background-color: yellow;
    color: black;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesyellow3:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.messagesyellow4 {
    position: absolute;
    top: 1510px;
    background-color: yellow;
    color: black;
    line-height: 2;
    box-sizing: border-box;
    transition: transform .2s; /* Animation */
}

.messagesyellow4:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.labelspo {
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    float: left;
    box-sizing: inherit;
    width: 22%;
    padding-left: 55px;
    padding-top: 10px;
    transition: transform .2s; /* Animation */
}

.labelspo:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.labelsmu {
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;;
    float: left;
    box-sizing: inherit;
    font-size: 16px;
    width: 22%;
    padding-top: 10px;
    transition: transform .2s; /* Animation */
}

.labelsmu:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.labelsmo {
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    float: left;
    box-sizing: inherit;
    font-size: 16px;
    width: 22%;
    padding-top: 10px;
    transition: transform .2s; /* Animation */
}

.labelsmo:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.labelssc {
    font-size: 16px;
    vertical-align: middle;
    color:inherit;
    display: inherit;
    float: left;
    box-sizing: inherit;
    font-size: 16px;
    width: 22%;
    padding-top: 10px;
    transition: transform .2s; /* Animation */
}

.labelssc:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

.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-left: 55px;
}

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;
}

table, th, td {
  border: 1px solid black;
  padding: 5px;  
  text-align: center;
  font-size: 32px;
}

table {
  border-spacing: 15px;
}

.frame {
    margin: auto;
    display: block;
}

.quote {
    padding-left: 105px;
    transition: transform .2s; /* Animation */
}

.quote:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.5); 
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.galcontainer {
  position: relative;
}

/* Hide the images by default */
.myslides {
  display: none;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 300px;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 72px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: lightblue;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 36px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.documentation {
    font-family: Times New Roman, sans-serif;
    font-size: 36px;
}