﻿body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0;
    background: #474949;
}

img {
    max-width: 40%;
    height: auto;
}

header {
    padding: 20px 0;
    background: #0099ff;
}

    header .row,
    footer .row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    header h1 {
        font-weight: 700;
        margin: 0;
    }

    header p {
        padding: 0 20px;
        margin: 0;
    }

.jumbotron {
    display: flex;
    align-items: center;
    background-image: url('../SR1.jpg');
    background-size: cover;
    color: #ffffff;
    height: 500px;
    text-shadow: 0.25px 0.25px 0.25px #000000;
}

    .jumbotron h2 {
        font-size: 60px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .jumbotron h3 {
        margin: 0 0 20px;
        color: #fff;
    }

section .row img {
    margin: 0 0 30px;
    width: 100%;
}

.col-md-6 {
    margin: 0 0 30px;
}

.btn.btn-primary {
    border-radius: 2px;
    border: 0px;
    color: #fbd1d5;
    text-shadow: none;
    background-color: #ffffff;
}

    .btn.btn-primary:hover {
        color: #ffffff;
        background-color: #fbd1d5;
    }

.btn-secondary {
    background-color: #E8DFE0;
    color: #ffffff;
    margin: 0 0 30px;
}

footer {
    font-size: 12px;
    padding: 20px 0;
}

    footer .col-sm-8 {
        display: flex;
        justify-content: flex-end;
    }

    footer ul {
        list-style: none;
    }

    footer li img {
        width: 32px;
        height: 32px;
    }

.container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

iframe {
    margin: 5px;
    transition: all 2s;
    -moz-transform: scale(0.25, 0.25);
    -webkit-transform: scale(0.25, 0.25);
    -o-transform: scale(0.25, 0.25);
    transform: scale(0.25, auto);
}
