﻿/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    
}

.cover-container {
    max-width: 100%;
}

/*
 * Header
 */
.masthead {
    margin-bottom: 2rem;
    z-index:2;
    width:70%;
    margin:0 auto;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

    .nav-masthead .nav-link:hover,
    .nav-masthead .nav-link:focus {
        border-bottom-color: rgba(255, 255, 255, .25);
    }

    .nav-masthead .nav-link + .nav-link {
        margin-left: 1rem;
    }

.nav-masthead .active {
    color: rgb(255, 255, 255);
    border-bottom-color: #ff0000;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }

    .nav-masthead {
        float: right;
    }
}


/*
 * Cover
 */
.cover {
    padding: 0 1.5rem;
    width:100%;
}

    .cover .btn-lg {
        padding: .75rem 1.25rem;
        font-weight: 700;
    }


/*
 * Footer
 */
.mastfoot {
    color: rgba(21, 20, 20, 0.50);
    z-index:2
}


@media (max-width: 768px) {
    div#sagUst {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
        background-color: #ff0000;
        height: 60px;
        position: fixed;
        width: 512px;
        top: 23px;
        right: -268px;
        z-index: 0;
    }
    div#solAlt {
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Safari */
        transform: rotate(45deg);
        background-color: #ff0000;
        height: 250px;
        position: fixed;
        width: 320px;
        bottom: -101px;
        left: -137px;
        z-index: 0;
    }
    .inner {
        text-align: center;
    }
    #logo {
        background: rgba(0,0,0,0.1);
        padding:10px;
        border-radius:10px;
    }
}