@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

body {
	font-family: 'Source Sans Pro', sans-serif;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
    padding: 0;
}

ul li {
	display: inline;
}

header {
	background-color: #000;
	border-bottom: 10px solid #1260a0;
	color: #fff;	
	line-height: 60px;
	padding: 10px 20px;
}

header ul li {
    display: block;
}

header ul li,
header ul li a {
	color: #4da4db;
	font-size: 20pt;
}

header a:hover {
	color: #4da4db;
	text-decoration: none;
}

header .pull-left,
header .pull-right {
    float: none !important;
    text-align: center;
}

#phone {
	font-size: 24pt;
	margin-left: 10px;
    position: relative;
    top: 15px;
}

#lance {
	padding: 25px;
	text-align: center;
}

#lance h3 {
	font-size: 29pt;
	margin: 0 0 10px 0;
}

#lance p {
	font-size: 16pt;
}

#lance img {
    margin: 0 auto 25px auto;
}

#blue {
	background-color: #1260a0;
	color: #fff;
	font-size: 18pt;
	padding: 25px;
	text-align: center;
}

#blue p {
	margin: 0 auto;
	max-width: 1150px;
}

#blue strong {
	font-size: 20pt;
}

#network {
	background-color: #002d66;
	color: #fff;
	padding: 25px 0;
	text-align: center;
	width: 100%;
}

#network h3 {
	font-size: 20pt;
	margin: 0 auto;
	max-width: 400px;
	text-shadow: 2px 2px #000;
}

#network button {
	background-color: #fff;
	border: 1px solid #000;
	font-size: 16pt;
	margin-top: 20px;
	padding: 5px 15px;
	text-transform: uppercase;
}

#network img {
    margin-top: 25px;
}
    
#services {
	background-color: #4da4db;
	font-size: 14pt;
	text-align: center;
}

#services .service {
	border: 1px solid #fff;
	margin: 20px;
	padding: 20px;
}

#services img {
	display: block;
	margin: 0 auto;
	width: 36px;
}

#services h4 {
	font-size: 16pt;
	font-weight: bold;
}

#services a {
	color: #fff;
	display: block;
	margin-top: 20px;
}

#recommendations {
	background-color: #000;
	color: #fff;
	font-size: 16pt;
	min-height: 500px;
	padding: 25px;
	position: relative;
}

#recommendations div {
	margin: 0 auto;
	max-width: 1250px;
	position: relative;
}

#recommendations div > div {
	bottom: 0;
	display: none;
	height: 450px;
	left: 0;
	margin-bottom: 0;
	max-width: inherit;
	position: absolute;
	right: 0;
	top: 0;
}

#recommendations p {
	display: table-cell; 
	height: 450px;
	margin: 0 auto;	
	text-align: center;
  	vertical-align: middle; 
  	width: 1250px;
}

#products {
    margin-bottom: 20px;
	text-align: center;
}

#products h4 {
	font-size: 16pt;
	font-weight: bold;
    margin: 20px 0;
}
    
#products ul li {
    display: block;
    margin: 10px 0 10px 25px;
}

#products ul li:first-child {
	margin-left: 0;
}

footer {
	background-color: #000;
	color: #fff;
	min-height: 50px;
    padding: 25px 0;
}

footer p {
	margin-bottom: 0;
	text-align: center;
}

footer a,
footer a:hover {
	color: #fff;
}

.modal-title {
	font-size: 24pt;
	text-align: center;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px 0and up) */
@media (min-width: 768px) { 
    header {
        height: 80px;
    }
    
    header ul li {
        display: inline;
    }
    
    header ul li:before {
        content: "\00a0|\00a0";
    }

    header ul li:first-child:before {
        content: "";
    }

    header .pull-left {
        float: left !important;
    }
    
    header .pull-right {
        float: right !important;
    }
    
    #logo {
        float: left;
    }
    
    #phone {
        position: none;
        top: 0;
    }

    #main-text p {
    	margin: 0 auto;
    	max-width: 600px;
    }

	#network h3 {
		font-size: 28px;
		max-width: 800px;
	}

	#network button {
		font-size: 20pt;
	}
       
    #products ul li {
        display: inline;
        margin: 10px 0 10px 25px;
    }
    
    #products ul li:first-child {
        margin-top: 0;
    }
    
    #recommendations {
        min-height: 300px;
    }
    #recommendations div > div,
    #recommendations p{
        height: 250px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#lance img.right {
    	float: right;
    	margin: 0 auto;
    }

	#network h3 {
		font-size: 32pt;
		max-width: 1000px;
	}    
    
    #network img {
        float: left;
        margin-top: 0;
    }
    
    #recommendations {
        min-height: 200px;
    }
    #recommendations div > div,
    #recommendations p{
        height: 150px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #recommendations {
        min-height: 170px;
    }
    #recommendations div > div,
    #recommendations p{
        height: 120px;
    }
}