
 * {
    transition: all .5s;
 }

.bg-dark {
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .5);
}

.btn {
    margin-bottom: .5rem;
}

#about, #mrpaul, #sean, #helvio {

}

.gogruntsbg {
    background-image: url(../images/scarif.jpg);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
    padding-top:56px;
    padding-bottom:110px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .25);
}

.gogruntsbg > .container {
    padding-top: 0px;
    color:#fff;
    text-shadow: 0 .1rem .1rem rgba(0, 0, 0, .9);
}

footer {
    color:#fff;
}

.navbar-brand {
    font-weight: 700;
    padding-right:30px;
}

.gogruntsbg > .container h1 {
    font-weight: 700;
    font-size:3em;
    padding-top:20px;
}

section h1 {
    font-weight: 700;
    padding:20px 0 0px 0;
    font-size: calc(1.375rem + 1.5vw);
}

section h2 {
    font-weight: 700;
    padding:0px 0;
    color:#777;
    font-size:calc(1rem + .9vw);
	max-width:100%;
}

.gogruntsbg > .container .lead {
    font-weight: 400;
    font-size:2em;
    width:100%;
}

b, strong {
    font-weight: 700;
}

.redstripe {
    background:#BC1C28;
    position: relative;
    height:70px;
    margin-top:130px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .9);
}

.yellowstripe {
    background: #FDB515;
    height:70px;
    width: 40px;
    display: inline-block;
    margin-right:10px;
}

.grunt {
    position: absolute;
    right: 150px;
    top: -140px;
    width: 190px;
}

.squad {
    position: absolute;
    right: 30px;
    top: -165px;
    width: 140px;
}

.stoosig {
    font-family: 'Brush Script MT', cursive;
    padding-left:20px;
    font-size:3em;
}

#links .card {
    margin-bottom:20px;
}

.photos {
    padding:10px 0 10px 40px;
    clear:left;
}

.photosright {
    float:none;
    padding-right:0;
}

.photos img {
    float: none;
    max-width:80%;
    border-radius: .5rem;
    border:10px solid white;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .25);
    margin-left:10px;
}

.photos img.rotateleft {
    transform: rotate(-1deg);
    margin-right:-40px;
    margin-top:20px;
}

.photos img.rotateright {
    transform: rotate(2deg);
}


@media (min-width: 575px) {
    .gogruntsbg > .container {
        padding-top: 40px;
    }
    .gogruntsbg {
        padding-top: 40px;
    }
    .gogruntsbg > .container .lead {
        width:50%;
    }

    .squad {
        right: 20px;
        top: -290px;
        width: 180px;
    }

    .grunt {
        right: 120px;
        top: -290px;
        width: 250px;
    }
}

@media (min-width: 768px) {
    .photosright {
        float:right;
    }
    .photo img {
        float:right;
        max-width:230px;
    }

    .photo img.photolarge {
        max-width:400px;
    }

    .photo img.photolarger {
        max-width:450px;
    }

    .squad {
        right: 10px;
        top: -310px;
        width: 200px;
    }

    .grunt {
        right: 130px;
        top: -290px;
        width: 270px;
    }

}

@media (min-width: 992px) {
    .gogruntsbg > .container .lead {
        width:75%;
    }
    .grunt {
        width: 340px;
        right: 140px;
        top: -380px;
    }
    .squad {
        width: 260px;
        right: 10px;
        top: -400px;
    }

    .gogruntsbg > .container h1 {
        font-size:5em;
    }
    .gogruntsbg {
        padding-top: 130px;
         padding-bottom:180px;
    }
	section h2 {
		max-width:70%;
	}
}

@media (min-width: 1200px) {
    .grunt {
        right: 230px;
        
    }
    .squad {
        right: 30px;
    }

    .gogruntsbg > .container h1 {
        font-size:5em;
    }
}