﻿﻿/* IndividualPortfolio.css */

body
{
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    font-family: "Segoe UI",Tahoma,Arial;
    overflow-x: hidden;
    overflow-y: hidden;
}

#header {
    width: 100%;
    height: 35px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px;
}
h1 {
    color: Black;
    font-family: "Segoe UI",Tahoma,Arial;
    font-size: 20px;
    text-align: left;
    font-weight: 100;
    margin: 0px 0px 0px 5px;
}
.logo {
    color: Black;
    font-weight: bold;
}
h3 {
    color: #666666;
    font-size: 14px;
    font-family: "Segoe UI",Tahoma,Arial;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    overflow: hidden;
}
.intro 
{
    width: 100%;
    color: #666666;
    font-family: "Segoe UI",Tahoma,Arial;
    font-size: 14px;
}
    .intro UL {
        margin: 5px 0px 10px 0px;
         list-style-type: square;
   }
    .intro LI {
    }

#container {
    width: 100%;
    height: calc(100% - 35px);
    background-color: transparent;
    padding: 0px;
    overflow-x: scroll;
    overflow-y: hidden;
}
#groups {
    width: 4000px;
    height: 100%;
    background-color:transparent;
    overflow-x: hidden;
    overflow-y: hidden;
}
.group {
    display: block;
    margin: 5px 10px 0px 0px;
    width: 185px;
    background-color: transparent;
    height: calc(100% - 10px);
    overflow-x: hidden;
    overflow-y: hidden;
    float: left;
}
.triple {
    width: 830px;
}
.tiles
{
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 18px 0px;
    background-color: white;
    height: calc(100% - 40px);
    overflow-y: hidden;
}
.tiles:hover {
    overflow-y: scroll;
}

.smallTile {
    position: relative;
    background-color: rgb(0,113,197);
    color: white;
    float:left;
    background-repeat:no-repeat;
    width: 180px;
    height: 70px;
    padding: 0px;
    margin: 0px 19px 10px 0px;
    cursor: pointer;
}
.royalBlue {
    background-color: rgb(0,28,165); 
}
.skyBlue {
    background-color: rgb(0,113,197); 
}
.orange {
    background-color: rgb(218,84,45); 
}
.magenta {
    background-color: rgb(173,25,62); 
}
.brown {
    background-color: rgb(155,39,0); 
}
.smallTileIcon img {
    position:absolute;
    top: 2px;
    right: 2px;
    width: 80px;
    height: 66px;
    float: left;
}
.smallTileTitle {
    position:absolute;
    bottom: 5px;
    left: 5px;
    display:inline-block;
    width: 160px;
    overflow-y: hidden;
    margin-top: 8px;
    text-align: left;
    text-wrap: normal;
    word-wrap: break-word; 
    font-size: 12px;
    font-family: "Segoe UI",Tahoma,Arial;

}
