/*!
 * Start Bootstrap - 2 Col Portfolio HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 .h1, h1{font-size:3.5vw;}
 p{font-family:'PxGroteskScreen', helvetica, sans-serif!important;}
 .pagination{font-family:'PxGroteskScreen', helvetica, sans-serif!important;font-size:1.5vw!important;
}
.navbar-inverse{background-color:white!important;color:black;margin-top:-15px}
.navbar-inverse a{color:black;}
.container{width:100%;}
 a{
	 color:white;
 }
 a:hover{
	 color:#46FF00;
	 text-decoration:none;
 }
 .navbar-header{
	     margin: 0 auto;
    text-align: center;
    width: 100%;
 }
body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background-color:black;
    color:white;
    text-align:center;
    font-family:'PxGroteskBold', helvetica, sans-serif;
}

.portfolio-item {
    margin-bottom: 25px;
}

footer {
    margin: 50px 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


