﻿body {
    padding-top: 30px; /* 50px; */
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/********************************************************************************************************************************************/

.logo-roll {
    background-image: url(../Content/MBS_UnderConstruction/Images/MBS-Big-Logo-black-bg.png);
    height: 280px;
    width: 280px;
    margin: auto;
    /*float: left;
	border-radius: 50%;*/
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .logo-roll:hover {
        background-image: url(../Content/MBS_UnderConstruction/Images/MBS-Big-Logo-white-bg.png);
        /*box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.8);*/
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.mbs-marron {
    color: #a61d4a;
}

.mbs-marron:hover {
    color: #ea1058;
}


@media (max-width: 800px) {
    .top-space {
        height: 0px;
    }
}

@media (min-width: 800px) {
    .top-space {
        height: 120px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif !important;
        font-weight: 600 !important;
        color: #414141 !important;
        margin: 20px 0 30px 0 !important;
        line-height: 1.5 !important;
        -webkit-font-smoothing: antialiased !important;
    }
}



/****************************************************************************************
    Design from Martinez - BEGIN
*****************************************************************************************/

body {
    padding-top: 30px; /* 50px; */
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/********************************************************************************************************************************************/

.logo-roll {
    background-image: url(../Content/MBS_UnderConstruction/Images/MBS-Big-Logo-black-bg.png);
    height: 280px;
    width: 280px;
    margin: auto;
    /*float: left;
	border-radius: 50%;*/
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .logo-roll:hover {
        background-image: url(../Content/MBS_UnderConstruction/Images/MBS-Big-Logo-white-bg.png);
        /*box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.8);*/
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.mbs-marron {
    color: #a61d4a;
}

    .mbs-marron:hover {
        color: #ea1058;
    }


@media (max-width: 800px) {
    .top-space {
        height: 0px;
    }
}

@media (min-width: 800px) {
    .top-space {
        height: 120px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif !important;
        font-weight: 600 !important;
        color: #414141 !important;
        margin: 20px 0 30px 0 !important;
        line-height: 1.5 !important;
        -webkit-font-smoothing: antialiased !important;
    }
}


.btn-mbs, .btn-mbs2 {
    width: 250px;
    font-size: 30px;
    padding: 10px 28px;
    padding-left: 33px;
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif !important;
    font-weight: 600 !important;
    background-color: #141414;
    border: 3px solid #141414;
    margin-bottom: 15px;
    transition: background-color 0.7s;
}

    .btn-mbs:hover, .btn-mbs2:hover {
        background-color: #a61d4a;
        border: 3px solid #141414;
    }

    .btn-mbs .fa {
        margin-right: 3px;
        margin-left: 2px;
        transition: margin 0.7s;
    }

    .btn-mbs:hover .fa {
        margin-left: 10px;
        margin-right: -5px;
    }

    .btn-mbs2 .fa {
        margin-left: 3px;
        margin-right: 2px;
        transition: margin 0.7s;
    }

    .btn-mbs2:hover .fa {
        margin-right: 10px;
        margin-left: -5px;
    }


/****************************************************************************************
    END
*****************************************************************************************/