/* ==========================================================================
   Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Roboto+Slab:400,700|Roboto:400,700');

/* ==========================================================================
   Helper classes
   ========================================================================== */

.container {
    margin: 0 auto;
    position: relative;
    width: 950px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container {
    *zoom: 1;
}

.container-fluid {
    width: 100%;
    padding: 0 15px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    line-height: 1em;
    padding: 0;
}

a {
    text-decoration: none;
    color: #DC1928;
}

input[type="text"],
input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    opacity: 1;
}


/* ==========================================================================
   Responsive helpers
   ========================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
 * Grid helpers inspired from Twitter Bootstrap
 */

.row {
    margin: 0 -20px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    *zoom: 1;
}

.row>div {
    padding: 0 20px;
}

.col12 {
    width: 100%;
    float: left;
}

.col11 {
    width: 91.666666666667%;
    float: left;
}

.col10 {
    width: 83.333333333333%;
    float: left;
}

.col9 {
    width: 75%;
    float: left;
}

.col8 {
    width: 66.666666666667%;
    float: left;
}

.col7 {
    width: 58.333333333333%;
    float: left;
}

.col6 {
    width: 50%;
    float: left;
}

.col5 {
    width: 41.666666666667%;
    float: left;
}

.col4 {
    width: 33.333333333333%;
    float: left;
}

.col3 {
    width: 25%;
    float: left;
}

.col2 {
    width: 16.666666666667%;
    float: left;
}

.col1 {
    width: 8.3333333333333%;
    float: left;
}

.hidden-desktop {
    display: none;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #494a4d;
    background: #CBCBD1;
}

.wrapper_page {
    background: url('../images/photo.png') no-repeat left bottom;
    background-size: 45%;
}

.wrapper_text .text-col {
    margin-top: 100px;
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
}

.wrapper_text h1{
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 10px;
    color: #474749;
}

.wrapper_text h2{
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 5px;
    color: #fff;
}

.wrapper_text p{
    margin-bottom: 10px;
    line-height: 20px;
}

.wrapper_text p.undeline{
    text-decoration: underline;
}

.wrapper_text hr{
    margin: 20px auto;
    width: 30px;
    height: 1px;
    background: #4b4b4d;
    border: none;
}

.wrapper_text .social {
    margin-top: 30px;

}

/* unvisited link */
a:link {
    color: #474749;
}

/* visited link */
a:visited {
    color: #474749;
}

/* mouse over link */
a:hover {
    color: #474749;
}

/* selected link */
a:active {
    color: #474749;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Modify as content requires.
   ========================================================================== */


/*
 * Tablet
 */

@media only screen and (max-width: 1024px) {
    /* Tablet grid */
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.666666666667%;
    }
    .col-md-10 {
        width: 83.333333333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.666666666667%;
    }
    .col-md-7 {
        width: 58.333333333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.666666666667%;
    }
    .col-md-4 {
        width: 33.333333333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666667%;
    }
    .col-md-1 {
        width: 8.3333333333333%;
    }
    /* Helpers */
    .hidden-tablet {
        display: none;
    }
    .visible-tablet {
        display: block;
    }
    
    
    .wrapper_page {
        background-size: 55%;
    }
}


/*
 * Mobile
 */

@media only screen and (max-width: 767px) {
    /* Mobile grid */
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.666666666667%;
    }
    .col-sm-10 {
        width: 83.333333333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.666666666667%;
    }
    .col-sm-7 {
        width: 58.333333333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.666666666667%;
    }
    .col-sm-4 {
        width: 33.333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666667%;
    }
    .col-sm-1 {
        width: 8.3333333333333%;
    }
    /* Helpers */
    .hidden-mobile {
        display: none;
    }
    .visible-mobile {
        display: block;
    }
    
    .wrapper_page {
        background-size: 100%;
    }
    
    .wrapper_text .text-col {
        margin-bottom: 120%;
    }

}
