*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    font-family: balsamiq-Sans;
}
body{
    background-color: #001662;
    padding: 2.5% 15% 5% 15%;
}
.switch>a{
    font-size: 15px;
    text-decoration: none;
    color: #FF54D9;
}
.switch>a:hover{
    color: #4797ff;
    
}
header{
    text-align: right;
    padding-top: 2.5%;
    padding-bottom: 5%;
    padding-right: 2.5%;
    color: #FF54D9;
}
img{
    float: left;
    position: relative;
    max-width: 25%;
    border-radius: 50%;
    background-color: #FFFFFF;
}
h1{
    font-size: 400%;
    margin-bottom: 2.5%;
}
h3{
    font-size: 35px;
    color: #4797ff;
}
.row{
    clear: both;
}
.content-list a{
    color: #003170;
}
.content-list{
    float: left;
    border-radius: 10px;
    margin-top: 5%;
    clear: both;
    color: #001662;
    font-size: 200%;
}
.content{
    padding: 5%;
    margin-left: 5%;
    margin-top: 5%;
    color: #FF54D9;
    background-color: #001a7762;
    font-size: 20px;
    border-radius: 15px;
}
.content h1{
    font-family: balsamiq-Sans-italic;
}
.content h5,h4{
    color: #4797ff;
}
.content>p{
    color: #FF54D9;
}
ul{
    list-style-type: none;
    margin: 0%;
}
li{
    
    margin-top: 5%;
    margin-left: 0px;
}

.content-list>ul{
    padding: 2% 5% 5% 5%;
    border-radius: 10px;
    margin-top: 5%;
    clear: both;
    background-color: #FF54D9;
}
.content ul{
    list-style-type: disc;
    padding-left: 5%;
}
.content hr{
    background-color: #ff54dab9;
}
.content-list hr{
    background-color: #0015624d;
}
.contact li{
    padding: 0px;
    margin: 2px;
}
@media(max-width: 1200px) and (min-width: 1100px){
    .content h1{
        font-size: 180%;
    }
}
@media(max-width: 1366px){
    a{
        font-size: 25px;
    }
    h1{
        font-size: 280%;
    }
    content h1{
        font-size: 180%;
    }
}
@media(min-width: 1366px){
    .content a{
        font-size: 30px;
    }
    h1{
        font-size: 350%;
    }
}
@media(min-width: 1200px){
    h1{
        font-size: 350%;
    }
    .content h1{
        font-size: 230%;
    }
}
@media(max-width: 1100px){
    h1{
        font-size: 280%;
    }
    .content h1{
        font-size: 180%;
    }
}
.contact a{
    text-decoration: none;
}
@media(max-width: 950px){
    .content h1{
        font-size: 180%;
    }
    body{
        padding-left: 5%;
        padding-right: 5%;
    }
    h1{
        font-size: 280%;
    }
    h3{
        font-size: 180%;
    }
}
@media(max-width: 676px){
    h3{
        font-size: 160%;
    }
    h1{
        font-size: 300%;
    }
}
@media(max-width: 530px){
    h1{
        font-size: 250%;
    }
    h3{
        clear: both;
        font-size: 150%;
    }
}
@media(max-width: 991px){
    a{
        font-size: 18px;
    }
    li{
        margin-top: 0%;
    }
    ul{
        margin: 0px;
    }
    .content{
        margin-left: 0px;
    }
}
@font-face {
    font-family: balsamiq-Sans;
    src: url("../Balsamiq_Sans/BalsamiqSans-Regular.ttf");
}
@font-face {
    font-family: balsamiq-Sans-italic;
    src: url("../Balsamiq_Sans/BalsamiqSans-Italic.ttf");
}
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 30px; 
    z-index: 99; 
    border: none;
    outline: none; 
    background-color: #4797ff; 
    color: #001662;
    font-weight: bold;
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
    font-size: 18px; 
  }
  
  #myBtn:hover {
    background-color: #ff54d9; /* Add a dark-grey background on hover */
  }