.b-pc {
    background-color: #5555dd;
}
.b-sc {
    background-color: #aaaaf0;
}
.b-tc {
    background-color: #fffff9;
}
.t-pc {
    color: #5555dd;
}
.t-sc {
    color: #aaaaf0;
}
.t-tc {
    color: #ffffee
}
.text {
    color: #333333;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px
}
body {
    font-family:'Courier New', Courier, monospace;
    margin:0px;
}
img.logo {
    width:30%;
    float:right;
}


/* 
--------------------------------------------
header starts here

*/
.navitem:hover, .navitem.here {
    background-color: #aaaaf0;
    border-bottom: solid 3px #ccc;
}
.navitem {
    display: inline-block;
    padding: 10px 10px 7px 10px;
    border-bottom: solid 3px #55d;
    transition-duration: 0.3s;
}
nav a {
    color: #ffffee;
    text-decoration: none;
}

nav a:hover {
    color: #336;
}
p {
    line-height: 25px;
}
button {
    cursor:pointer;
}

/*
--------------------------------------------
main section starts here
*/

.boxed {
    width: 100vw;
    max-width: 800px;
    margin:auto;
    padding-left: 30px;
}
section {
    min-height: 60vh;
    width: 70%;
    display:inline-block;
    padding-right: 40px;
}
aside {
    min-height:10vh;
    display:inline-block;
    vertical-align:top;
}
ul {
    list-style: none;
    padding: 0px;
}
li {
    padding: 2px 0px;
}
button {
    border:#5555dd solid 3px;
    padding: 10px;
    background-color:inherit;
    margin-top: 20px;
}
button:hover {
    background-color:#aaaaf0;
}
button:active {
    background-color:#5555dd;
    color:white;
}
.image-container {
    height: 100vh;
    overflow:hidden;
    width:100%;
    position:absolute;
    z-index:-100;
}
@keyframes slideUp {
    0% {
        transform:translateY(0%)
    }
    100% {
        transform:translateY(-85%)
    }
}

.shifter {
    max-width:100%;
    opacity:0.2;
    animation: 60s 1 slideUp;
}
input[type=email], input[type=text], textarea, select {
    display:block;
    width:100%;
    box-sizing:border-box;
    margin: 10px 0px;
    border: solid 1px grey;
    line-height: 25px;
    padding-left:10px
}
textarea {
    height:100px
}
select {
    height:30px;
}
/*
--------------------------------------------
footer starts here
*/

.topfooter {
    padding-top:20px;
    padding-bottom:10px;
    margin-top: 20px;
}
.subfooter {
    padding: 3px 0px;
    text-align:center;
}
.footer-logo {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}
.bold {
    font-weight: 600;
}
footer a {
    color: #ffffee;
    text-decoration: none;
}
.topfooter a {
    display:block;
}
footer h5 {
    font-size: 20px;
    margin-bottom:10px;
    margin-top:0px;
}
.twocol {
    width: 49%;
    display:inline-block;
    vertical-align:top;
}