/*
Fonts 

font-family: 'Acme', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Raleway', sans-serif;

*/

body
{
    margin: 0%;
    background-color: lightcyan;
    font-family: 'Lato', sans-serif;
}

footer
{
    background-color: rgb(195, 236, 236);
    width: 100%;
    margin: 0%;
    text-align: center;
    position: fixed;
    bottom: 0%;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 900;
}

h1
{
    font-weight: bolder;
    text-align: center;
}

/*Notice Footer*/
footer.footer-Hidden
{
    background-color: rgba(0, 0, 0, 0);
    width: .5%;
    margin: 0%;
    text-align: center;
    position: fixed;
    bottom: 0%;
    font-size: 2rem;
    font-weight: 900;
}
.footer-button
{
    background: rgba(0,0,0,0);
    border-style: none;
}

#CloseNoticeButton
{
    background: rgba(0,0,0,0);
    border-style: none;
}

div
{
    padding-bottom: 1%;
}

hr
{
   stroke-width: 10px;
}

table
{
    border-style: solid none solid none ;
    border-radius: 30%;
    border-color: rgba(0, 0, 0, 0.062);
    margin-top: 3%;
    margin-bottom: 3%;
}

th
{
    font-weight: bolder;
    font-size: x-large;
}

/* Custom CSS Classes */

.NavigationArea
{
    background-color: royalblue;
    border-radius: 10%;
    position: fixed;
    right: 10px;
    top: 0px;
    margin-top: 10px;
}

.Title
{
    color: black;
    font-size: 3.5rem;
    font-family: 'Acme', sans-serif;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-color: rgb(195, 236, 236);
    padding-bottom: 30px;

}

.AvitarIcon
{
    position: relative;
    width: 100px;
    height: 100px;
    padding: 10px;
    top: 30px;
}

.ProfileDescription
{
    margin-top: 5%;
    margin-bottom: 0%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.Title:hover
{
    color: grey;
}

.SubTitle
{
    background-color: rgba(154,195,195,0);
    background-color: #8eadad;
    /*text-align: left;*/
    padding: 10px 10px 10px 10px;
    font-weight: bolder;
    text-align: center;
}

.SubTitleButtons
{
    background-color: #4068df;
    color: white;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: normal;
    text-decoration: none;
}

.SubTitleButtons:hover
{
    background-color: #7796f5;
    color: white;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: normal;
}

.Button
{
    background-color: #4068df;
    color: white;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: normal;
    text-decoration: none;
}

.Button:hover
{
    background-color: #7796f5;
    color: white;
    padding: 8px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: normal;
}

/*Skills*/

.ProjectImage
{
    float: left;
    padding-right: 30px;
    width: 200px;
    height: auto;
    margin-bottom: 100px;
}

.ProjectTitle
{
    color: rgb(138, 218, 255);
}

.Skill-Row
{
    width: 50%;
    margin: 100px auto;
    text-align: left;
    line-height: 2;
}

.Skill-Description
{
    margin-bottom: 50px;
}

.SkillButton
{

    width: 50%;
    margin: 100px auto;
    text-align: left;
    line-height: 2;
    font-size: 1.2em;
    font-weight: bolder;
    padding: 20px;
    border-radius: 20px;
    border-style: none;
    background-color: #4068df;
    color: white;
    text-decoration: none;
}

.SkillButton:hover
{
    background-color: #6a84e7;
}

/* Images */
.CenterCity
{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: static;
    align-content: center;
    display: block;
}

.UnderCity
{
    background-color: #656764;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
    color: white;
}

.UnderCityText
{
    color: white;
    margin: 0;
    padding: 0;
}

.Cloud
{
    width: 200px;
    height: 126px;
    position: absolute;

}
@media (max-width: 1100px) {
    .Cloud
    {
        visibility: hidden;
    }
}

/*Pages*/
.PageBodyText
{
    text-align: left;
    margin-left: 20%;
    margin-right: 20%;
}

