
/* Google Doc Display Sizes */
.my-fundraise-size,
.my-clubinfo-size,
.my-minutes-size,
.my-bilaws-size,
.my-flyer-size,
.my-doc-size {
    max-width: 800px;
    height: 840px;
}

/* About Page Flyer Size */
.my-flyer-size-about {
    max-width: 800px;
    height: 1052px;
}

/* #region Sizes */
.bd-logo-size {
    height: 358px;
}
.youth-wrestling-text-size {
    height: 30px;
}
.home-size {
    height: 30px;
}
.nav-brand-size {
    height: 40px;
}
.nav-brand-size-med {
    height: 180px;
}

.download-image-size {
    width: 260px;
}

.card-heading-size {
    width: 260px;
}
.card-image-size {
    padding-right: 8px;
    padding-top: 0;
    padding-bottom: 3px;
    height: 27px;
}
.my-calendar-size {
    width: 100%;
    height: 720px;
}

/* Buttons */
.page-button-size {
    width: 220px;
}
.back-button-image-size {
    height: 18px;
}
.group-button-size {
    min-width: 42px;
    height: 35px;
    font-size: 16px;
}

.trackwrestling-button-size {
    width: 180px;
}
.trackwrestling-button-image-size {
    width: 140px;
    height: 40px;
}

/* Gallery Picture size */
.gallery-picture-size {
    height: 182px;
}

/* About Cards Body Min-Height */
.about-card-body-min-height {
    min-height: 160px;
}

/* #endregion */

/* #region (BS -sm- ) (min-width: 575px) and (max-width: 768px) Smaller tablets */
@media (min-width: 575px) and (max-width: 768px) {

    /* #region Sizes */
    .bd-logo-size {
        height: 500px;
    }
    /* #endregion */    
}
/* #endregion  */

/* #region (BS -md- ) (min-width: 768.01px) and (max-width: 991px) Large tablet styles */
@media (min-width: 768.01px) and (max-width: 991px) {

    /* #region Sizes */
    .bd-logo-size {
        height: 500px;
    }
    /* #endregion */  
}
/* #endregion */

/* #region (BS -lg- ) (min-width: 992px) Start of Desktop */
@media (min-width: 992px) {

    /* #region Sizes */
    .bd-logo-size {
        height: 210px;
    }    
    /* #endregion */    
}
/* #endregion*/

/* #region (BS -lx- ) (min-width: 1200px) Medium Desktop*/
@media (min-width: 1200px) {

    /* #region Sizes */
    .bd-logo-size {
        height: 302px;
    }
    /* #endregion */
}
/* #endregion */

/* #region (BS - xlg- ) (min-width: 1399.98px) Large Desktop */
@media (min-width: 1399.98px) {

    /* #region Sizes */
    .bd-logo-size {
        height: 409px;
    }
    /* #endregion */
}
/* #endregion */