@charset "UTF-8";
/* CSS Document */

body {
	font-family: Montserrat, sans-serif;
	background-color:#FFFFFF;
	font-size: 1em;
	height: 100%;
	margin: 0;
	color: #000;
	
}

.row {
	height:2em;
	}

#intro {
	height: 50px;
	width: 100vw;
	background-color: #999;
}
	
	
#logo1 {
	z-index: 40000;
	width: 200px;
	position: fixed; 
		top: 0px; 
		left: 30px;
}

h1A {
	font-size: 2.0em;
	color: #0FC;
	letter-spacing: 4px;
	font-weight: 600;
	margin:.4rem
	}

h2 {
	font-size: 1.35em;
	color: #000;
	letter-spacing: 8px;
	font-weight: 600;
	margin:.4rem
	}

h2a {
	font-size: 1.5em;
	color: #FFF;
	letter-spacing: 1px;
	}
	
h4 {
	font-size: 0.95em;
	font-weight: 300;
	color: #666;
	letter-spacing: 1px;
	}
	
h4a {
	font-size: 1.00em;
	font-weight: 500;
	color: #000; !important; 
	letter-spacing: 1px;
	}

h5 {
	font-size: 0.75em;
	font-weight: 500;
	color: #999;
	letter-spacing: 3px;
	margin:0.3rem
	}	


h5a {
	font-size: 0.75em;
	font-weight: 550;
	color: #000;
	letter-spacing: 4px;
	margin:0.5rem
	}
	
h5b {
	font-size: 0.75em;
	font-weight: 550;
	color: #000;
	letter-spacing: 3px;
	margin:0.3rem
	}

h5c {
	font-size: 0.75em;
	font-weight: 500;
	color: #999;
	letter-spacing: .5px;
	margin:0.3rem
	}	
	
.col-md-3{
	margin-bottom:.55rem !important;
	margin-left:-.55rem !important;
	margin-right:-.55rem !important;
	
	}

.col-md-4{
	margin-bottom:.55rem !important;
	margin-left:-.55rem !important;
	margin-right:-.55rem !important;

	}
	
.col-md-5{
	margin-bottom:.55rem !important;
	margin-left:-.55rem !important;
	margin-right:-.55rem !important;

	}

.col-md-6{
	margin-bottom:.55rem !important;
	margin-left:-.55rem !important;
	margin-right:-.55rem !important;

	}
	
.col-md-9{
	margin-bottom:.75rem !important;
	margin-left:-.55rem !important;
	margin-right:-.55rem !important;

	}	
		
.project {
	z-index: 33000;
	margin: 0;
	padding: 0px 0;
	border-bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: #999;
	opacity: 1;
	/*transform: translateY(50px);*/
    transition: all 1s ease-out;
}
.project.fade-in {
	z-index: 33000;
    opacity: 0;
    /*transform: translateY(0);*/
}
.project img {
    width: 10vw;
    height: 5px;
}

.project2 img {
    width: 35px;
    height: 35px;
}

.navigation {
	text-align: left;
	width: 210px;
    padding-left: 0px;
	
	}
	
#blankbutton {
	z-index: 39000;
		width:20px; 
		height:20px;
	position: fixed;
	top: 16px;
	right: 25px;
	}
	
.container {
    margin: 0;
    padding: 0px 0;
}

#top{ z-index: 40000;
		width:20px; 
		height:20px;
		
        moz-transition: all 1s ease-in-out;
        o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        webkit-transition: all 1s ease-in-out;
		position: fixed; 
		top:-150px; 
		right: 25px;
}

#top.active{
	display:inline;
	width:20px; 
	height:20px;
	
	moz-transition: all 1s ease-in-out;
	o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	webkit-transition: all 1s ease-in-out;
	position: fixed;
	top: 0px;
	right: 25px;
} 

/* =Footer */


#footer {
	height: 65px;
	width: 100vw;
	float: bottom;
	background-color: #999;
	position: relative;
	text-align: left;
	padding-left: 10px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 768px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

@media only screen and (min-width: 1140px) {
    /* =General */

    /* =Header */

    /* =Footer */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */


a:hover {
    color: #FFF;
	text-decoration: none;
}

