body{
    background-color: whitesmoke;
    padding:0px;
    margin:0px;
}

@font-face {
    font-family: standard;
    src: url(cal.ttf);
  }

button{
    background:none;
    text-decoration: none;
    background-color: whitesmoke;
    border-color: grey;
    border-radius: 2em;
    border-width: 1px;
    transition: all 0.3s ease-in;
    color:black;
    font-family: standard;
    padding:0.2em 0.7em;
    margin:1em;
    font-size: x-large;

}

button:hover{
    border-color: darkslategray;
    background-color:black;
    color:whitesmoke;
}



#menuLine{
    width: 60%;
    margin:auto;
    align-content: center;
    text-align: center;
}

#welcome{
    width: 70%;
    margin:auto;
    font-family: standard;
    font-size: x-large;
    margin-top: 5em;
    text-align: center;
}

.bannerImage{

    min-width:100%;
    min-height:10em;
    background-image: url("bestangleswhole.png");
    background-size: contain;
    background-repeat: none;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: xx-large;
}

#bannerAnimation{
    background-image: url("loopedv12fast.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-color: black;
    color:gray;
}

#bannerWeird{
    background-image: url("weird3.gif");
    background-size: contain;
    background-repeat: repeat-x;
    background-position-x: center;
    background-color: black;
    color:black;
}
.highligthed{
    color:red;

}
#bestGIF{

    max-width:5em;
    min-height:5em;
    background-image: url("bestanglesgif.gif");
    background-size: contain;
    background-repeat: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    font-size: xx-large;
}

.miniText{
    font-size: medium;
}
.decornull{
    text-decoration: none;
    color:black;
}

.decornull:hover{
    color:white;
}

.decornull_selected{
    color:white;
  
}

.selected{
    border-color: darkslategray;
    background-color:black;
}
a{
    text-decoration: none;
    color:black;
}

a{
    text-decoration: none;
    color:black;
}



#loopedv10{

    max-width:5em;
    min-height:5em;
    background-image: url("loopedv10small.gif");
    background-size: contain;
    background-repeat: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
    font-size: xx-large;
}

#weirdshow{
    width:11.1em;
    min-height:5em;
    margin:auto;
}

#weird2{

    width:3em;
    height:3em;
    background-image: url("weird2.gif");
    background-size: contain;
    background-repeat: none;
    margin:auto;
    float:left;
}

#weird3{

    width:5em;
    height:5em;
    background-image: url("weird1.gif");
    background-size: contain;
    background-repeat: none;
    margin:auto;
  float:left;
}

#weird4{

    width:3em;
    height:3em;
    background-image: url("weird3.gif");
    background-size: contain;
    background-repeat: none;
    margin:auto;
    float:left;
}

#gallery{
    display: flexbox;
    width:80%;
    border:none;
    border-style: double;
    border-color: black;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-right-width: 0px;
    
    margin:auto;

}
.showCase{
    width: 5em;
    height: 5em;
    
}

ul{
    padding: 2px;;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 0;
    list-style-type: none;

}

ul li{
    text-decoration: none;

}

.smallVideo{
    width:6em;
    height:6em;

}