.center {
    text-align: center;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
  }

.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bottom {
    background-color: black;
    font:bold 14px;
    color:white;
    width:100%;
    height:auto;
    padding:1%;
    border-top:1px solid white  ;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    height: 20%;
}

.div-center {
    margin: auto;
    padding: 10px;
    width: 50%;
}

.center-parent {
    text-align: center;
}

.center-parent > ul {
    display: inline-block;
}

.resize-img {
    width: 40%;
    height: auto;
}

/*
.background-color {
    cursor: pointer;
}
*/

.text-color {
    color: white;
}

.a:link {
    color: rgb(235, 64, 52);
    background-color: transparent;
    text-decoration: none;
}
  
.a:visited {
    color: rgb(235, 64, 52);
    background-color: transparent;
    text-decoration: none;
}
  
.a:hover {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}
  
.a:active {
    color: white;
    background-color: transparent;
    text-decoration: underline;
}

.mainFont {
    font-family: SanFrancisco, Times, serif;
}

.footer {
    font-size: small;
}

@font-face {
    font-family: SanFrancisco;
    src: url(../fonts/SF-Pro-Text-Regular.otf);
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}


.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: #2196F3;
}
  
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
  
.slider.round {
    border-radius: 34px;
}
  
.slider.round:before {
    border-radius: 50%;
}

.hovertext {
    position: relative;
    border-bottom: 1px dotted black;
}
  
.hovertext:before {
    content: attr(data-hover);
    visibility: hidden;
    opacity: 0;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0;
    transition: opacity 1s ease-in-out;
  
    position: absolute;
    z-index: 1;
    left: 0;
    top: 110%;
}
  
.hovertext:hover:before {
    opacity: 1;
    visibility: visible;
}

.sidebar {
    position: fixed;
    background-color: white;
    width: 5%;
    height: 100%;
    z-index: 9999;
    margin-right: 5px;
    margin-top: 0%;
    margin-left: 0%;
    left: 0px;
    top: 0px;
}

.icon {
    border-radius: 100%;
    position: fixed;
    transition-duration: 500ms;
    border: solid black 2px;
    margin-left: 0.5%;
    width: 4%;
}

.icon:hover {
    border-radius: 12px;
}

.margin1 {
    margin-top: 1%;
}

.margin2 {
    margin-top: 5%;
}

.margin3 {
    margin-top: 9%;
}

.margin4 {
    margin-top: 13%;
}

.margin5 {
    margin-top: 17%;
}

.margin6 {
    margin-top: 21%;
}

.margin7 {
    margin-top: 25%;
}

.margin8 {
    margin-top: 29%;
}

.margin9 {
    margin-top: 33%;
}

.margin10 {
    margin-top: 37%;
}

.margin0 {
    margin-top: 46%;
}

body {
    padding-left: 5%;
}
