body {
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    background-color:#696969;
}


.Processing {background-color: #f95436;}
.Systems {background-color: #f99436;}
.Programming{background-color: #f9ce36;}
.Development{background-color: #36f960;}
.Data{background-color: #42f4b3;}
.Computation{background-color: #66dbe8;}
.Connectivity{background-color: #7768e8;}
.Society{background-color:#ac68e8;}

.text-center {
    text-align:center;
}
.text-left {
    text-align:left;
}

h1 {
    line-height:80px;
    font-weight:900;
    font-size:60px;
    padding:0px 20px 5px 20px;
    font-family:'Open Sans', sans-serif;
}
h2 {
    line-height:40px;
    font-weight:900;
    font-size:30px;
    padding:0px 20px 5px 20px;
    text-transform:uppercase;
    font-family:'Open Sans', sans-serif;
}
h3 {
    line-height:30px;
    padding-bottom:0px;
    font-family:'Open Sans', sans-serif;
}
h4 {
    line-height:40px;
    padding-bottom:10px;
    font-family:'Open Sans', sans-serif;
}
h6 {
    line-height:20px;
    padding-bottom:1px;
    font-family:'Open Sans', sans-serif;
}
p {
    font-weight:300;
    line-height:30px;
}
section {
    padding-top:10px;
    padding-bottom:30px;
}

.color-white {
    background-color:#fff;
}
.spacing-small {
    line-height:120%;
    width: 90%;
    margin: 0 auto;
}
.color-light {
    background-color:#E9E9E9;
}
.head-main {
    font-size:80px;
    font-weight:900;
    color:#fff;
    padding:150px 20px 10px 20px;
}
.head-sub-main {
    font-size:40px;
    font-weight:600;
    color:#fff;
    padding:0px 20px 150px 20px;
}
.button {
    background-color:rgba(0, 0, 0, 0);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin:auto;
}
.fixed {
    position: fixed;
    top: 0;
    min-height: 50px;
    z-index: 99;
}
.navigation {
    background: rgba(0,0,0, 0.25);
    text-align:center;
}
.container {
    background: rgba(255, 255, 255, 0;
    height: 500px;
    margin: 0 auto;
    position: relative;
    top: 220px;
    width: 40%;
    overflow:scroll;
}
.row-text-left {
    background: rgba(255, 255, 255, 0;
    margin: 0 auto;
    position: relative;
    top: 220px;
    width: 40%;
    overflow:scroll;
    text-align:left;
}
