/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
h3 {
    line-height: 1 !important;
    padding-top: 30px
    }
.tab {
    margin-left: 10px;
    /*     margin-top: 0px; */
    display: inline-block;
    background-color: #4f4f4f;
    padding: 0 10px !important;
    color: #fff;
    font-size: 14px;
    transform: rotate(-3deg);
    /* Safari */
    -webkit-transform: rotate(-3deg);
    /* Firefox */
    -moz-transform: rotate(-3deg);
    /* IE */
    -ms-transform: rotate(-3deg);
    /* Opera */
    -o-transform: rotate(-3deg)
    }
.extra {
    font-size: 17px
    }
.fullcover {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%
    }
h2 {
    color: red !important
    }
.sidePicture {
    height: 100%;
    width: 100%;
    object-fit: cover
    }