body, html {height: 100%; width: 100%; margin: 0; background-color:black}
p {color: white}
h1 {color: white}
h2 {color: white}
h3 {color: white}

.header {padding: 20px; text-align: center; font-size: 30px;}

.logo {min-width: 200px; max-width: 20%; height: auto;  display: block; margin-left: auto; margin-right: auto; width: 100%;}

.title {margin-top: 3px; max-width: 100%}

.navigation {background-color: #333; overflow: hidden;}

.navigation a {float: left; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 18px}

.navigation a:hover {background-color: white; color: black;}

.navigation a.active {background-color: #327A32; color: white;}

.navigation .icon {display: none}

.navigationdropdown {float: left; overflow: hidden}

.navigationdropdown .navigationdropdownmenu {font-size: 18px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0}

.navigationdropdownelements {display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}

.navigationdropdownelements a {float: none; color: black; padding: 12px 16px; text-decoration: none; display: block; text-align: left;}

.navigationdropdown:hover .navigationdropdownmenu {background-color: white; color: black;}

.navigationdropdownelements a:hover {background-color: #ddd; color: black;}

.navigationdropdown:hover .navigationdropdownelements {display: block;}

@media screen and (max-width: 600px) {
  .navigation a:not(:first-child), .navigationdropdown .navigationdropdownmenu {display: none;}
  .navigation a.icon {float: right; display: block;}}

@media screen and (max-width: 600px) {
  .navigation.responsive {position: relative;}
  .navigation.responsive a.icon {position: absolute; right: 0; top: 0;}
  .navigation.responsive a {float: none; display: block; text-align: left;}
  .navigation.responsive .navigationdropdown {float: none;}
  .navigation.responsive .navigationdropdownelements {position: relative;}
  .navigation.responsive .navigationdropdown .navigationdropdownmenu {display: block; width: 100%; text-align: left;}}

.gallery {margin: 10px 50px; text-align: center}

.gallery img {transition: 1s; padding: 5px; width 200px}

.gallery img:hover {filter:saturate(0) contrast(110%) brightness(110%); transform: scale(1.035)}

#landscapeorientation {width: 750px}
#portraitorientation {height: 500px}
#landscapeorientationblog {width: 500px}
#portraitorientationblog {width: 333.33px}


@media screen and (max-width: 768px) {
	#landscapeorientation {width: 100%}
	#portraitorientation {width: 100%; height: auto}
	#landscapeorientationblog {width: 100%}
	#portraitorientationblog {width: 100%}
	.gallery {margin: 15px;}
	.gallery img:hover {filter:saturate(0) contrast(110%) brightness(110%); transform: scale(1.08)}}


.form {margin-top: 50px; transition: all 4s ease-in-out}

.form-control {width: 400px; background: transparent; border: none; outline: none; border-bottom: 1px solid gray; color: #fff; font-size: 18px; margin-bottom: 16}

input {height: 45px}

form .submit {background: white; border-color: transparent; color: black; font-size: 20px; font-weight: bold; letter-spacing: 2px; height: 50px; margin-top: 20px}

form .submit:hover {background: black; color: white; cursor: pointer}

.about-us {margin-right: 14%; margin-left: 14%}

@media screen and (max-width: 768px) {
	.about-us {margin-right: 8%; margin-left: 8%}

.contact-us {margin-right: 14%; margin-left: 14%}

@media screen and (max-width: 768px) {
	.contact-us {margin-right: 8%; margin-left: 8%}