.font1 {
    position: absolute;
    top: 1%;
    left: 11%;
    width: 7.5%;
    height: 6%;
    color:white;
    font-family:"Comic Sans MS", cursive, sans-serif;
    font-weight: bold;
    font-size:3vh;

}


.font2 {
    position: absolute;
    top: 7%;
    left: 11%;
    width: 7.5%;
    height: 6%;
    color:white;
    font-family:"Comic Sans MS", cursive, sans-serif;
    font-weight: bold;
    font-size:3vh;
}



.square {
    position: absolute;
    width: 2.5%;
    padding-bottom: 2.5%;
    float: left;
    height: 0;
}

.enlarge0 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-animation: enlarge1 2s;
    -moz-animation: enlarge1 2s;
    -o-animation: enlarge1 2s;
    animation: enlarge1 2s;

}




.enlarge1 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-animation: enlarge1 1s;
    -moz-animation: enlarge1 1s;
    -o-animation: enlarge1 1s;
    animation: enlarge1 1s;

}

.enlarge2 {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-animation: enlarge2 1s;
    -moz-animation: enlarge2 1s;
    -o-animation: enlarge2 1s;
    animation: enlarge2 1s;

}

.disappear {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    -webkit-animation: disappear 1s;
    -moz-animation: disappear  1s;
    -o-animation: disappear  1s;
    animation: disappear  1s;
    transition-timing-function: linear;
}

.invisible {
    /*opacity: 0;*/
    left: 1000%;
    top:-1000%
}


.visible {
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    opacity: 1;
}








/* Chrome, Safari, Opera */

@-webkit-keyframes enlarge1 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@-moz-keyframes enlarge1 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@-o-keyframes enlarge1 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@keyframes enlarge1 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}


/* Chrome, Safari, Opera */

@-webkit-keyframes enlarge2 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@-moz-keyframes enlarge2 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@-o-keyframes enlarge2 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}

@keyframes enlarge2 {

    50% { width: 130%; height: 90%; left: -18%; right: -18% }
}






@-webkit-keyframes disappear {
    0% { position: absolute; left: 0%; top:0%}
    100% { position: absolute; left: 1000%; top:-1000%}
}

@-moz-keyframes disappear {
    0% { position: absolute; left: 0%; top:0%}
    100% { position: absolute; left: 1000%; top:-1000%}
}
@-o-keyframes disappear {
    0% { position: absolute; left: 0%; top:0%}
    100% { position: absolute; left: 1000%; top:-1000%}
}
@keyframes disappear {
    0% { position: absolute; left: 0%; top:0%}
    100% { position: absolute; left: 1000%; top:-1000%}
}





.carousel-indicators li {
    background-color: black;
}
.carousel-indicators .active {
    background-color: green;
}
td {
    padding:0 5px 0 5px;
}
.modal-dialog {
    z-index: 1001;
}
.overlayModal {
    text-align:center;
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
}
.modal-backdrop {
    z-index: 1000;
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
}