/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
body, html {
    width: 100%;
    height: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
a:focus {
    color: #fff;
    text-decoration: none;
}
a:hover {
	color:#333;	
	text-decoration: none;
	-moz-transition:all 0.3s ease-out;
	/* FF3.7+ */ -o-transition:all 0.3s ease-out; /* Opera 10.5 */ 
	-webkit-transition:all 0.3s ease-out; /* Saf3.2+, Chrome */ }
.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: url(../img/x.jpeg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -o-background-size: auto 100%;
}
.overlay {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    -o-background-size: auto 100%;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

h3 {
	color:#333;	
	text-decoration: none;
	-moz-transition:all 0.3s ease-out;
	/* FF3.7+ */ -o-transition:all 0.3s ease-out; /* Opera 10.5 */ 
	-webkit-transition:all 0.3s ease-out; /* Saf3.2+, Chrome */ }
	
.container {
    text-align: center;
    color: #f8f8f8;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.intro-message {
    position: relative;
    margin: auto;
    padding: 10%;

}
.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 3em;
}
.intro-divider {
    width: 100%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid dimgrey;
}
.intro-message > h2, .intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.intro-message > h2 {
    font-size: 2em;
    line-height: 1.625;
    color: #fff;
}
.intro-message > h3 {
    font-size: 1.7em;
    line-height: 1.625;
}

}
.intro-footer {
    font-size: 1em;
    text-align: center;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

@media (min-width:769px) {
    .site,
    .overlay {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }
    .intro-divider {
        width: 80%;
        border-top: 1px solid #f8f8f8;
        border-bottom: 1px solid dimgrey;
    }
    .intro-message > h1 {
        font-size: 5em;
    }
    .intro-social-buttons {
        flex-direction: row;
    }
    ul.intro-social-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    }

    .intro-content .tel {

        font-size: 3em;

    }
    .intro-content .address {

        font-size: 2em;

    }
}
