*{
    font-family: Arial, serif;
    box-sizing: border-box;
    line-height: 150%;
}

body{
    font-size: 100%;
}

section{
    margin: 0 7% 0;
}
.colourBlock{
    width: 70%;
    margin: 20px auto;
    padding: 3px;
    background-color: hsl(180, 60%, 45%);
}

.bs-example{
    margin-bottom: 60px;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    z-index: 5;
}
.bg-light {
    background-color: hsl(180,60%,50%)!important;
}
#navbarCollapse{
    flex-direction: row-reverse;
}
.navbar-brand{
    margin-top: 0;
    margin-bottom: 0;
    padding: 25px 60px 25px;
    color: white !important;
    font-size: 1.5em;
    text-align: center;
}
.nav-link{
    color: white !important;
    padding: 1em 1.5em 1em !important;
    font-size: 1.25em;
}
li a:link{
    display:inline-block;
    float: right;
    color: white;
    text-align: center;
    padding:30px;
    font-size: 1.25em;
    text-decoration: none;
}
li a:visited{
    color: white;
    text-decoration: none;
}
li a:hover{
    background-color:hsl(180,60%,45%);
    text-decoration: none;
    color: white;
}

#myName{
    display: block;
    color: white;
    padding: 30px 60px 20px;
    font-size:1.5em;
}

h2{
    text-align: center;
}

#profilePic{
    border: 5px solid hsl(180,60%,45%);
    border-radius: 50%;
    max-width: 130px;
    min-width: 100px;
    margin: 5%;
}

.intro{
    margin: auto auto 140px;
    max-width:55%;
    text-align: center;
    font-size: 1.625em;
}

.intro a:link, a:visited{
    color:hsl(180,60%,20%);
    text-decoration: underline;
}

.intro a:hover, a:active{
    color:hsl(180,60%,55%);
}

.skillSet{
    margin:10%;
    padding:3% 10% 3%;
    border-radius:20px;
    background-color:hsl(180,60%,90%);
    overflow: auto;
}

.skillIcon{
    height: 6em;
    width: 6em;
    padding: 1%;
    margin: 2% 5% 5%;
    /*display: inline-block;*/
    display: inline;
    text-align: center;
    /*float: left;*/
    border: 3px solid hsl(180,60%,20%);
    border-radius: 50%;
    color: hsl(180,60%,20%);
}

.cap{
    /*display: inline-block ;*/
    float: left;
    width: 33%;
}
.capIcon{
    text-align: center;
}
.capDetail{
    text-align: center;
    width: 100%;
    display: inline-block;
    /*clear: right;*/
}
.contentStyle{
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

footer {
    background-color: hsl(180, 60%, 50%);
    color: white;
    padding: 10px;
}

#contact{
    padding: 20px;
}
.contactItem{
    list-style-type: none;
}
.contactItem li a:link{
    text-decoration: none;
    color: white;
    margin: 0 7% 0;
    list-style-type: none;
    float: none;
    padding: 0;
}

