/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

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

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 10px 40px;
    font-size: 5.5em;
    font-weight: 700;
    border: solid 10px #60606e;
    display: inline-block;
    color: #60606e;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media (min-width:768px) and (max-width:1199px) {
.text-vertical-center h1{
   font-size: 9.5em;
    }
}

@media (min-width:481px) and (max-width:767px) {
.text-vertical-center h1{
   font-size: 6.5em;
    }
}
@media (max-width:480px) {
    .text-vertical-center h1{
   font-size: 3em;
    }
}