﻿//
// Custom styles
//

html {

}
body {
    margin: 0; /* Remove default margin */
    padding: 40px;
    height: 100vh; /* Make sure body takes full height */

}

.main-bg {
    background-image: url(../img/ukbg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100%;
}

.logo {
    margin: 20px;
}

.herobg {
    margin: 20px;
    background-color: black;}

.hero {
    color: white;
    padding-top: 40px;
}

blockquote {
    color: black;
    font-style: italic;
    font-size: 2rem!important;
}

.quote-container {
    background-color: white;
    color: black;
    padding: 40px;
    border: 2px solid black;
    float: right;
    width: 100%;
    margin-top: -200px;
    margin-left: 0px; /* Push it outside the left of main container */
    margin-right: -120px;   /* Space between box and wrapped text */
    padding: 20px;
    margin-bottom: 0px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
