@charset "UTF-8";

/*Global View*/
header {
    background-color: #000000;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
}

footer {
    background-color: #000000;
    padding-top: 10px;
    padding-left: 50%;
    padding-bottom: 10px;
    padding-right: 50%;
    text-align: center;
    text-decoration-color: White;
    
}

html {
    height: 100%;
}

body {
    background: #000000;
    height: 100%;
    margin: 0;
    display: inherit;
}

.caption {
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: block;
}


.caption
span.border {
    color: #000000;
    align-items: ;
    font-size: 25px;
    letter: 10px;
    display: inline-block;
}


paragraph {
    align-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    padding-top: 20px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    max-width: 50%;
    font-style: normal;
}
paragraph a h2 {
    font-style: normal;
    font-weight: lighter;
    font-size: large;
    margin-top: 2px;
    font-fami: 'Oswald', sans-serif;
}


b {
    font-family: 'Oswald', sans-serif;
    font-size: medium;
    font-weight: lighter;
    line-height: 140%;
    text-align: center;
    vertical-align: text-top;
    display: inline-block;
    padding-bottom: 40px;
    margin-top: -10px;
}

.parallax {
    background-image: url('images/16464352939_6a38cf142e_o.jpg');
    height: 500px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}
.parallax-2 {
    background-image: url('images/18030053030_693df7d5c3_o.jpg');
    height: 50%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    
}

.container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
div paragraph a {
    font-style: italic;
    text-transform: uppercase;
}


/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
    header {
    }
    
    paragraph{
        font-size: 50%;
        font-size-adjust: auto;
        max-width: 50%;
    }
    
    .parallax {
    background-image: url('images/38533419300_42722e2c34_k.jpg');
    height: 85%;

}
.parallax-2 {
    background-image: url('images/18030053030_693df7d5c3_o.jpg');
    }

}

/*Mobile View*/
@media (max-width: 400px){
    paragraph {
        font-size: 50%;
        font-size-adjust: auto;
        max-width: 75%;
    }
    
    div paragraph a{
        font-size: 120%;
        font-size-adjust: auto;
        max-width: 100%;
    }
    
    caption {
        height: Auto;
    }
    .parallax {
    background-image: url('images/38533419300_42722e2c34_k.jpg');
    height: 85%;

}
.parallax-2 {
    background-image: url('images/18030053030_693df7d5c3_o.jpg');
    height: 60%;

}

}
