@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
*{
    font-family:'Open Sans', sans-serif;
}

#body {
margin-bottom: 10px;
}
.navbar{
    background: #7F7F7F;
}

 #toolbar .nav-link {
    color: white;
}

.Publish button {
    background: #4896CF;
    border: #4896CF;
    border-radius: 8px;
}

#submitForm {
        background: #4896CF;
        border: #4896CF;
        border-radius: 0px;

}
/*#form input, #form textarea{
 border-radius: 0px;
}
#form div {
    padding:0px;
}*/
#downloadButton:hover {
    background-color: #BF2438;
    border-color: #A32628;
}
#downloadButton {
    background: #A32638;
    border: #A32638;
    border-radius: 0px;
}
.Releases button {
    margin:3px;
    border-color: #4896CF;
    border-radius: 0px;
    background: #4896CF;
}
.modal-footer button {
     background: #4896CF;
     border: #4896CF;
     border-radius: 0px;
}

.container iframe {
width:900px; height:400px

}

 #table thead th{
    width: 20%;
 }

#table {
    --bs-table-bg: none;
    --bs-table-border-color: #D9D9D9;
    border-right-color: white;
    border-left-color: white;
    border-top-color: white;
    border-bottom-color: white;
}
#table .leftEdge {
    border-left-color: #D9D9D9;
}

#table .rightEdge {
    border-right-color: #D9D9D9;
}
@media only screen and (max-width: 768px) {
    .Title {
    width: 100vw;
    height: 150px;
    background: #A32638;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    }
    .ExtractMethod {
    font-family: 'Montserrat', sans-serif;
    height: 100px;
    text-align: center;
    color: white;
    font-size: 36px;
    margin: 0px;
    font-weight: 400;
    word-wrap: break-word;
    justify-content: center;
    align-items: center;
    display: flex;
    }

}

@media only screen and (min-width: 768px) {
    .Title {
    width: 100vw;
    height: 100px;
    background: #A32638;
    margin-bottom: 25px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    }
    .ExtractMethod {
    font-family: 'Montserrat', sans-serif;
    width: 600px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 36px;
    margin: 0px;
    font-weight: 400;
    word-wrap: break-word;
    }

}

.Publish {
background: #D9D9D9;
border-radius: 8px;
padding:10px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)

}

.popup {
    border-radius: 6px;
    background: white;
    position: fixed;
    word-wrap: wrap;
    display:flex;
    align-items: center;
    justify-content:center;
    visibility:hidden;
    flex-direction: column;

}
.Github p {
    display:inline-block;
    font-size:1.17em;
    margin-left:10px;
    border-radius:6px;
    border-style: solid;
}

.SourceForge p {
    display:flex;
    justify-content:center;
    font-size:20px;
    background: #4896CF;
    margin:0px;
}

.RecommenderPage #total1 {
    background: #E7842E;
    height:25px;
}

.RecommenderPage #monthly1 {
    background: #FFF2E8;
    height:25px;
}

.RecommenderPage #weekly1 {
    background: #EBC73B;
    height:25px;
}

.RecommenderPage #daily1 {
    background: #FFFAE6;
    height:25px;
}

.HomePage p {
    font-size: 1.2em;
}
.SourceForge h3 {
    margin: 0px;
    display:flex;
    justify-content: center;
    margin-right:0px;
    margin-left:0px;
}

.Support {
    background: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.Support h1 {
    display:flex;
    justify-content: center;
}
.Support p {
    font-size: 1.2em;
    text-align:center;
}
.Support ul li {
    font-size: 1.2em;
    margin-bottom:10px;
    text-align:justify;
}

.Releases h2 {
    text-align: center;
}
