body {
    background-color: black;
    font-family: sans-serif;
}

[class*="col-"]{
    float: left;
  }

  @media only screen and (min-width: 768px){
    .col-1{width: 8.33%}
    .col-2{width: 16.66%}
    .col-3{width: 25%}
    .col-4{width: 33.33%}
    .col-5{width: 41.66%}
    .col-6{width: 50%}
    .col-7{width: 58.33%}
    .col-8{width: 66.66%}
    .col-9{width: 75%}
    .col-10{width: 83.33%}
    .col-11{width: 91.66%}
    .col-12{width: 100%}
  }


.heading {
    font-size: 7em;
}

.heading2 {
    font-size: 6em;
}

.alliteration {
    font-size: 3em;
}

.github-link{
    color: #ffffff;
}

.contact-link{
    color: #0096ff;
}

.svgIcon{
    width: 1.5em;
    margin-right: 1em;
    float:left;
}

.body-container{
    font-family: sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 2em;
    margin-top: 4em;
    margin-left: 4.33%;
    margin-right: 4.33%;
    color: #0096ff;
}

.accordion {
    background-color: black;
    color: #0096ff;
    border-style: solid;
    border-color: #0096ff;
    border-radius: 10px;
    font-size: 3.8em;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #0096ff;
    color: #ffffff;
  }
  
  .panel {
    padding: 0 18px;
    background-color: #0096ff;
    color: #ffffff;
    border-color: #0096ff;
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    font-size: 3.3em;
    transition: max-height 0.2s ease-out;
  }

.iconPlus{
    float: right;
    padding-right: 20px;
}

.tableDiv{
    display: flex;
    justify-content: center;
    align-items: center;
    color:#0096ff;
    font-size: 3em;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
}

.contactTable{
    text-align: left;
}

.roundImage{
    border-radius: 27%;
}

