/*div*/
/*#div1 img {
    width: 99%;
    height: auto;
    margin-left: 1vh;
    margin-right: 1vh;
    display: block;
}*/

.imgRow {
    display: flex;
}



.imgColumn {
    float: left;
    width: 50%;
}

.imgRow2 {
    display: flex;
}
.imgColumn2 {
    float: inline-start;
    width: 50%;
}


/*buttons*/
.tablinks {
    background-color: inherit;
    float: center;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    background-color: #a075ce;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5vh;
    border: none;
    border-right: 4px solid #5b1d9dbe;
    border-bottom: 4px solid #520a9f;
    width: 17.5%;
    margin: 2vw;
}

.bigtablinks {
    background-color: inherit;
    float: center;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    color: #ffffff;
    background-color: #a075ce;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vh;
    border: none;
    border-right: 4px solid #5b1d9dbe;
    border-bottom: 4px solid #520a9f;
    width: 40%;
    margin: 3vw;
}

.tablinks:hover {
    background-color: #8eb7ed; /* Green */
    color: white;
}

/*pictures*/
img.standard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    padding-top: 1%;
    
}

img.img {
    border: none;
    vertical-align: middle;
}

img.small{
    height: 100px;
    width: auto;
}

img.mid{
    height: 200px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 4px 0;
}
img.sideImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 300px;
    padding: 4px 0;
}

img.midImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 350px;
    padding: 4px 0;
}


img.tallImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 500px;
    padding: 4px 0;
}

img.bigImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 800px;
    padding: 4px 0;
}

img.bigsquare{
    width: 700px;
}

/*fonts*/
.bold{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bolder;
    font-size: larger;
    color: #5b1d9dbe;
}

.TJyellow{
    color: #f9bf27;
    font-size: 50px;
    font-weight: bold;

}

.SZUgreen{
    color: #46a77e;
    font-size: 50px;
    font-weight: bold;
}

.smaller{
    font-size: smaller;
}