| Current Path : /home/nicholsonsmith/www/ |
| Current File : /home/nicholsonsmith/www/style.css |
body {
font-family:"Raleway", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:1.42857143;
color:#333;
background:#fff;
text-align:justify;
}
a {
color:#cf0507;
text-decoration:none
}
a:focus, a:hover {
color:#23527c;
text-decoration:underline
}
p {
margin: 20px 0 25px 0;
font-size: 18px;
font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
font-family:inherit;
font-weight:500;
line-height:1.5;
color:inherit;
margin-top:20px;
margin-bottom:10px
}
h3 {
font-size:20px;
}
footer p {
text-align:center;
font-size:16px;
}
hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
margin:35px 0 20px 0;
}
.jumbotron {
padding:35px 60px 15px 60px;
margin-top:60px;
margin-bottom:30px;
color:inherit;
background: rgba(255, 255, 255, 0.8);
box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
}
.container {
padding-right:15px;
padding-left:15px;
margin-right:auto;
margin-left:auto
}
@media (min-width:1200px) {
.container {
width:970px
}
}