/* Generic */
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Roboto:100');

body {
	font-family: 'Oxygen', sans-serif;
	padding-top: 50px;
}

hr {
	border-color: #DDDDDD;
}

.portfolio-item {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #444;
	margin-top: 10px;
}

.no-margin {
	margin: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.btn-primary {
	background-color: #27AE60;
	border-color: #42B775;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 11pt;
	font-weight: 300;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #27AE60;
	border-color: #42B775;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	color: white;
	font-size: 11pt;
	font-weight: 300;
}

.btn-secondary {
	background-color: #4C5B6F;
	border-color: #566579;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	color: white;
	font-size: 11pt;
	font-weight: 300;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #4C5B6F;
	border-color: #566579;
	border-radius: 3px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	color: white;
	font-size: 11pt;
	font-weight: 300;
}

.grey-wrapper {
	background-color: #F0F0F0;
	margin-bottom: 48px;
	margin-top: 46px;
	padding-bottom: 36px;
	padding-top: 52px;
	width: 100%;
}

/* Portfolio */

#portfolio > div > div > div > img {
	max-height: 120px;
	padding: 20px 20px 20px 20px;
	opacity: .6;
	display: inline-block;
	vertical-align: middle;
	max-width: 250px !important;
}

#portfolio > div > div > div > hr {
	height: 2px;
	width: 190px;
	background-color: #5cb85c;
}

#portfolio > div > div > div > h2 {
	font-family: Roboto;
	font-size: 16pt;
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	color: #777;
}

/* Navbar */

.navbar-inverse {
	background-color: #253449;
	border-color: #38475D;
}

#navbar > .nav > li > a {
	color: #7F919F;
	font-size: 10pt;
	text-transform: uppercase;
}

#navbar > .nav > li > a:active,
#navbar > .nav > li > a:focus,
#navbar > .nav > li > a:hover {
	color: white;
}

#navbar-logo {
	color: white;
}

.logo-1 {
    font-family: 'Comfortaa', cursive;
    font-size: 15pt;
    z-index: 1;
    color: #27AE60;
    /*color: #4bcfe0;8*/
}

.logo-2{
    margin-left: -4px;
    z-index: 2;
}



/* Jumbotron */

.jumbotron {
	background-image: url('../img/night.jpg');
	background-size: 100%;
	background-position: 0% 40%;
	background-repeat: no-repeat;
}

.jumbotron > .container {
	text-align: center;
}

.header {
	color: #fff;
	font-family: "Courier New", monospace;
	font-style: normal;
	font-size: 22pt;
	font-weight: 100;
	border-left: 3px solid #27AE60;
	background-color: #222;
	background-color:rgba(2,2,2,0.6);
	padding: 5px 5px 5px 20px;
	text-align: left;
	line-height: 38px;
	margin-bottom: 10px;
}

.jumbotron > .container > .row > .col-md-8 > p > .btn {
	margin-left: 8px;
	margin-top: 16px;
	margin-right: 8px;
}

.slash {
	font-weight: 600;
	letter-spacing: 2px;
	color: #27AE60 !important;
}

.subheader {
	font-family: 'Roboto';
	color: #fff;
	font-size: 12pt;
	font-weight: 100;
	text-align: left;
	background-color: #222;
	background-color:rgba(2,2,2,0.6);
	margin-left: 0px;
	padding: 5px 5px 5px 20px;
	border-left: 3px solid #27AE60;
}

.subheader-second {
	padding: 20px 20px 20px 20px !important;
	line-height: 18pt;
	letter-spacing: 2px;
    font-size: 11pt;
}

.header-buttons {
	text-align: left;
	float: left;
}

/* Divider */

.divider-container {
	display: flex;
	margin-top: 28px;
}

.divider-line {
	background-color: #DDDDDD;
	flex-grow: 1;
	height: 1px;
	margin-top: 11px;
	width: 100%;
}

.divider-text {
	color: #27AE60;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 24px;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Panel */

.panel-container {
	margin-top: 54px;
}

.panel {
	border-radius: 1px;
	padding: 8px;
}

.panel-header {
	display: flex;
}

.panel-title {
	align-items: center;
	display: flex;
	flex-grow: 1;
	font-size: 18pt;
	font-weight: 300;
}

.panel-icon {
	height: 36px;
	width: 36px;
}

.panel-text {
	color: #444444;
	font-size: 11pt;
	margin-top: 5px;
}

/* Functions */

.function-container {
	margin-top: 34px;
}

.function-item {
	margin-top: 24px;
	margin-bottom: 24px;
}

.function-header {
	display: flex;
	padding-left: 16px;
	padding-right: 16px;
}

.function-icon {
	height: 32px;
	width: 32px;
}

.function-title {
	align-items: center;
	display: flex;
	flex-grow: 1;
	font-size: 17pt;
	font-weight: 300;
	margin-left: 24px;
}

.function-text {
	color: #444444;
	font-size: 11pt;
	margin-left: 56px;
	margin-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
}

h2.header-green {
	font-size: 16px;
	color: #27AE60;
	font-weight: 600;
}

/* Grey panel */

.grey-panel-title {
	color: #27AE60;
	font-size: 14pt;
	padding-bottom: 12px;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 48px;
}

.grey-panel-text {
	padding-bottom: 48px;
	padding-left: 48px;
	padding-right: 48px;
	padding-top: 12px;
}

/* Second Jumbo */

.second-jumbotron {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: -43px;
    margin-top: -48px;
    min-height: 250px;
}

/* Contact Form */

.form-control {
	margin-bottom: 15px;
}

/* Footer */

.footer-wrapper {
	background-color: #253449;
	margin-bottom: 0px;
}

.footer-copyright {
	color: #7F919F;
	font-size: 8pt;
	letter-spacing: 0.05em;
	padding-top: 16px;
	padding-bottom: 16px;
	text-transform: uppercase;
}

img.logo {
    margin-top: -10px;
    height: 40px;
}

/* Responsive */

@media screen and (max-width: 768px) {
	#portfolio > div > div > div > img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

    .grey-wrapper{
        padding-top: 30px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
	.jumbotron {
		/*height: 270px !important;
		margin-bottom: 5px !important;*/
	}

    .subheader-second {
        padding: 10px 10px 10px 10px !important;
        font-size: 10pt;
    }

    .second-jumbotron{
        min-height: 320px !important;
    }

    .header {
        font-size: 20px;
    }

	.header-buttons {
		display:none;
	}
}
