@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,300italic,300,700,500italic,400italic,500,700italic&subset=latin,latin-ext");

body {
    margin: 0px;
    font-family: "Fira Sans";
}

.logo-right-top-corner {
    height: auto;
    width: auto;
    max-width: 140px;
    max-height: 140px;
    margin: 10px;
    margin-right: 20px;
}

.welcome-logo {
    margin-top: 80px;

    max-width: 30%;
    max-height: 30%;
}

.text-under-welcome-logo {
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 80px;
}

.menu-button {
    min-height: 50px;
    color: #494948;
    font-size: 25px;
    font-weight: 700;
    padding-top: 8px;
}

/*TODO*/
.menu-button:hover {
    background-color: #f5f5f5;
    color: #013e51;
}

.spacing-row {
    min-height: 80px;
    padding-top: 25px;
}

.main-bar {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #013e51;
}

.bg-blue {
    background-color: #013e51;
    color: white; /*white collor is always tied to blue #013e51 color */
}

.bg-orange {
    background-color: #E96317;
}

.bg-green {
    background-color: #C6D92D;
}

.footer-strip {
    height: 40px;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #013e51;
}

.footer {
    padding: 20px;
}

.footer-link, .footer-link:hover {
    text-decoration: none;
    font-size: 18px;
    color: #013e51;
    font-weight: 500;
}

.footer-img {
    height: 10%;
    margin-top: 15px;
    margin-bottom: 30px;
}

.page-body {
    padding-bottom: 50px;
    padding-top: 50px;
    min-height: 500px;
}

.tile {
    margin-bottom: 30px;
    margin-top: 30px;
}

.tile-image {
    height: 30%;
}

/* TILE BUTTONS START */
.tile-button-container {
    width: 70%;
    position: relative;
    text-align: center;
}

.my-btn {
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #F5F5F5;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: #494948;
}

.first-btn {
    margin-right: 5px;
    padding-top: 13px;
    width: 60%;
}

.first-btn:hover:hover {
    background-color: #F0F0F0;
}

.marketplace-icon {
    height: 35px;
}

.second-btn {
    width: 30%;
}

.second-btn:hover {
    background-color: #F0F0F0;
}

 /* ------ different third buttons ------ */
.third-btn-condoc {
    width: 100%;
    padding-top: 13px;
    background-color: #C6D92D;
}

.third-btn-condoc:hover {
    background-color: #C6D111;
}

.third-btn-mpr {
    width: 100%;
    padding-top: 13px;
    background-color: #E96317;
}

.third-btn-mpr:hover {
    background-color: #E95417;
}

.third-btn-misc {
    width: 100%;
    padding-top: 13px;
    background-color: #013e51;
    color: white;
}

.third-btn-misc:hover {
    background-color: #013e61;
    color: white;
}
/* ------ different third buttons ------ */

/* TILE BUTTONS END */

.launch-announcement {
    font-size: 20px;
    font-weight: 100;

    -webkit-border-radius: 12px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 12px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 12px;
    padding: 2%;
    margin-top: 5%;
    margin-bottom: 5%;
    border: 5px solid #C6D92D;
}

.launch-announcement-header {
    color: #494948;
}

.launch-announcement-line {
    border-color: #C6D92D;
    background-color: #C6D92D;
    color: #C6D92D;
}





