@import "Global.css";

.logo {
   height : 60px;
}

h3 {
  font-size : 1.3em;
  text-align : center;
  margin-bottom : 5px;
  padding : 0px;
}

p {
  margin : 0px;
  margin-bottom : 5px;
  padding : 0px;
}

.message {
   position : relative;
   height : 0px;
   width : 540px;
   left: 0px;
   top : 0px;
   margin-top : 0px;
   margin-bottom : 0px;
   margin-left : auto;
   margin-right : auto;
   padding : 0px;
   text-align : left;
   color : white;
   font-size : 0.9em;
   border-width : 1px;
   border-style : solid;
   border-color : black;
/*
*/
}

.nav {
   top : 0px;
   height : 600px;
}

.button1 {
   top :60px;
   left : 30px;
}
.button2 {
   top : 160px;
   left : 30px;
}
.button3 {
   top : 260px;
   left : 30px;
}
.button4 {
   top : 360px;
   left : 30px;
}
.button5 {
   top :  60px;
   right : 30px;
}
.button6 {
   top : 160px;
   right : 30px;
}
.button7 {
   top : 260px;
   right : 30px;
}
.button8 {
   top : 360px;
   right : 30px;
}

.contactblock {
   top : -660px;
   height : 60px;
   width : 800px;
   font-size : 0.7em;
}

.addressblock {
   position : absolute;
   top : 10px;
   left : 30px;
   width : 150px;
   height :  30px;
   color : silver;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}

.phoneblock {
   position : absolute;
   top : 20px;
   right : 60px;
   height :  20px;
   width : 100px;
   color : silver;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : white;
*/
}
.webblock {
   position : absolute;
   bottom: 5px;
   right: 165px;
   height :  15px;
   width : 225px;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}
.emailblock {
   position : absolute;
   bottom: 5px;
   left: 165px;
   height :  15px;
   width : 225px;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}
