html{
    height: 100%;
    width: 100%;
}
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #efefef;
}
#header{
    position: absolute;
    top: 0;
    height: 10%;
    width: 100%;
    background: linear-gradient(#dfdfdf, #efefef);
}
#main{
    left: 0;
    top: 10%;
    height: 80%;
    width: 100%;
    background: linear-gradient(#efefef, #ffffff, #efefef);
    position: absolute;
    border: #464646 solid;
    border-width: 0.12em 0 0.12em 0;
    z-index: 1;
}
#footer{
    position: absolute;
    bottom: 0;
    height: 10%;
    width: 100%;
    background: linear-gradient(#efefef, #dfdfdf);
}
#center{
    display: block;
    margin: 15% auto;
    padding: 1.4% 0.35%;
    -webkit-transform: rotateX(20deg) scale(1.3);
    transform: rotateX(20deg) scale(1.3);
}
#carousel{
    -webkit-perspective: 200px;
    perspective: 200px;
}
#button{
    background-color: #fefefe;
    font-family: Verdana;
    color: black; 
    border: 0.12em solid #93D2F0;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 1.2%;
    cursor: pointer;
    width: 7.2em;
    height: 2.3em;
}
#contact{
    position: absolute;
    padding: 5px;
    margin: 2px 0 0 -55%;
    height: 20px;
    width: 50%;
    z-index: -1;
    border: #464646 solid 1px;
    border-radius: 5px;
    background-color: #fefefe;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    float: left;
    display: block;
}
#frame{
    height: 80%;
    width: 100%;
    border: none;
    opacity: 0;
}
#info{
    margin-top: 1%;
    opacity: 0;
    margin-left: -4%;
    cursor: default;
}
#info li{
    padding-bottom: 0.8%;
}
li{
    list-style-type: none;
}
.moving{
    position: absolute;
    padding: 20px 5px;
    display: inline-block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.drop{
    margin: -96px 0 0 -5px;
    height: 175px;
    position: absolute;
    word-wrap: normal;
    width: 483px;
    z-index: -1;
    padding: 5px;
    border: #464646 solid 1px;
    border-radius: 5px;
    background-color: #fefefe;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    float: left;
    display: none;
    opacity: 0;
    -webkit-transition: display 0.1s ease, opacity 0.5s ease-in-out 0.1s;
    -moz-transition: display 0.1s ease, opacity 0.5s ease-in-out 0.1s;
    -o-transition: display 0.1s ease, opacity 0.5s ease-in-out 0.1s;
    transition: display 0.1s ease, opacity 0.5s ease-in-out 0.1s;
}
.exc{
    float: right;
    height: 86px;
    width: 234px;
}
.desc {
    padding: 5px;
    text-align: left;
    text-decoration: none;
    color: #464646;
    margin: 89px 0 0 0;
    height: auto;
    word-wrap: normal;
    width: auto;
}
.moving:hover .drop {
    display: block;
    opacity: 1;
}
#items:hover > .moving {
    opacity: 0.5;
    z-index: -1;
}
#items:hover > .moving:hover {
    opacity: 1;
    z-index: 0;
}
#header h3{
    font-family: Century Gothic, Verdana;
    font-style: italic;
    color: #464646;
    float: right;
    white-space: nowrap;
    margin: 1.25em;
    cursor: default;
}
#copyright{
    font-family: Century Gothic, Verdana;
    margin: 0.3em;
    padding: 0.45em;
    font-style: italic;
    font-size: 75%;
    color: #464646;
    float: right;
    white-space: nowrap;
    cursor: default;
}
a{
    text-decoration: none;
    color: #464646;
}
#info a:hover{
    font-weight: bold;
}
#copyright a:hover{
    font-weight: bold;
}
#media{
    margin: 1.25em 0.75em;
    top: 20px;
    display: inline-block;
}
.icons{
    height: 45px;
    width: 45px;
    margin: -0.2em 0.1em;
    display:inline-block;
    background: #606060;
    border-radius: 10px;
    transition: all 0.5s ease;
}
#T-C img{
    width: 35px;
    height: 35px;
    margin: 5px;
}
.icons img{
    width: 45px;
    height: 45px;
}
#T-Y:hover {
  background: #CC181E;
}
#T-T:hover {
  background: #5EAADE;
}
#T-F:hover {
  background: #3C599B;
}
#T-L:hover {
  background: #0083BE;
}