@charset "utf-8";
/* CSS Document */

html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
/*	font-family: montserrat;*/
}
.menu-area {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	background-color: rgba(224, 228, 231, 0.2);
	width: 100%;
	height: 70px;
	z-index: 1;
}
.nav {
	display: flex;
	justify-content: right;
	list-style: none;
	margin-right: 15%;
}
.logo {
	flex: 1 1 auto;
	margin-left: 10%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 25px;
}
a {
	margin: 15px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
a:hover {
	color: #000;
}
/*#home {
	position: relative;
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}*/
#home, #about, #portfolio, #services, #contact .content {
	width: 100%;
    height: auto;
}
#home .content h1 {
	font-size: 60px;
	margin: 10px 0;
	color: #000;
}
#home .content p {
	width: 50%;
	margin: auto;
	line-height: 1.6;
	color: #000;
}

/* Page image start */
#home {
    position: relative;
/*	background-image: url(https://play.guybehindthecamera.com/images/guy-background-1880x1255.png);*/
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#about {
    position: relative;
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#portfolio {
    position: relative;
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#services {
    position: relative;
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
#contact {
    position: relative;
	background-image: url(https://i.postimg.cc/DzFp9dCD/1.jpg);
    width: 100%;
	height: 100vh;
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}
/* Page image end */

#about, #portfolio, #services, #contact {
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	height: 100vh;
}
.content {
	width: 80%;
	height: 100%;
	padding: 15% 0;
}
.content h1 {
	font-size: 30px;
	text-transform: uppercase;
}
.content p {
	font-size: 24px;
	line-height: 50px;
}

/* Right side text */
.rightsidetexthead h6 {
color : #000;
font : bold .35em Arial, Sans-Serif;
/*margin-top : 10px;*/
}

.navbar.navbar-expand-lg.navbar-custom li a {
    color:white;
    font-weight: bold;
}

.navbar.navbar-expand-lg.navbar-custom li a:hover {
    background-color: #7a9833;
    color: #FFF;
}

.navbar-nav > .active > a {
  color: #fff;
  background-color: #616161;    
}
.nav-item > a:hover {
  color: #03821A;
  background-color: #7a9833;
  text-decoration: underline;
}

.rightsidetext {
color : #949494;
font : bold .25em Arial, Sans-Serif;
margin-top : 10px;
}

.rightsidetext a {
color : #b4e04a;
/*font : bold .25em Arial, Sans-Serif;*/
padding: 0 0 0 0;
/*margin-top : 10px;*/
}

/* Flexbox styles */
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex; /* or inline-flex */
  -webkit-flex-direction: row-reverse; 
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  gap: 10px 10px;
/*  flex-direction: column;*/
/*  flex-flow: row;
  flex-wrap: wrap;*/
/*  justify-content: flex-start;*/
/*  justify-content: space-around;*/
/*  padding: 0px 10px 0px 10px;*/
/*  margin: 0px 10px 0px 10px;*/
/*  list-style: none;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px 10px;*/
}

.flex-item {
  align-self: flex-start;
/*  flex-grow: 3;*/
/*  background: tomato;*/
  padding: 5px;
  width: auto;
  min-width: 225px;
  height: auto;
  margin-top: 5px;
/*  line-height: 150px;*/
  color: white;
/*  font-weight: bold;*/
  font-size: 3em;
  text-align: center;
  border: 1px solid black;
}

.noborder {
  border: none;
  font-size: 3em;
  color:darkgreen;
  text-align: left;
}

.subtext {
  font-size: .3em;
  margin-left: 10px;
}

.normal {
  margin: 10px 5px 0px 25px;
  font-size: .4em;
  color: black;
  line-height: 2em;
}

.flex-item noborder {
  align-self: flex-start;
  padding: 5px;
  width: auto;
  height: auto;
  margin-top: 5px;
  color: white;
  font-size: 3em;
  text-align: center;
}

.flex-item h6 {
/*    font-size: .25em;*/
    text-align: left;
/*    align-items: center;*/
    color : #949494;
}

.flex-item p {
    font-size: .25em;
    text-align: left;
    align-items: center;
    color : #949494;
}

.flex-item p a {
    font-size: inherit;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    color : #b4e04a;
    font-weight: normal;
	text-transform: none;
}

.flex-item-left {
  align-self: flex-start;
  flex-grow: 4;
  width: auto;
  height: auto;
  margin-top: 10px;
  line-height: 150px;
  color: black;
  font-weight: bold;
  font-size: 3em;
  text-align: left;
}

.flex-item-left-psmall {
  font-size: .3em;
  padding: 0px;
  margin: 0px;
  color: black;
  line-height: 9px;
  text-align: left;
}

.flex-item-left p {
  align-self: flex-start;
  flex-grow: 3;
/*  background: tomato;*/
  padding: 5px;
  width: auto;
  height: auto;
  margin-top: 10px;
  line-height: 33px;
  color: black;
  font-weight: normal;
  font-size: .4em;
  text-align: left;
}

.flex-item-right {
  align-self: flex-start;
/*  flex-grow: 0;*/
  background: tomato;
  padding: 5px;
  width: auto;
  height: auto;
  margin-top: 10px;
  line-height: 150px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.flex-item h1 {
    color: black;
}

.flex-item p {
    color: black;
}

.container-fluid footer {
/*  position: fixed;*/
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: gray;
  color: white;
  text-align: center;
}

.container-fluid footer a {
  left: 0;
  bottom: 0;
/*  padding: 0 0 0 0;*/
  margin: 0 0 0 0;
  color: white;
  text-decoration: underline;
/*  text-align: center;*/
}

