@import url('https://fonts.googleapis.com/css?family=Cabin:400,600|Roboto:300,400,700');
@import url('bootstrap.min.css');
html {
    position: relative;
    min-height: 100%;
}

html,
body {
    height: 100%;
    }

body {
    background: url(paused_site_background.jpg) no-repeat top left;
    background-size: cover;
    font-size: 1em;
    margin-bottom: -60px;
}

h1 {
    font-family: 'Cabin', sans-serif;
    color: white;
    font-weight: 600;
    font-size: 4em;
}

p {
    font-family: 'Roboto', sans-serif;
    color: white;
    font-weight: 300;
    font-size: 1.9em;
    line-height: 1.4em;
    margin: 15px 30px;
}

a {
    color: #1D60C0;
    text-decoration: underline;
    font-weight: 700;
}

a:hover,a:focus {
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
}

.k {
    background-color: #7AD142;
    padding: 10px 15px 25px 10px;
    position: absolute;
    top: 30%
}

.blue {
    color: #1D60C0;
    font-weight: 400;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    overflow: hidden;
    background-color: transparent;
}

.fp {
    text-align: right;
    float: right !important;
    padding-right: 15px;
    font-size: 1.2em;
    font-weight: 400;
}

.footer a:hover,
.footer a:focus {
    color: #7AD142;
    font-weight: 400;
}

.footer p {
    padding-right: 15px;
}


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    body {
        background: url(paused_site_background.jpg) no-repeat top right;
        background-size: cover;
    }
    .kentriki {
        background-color: #7AD142;
        padding: 10px 15px 25px 10px;
        position: absolute;
        top: 15%
    }
    h1 {
        font-size: 1.8em;
    }
    p {
        font-size: 1.4em;
        line-height: 1.5em;
        margin: 15px 2px;
        text-align: left !important;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 420px) {
    .kentriki {
        background-color: #7AD142;
        padding: 10px 15px 25px 10px;
        position: absolute;
        top: 20%
    }
    h1 {
        font-size: 2.5em;
    }
    p {
        font-size: 1.4em;
        line-height: 1.5em;
        margin: 15px 10px;
        text-align: justify !important;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .kentriki {
        background-color: #7AD142;
        padding: 10px 15px 25px 10px;
        position: absolute;
        top: 20%
    }
    h1 {
        font-size: 3em;
    }
    p {
        font-size: 1.6em;
        line-height: 1.6em;
        margin: 15px 20px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .kentriki {
        background-color: #7AD142;
        padding: 10px 15px 25px 10px;
        position: absolute;
        top: 25%
    }
    h1 {
        font-size: 3.2em;
    }
    p {
        font-size: 1.6em;
        line-height: 1.6em;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .kentriki {
        background-color: #7AD142;
        padding: 10px 15px 25px 10px;
        position: absolute;
        top: 30%
    }
    h1 {
        font-size: 4em;
    }
    p {
        font-size: 1.7em;
        line-height: 1.4em;
    }
}