

/*General */
html{    
  background:url('images/sun-2297961_1920.jpg') no-repeat;
  background-size: cover;
  height:100%;
  padding: 0;
  margin: 0;
}
body
{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	padding: 0;
  	margin: 0;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width: 100%;
	min-height: 100%;
	float: left;
	padding-top: 0px;
	margin-top: 25px;
	bottom: 50px;
}

#form-div {
	background-color: rgb(25 25 25 / 0.75);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 65%;
    /* float: left; */
    /* left: 50%; */
    /* position: absolute; */
    margin: 25px auto;
    border-radius: 12px; 
}


.image-container {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: stretch;
}

.column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
	/*display: inline-flex;*/
}

.column img {
	width: 24%;
    /*height: 44%;*/
}

#headerContainer {
	width: 100%;
	/*background-color: #282828;*/
	top: 0;
	position: fixed;
	min-width: 620px;
	margin: 0;
	padding: 0;
}

#footerContainer {
	width: 100%;
	background-color: #282828;
	bottom: 0;
	position: fixed;
	min-width: 620px;
	margin: 0;
	padding: 0;
}

#footerContent {
	display: flex;
	height: 60px;
	padding: 13px;
	box-sizing: border-box;
	font-size: 10px;
}

#headerContent {
	display: flex;
    height: 50px;
    padding: 13px;
    box-sizing: border-box;
}

#topNavSpan {
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	color: #dcdcdc;
}

#topNavBar a:hover {
	cursor: pointer;
}

#logoContainer {
	display: inline-flex;
}

.topInfo {
	font-size: 25px;
    font-weight: 600;
    margin: auto 15px;
}

.topNavBar {
	margin: 0 auto;
	display: table;
	color: #a0a0a0;
}

#contactDetailsContainer {
	border-right: 2px solid;
	padding-right: 50px;
}

#contactContainer {
	display: inline-flex;
}

.contactForm {
	margin-left: 30px;
	min-width: 300px;
	width: 450px;
}

.montform .feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
	font-size: 13px;
	border-radius: 0;
	line-height: 18px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	box-sizing: border-box;
	border: 3px solid rgba(0,0,0,0);
}
/*Inputs styles*/
.montform .feedback-input:focus{
	background: #fff;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}


/* Icons ---------------------------------- */
.montform  #name{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #name:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-address-book.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #email:focus{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-mail.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  #comment{
	background-image: url(https://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/svgs/fi-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

.montform  textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.montform  input:hover, .montform  textarea:hover,
.montform  input:focus, .montform  textarea:focus {
	background-color:#e6e6e6;
}

.button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight: 800;
}

.button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.montform  .submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

/*Styles for small screens*/

@media  only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}

label {
  position: absolute;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body .containers {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80em;
  height: 80em;
}
body .containers [class*='item'] {
  width: 25%;
  height: 25%;
  border: 2px solid transparent;
  padding: 5px;
  margin: 3px;
  background: url() center center/cover no-repeat;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}
body .containers [class*='item']:hover {
  border: 2px solid white;
  z-index: 1;
}
body .containers [class*='item']:nth-of-type(1) {
  top: 0;
  left: 0;
}
body .containers [class*='item']:nth-of-type(2) {
  top: 0;
  left: 25%;
}
body .containers [class*='item']:nth-of-type(3) {
  top: 0;
  left: 50%;
}
body .containers [class*='item']:nth-of-type(4) {
  top: 0;
  left: 75%;
}
body .containers [class*='item']:nth-of-type(5) {
  top: 25%;
  left: 0;
}
body .containers [class*='item']:nth-of-type(6) {
  top: 25%;
  left: 25%;
}
body .containers [class*='item']:nth-of-type(7) {
  top: 25%;
  left: 50%;
}
body .containers [class*='item']:nth-of-type(8) {
  top: 25%;
  left: 75%;
}
body .containers [class*='item']:nth-of-type(9) {
  top: 50%;
  left: 0;
}
body .containers [class*='item']:nth-of-type(10) {
  top: 50%;
  left: 25%;
}
body .containers [class*='item']:nth-of-type(11) {
  top: 50%;
  left: 50%;
}
body .containers [class*='item']:nth-of-type(12) {
  top: 50%;
  left: 75%;
}
body .containers [class*='item']:nth-of-type(13) {
  top: 75%;
  left: 0;
}
body .containers [class*='item']:nth-of-type(14) {
  top: 75%;
  left: 25%;
}
body .containers [class*='item']:nth-of-type(15) {
  top: 75%;
  left: 50%;
}
body .containers [class*='item']:nth-of-type(16) {
  top: 75%;
  left: 75%;
}
body .containers input {
  display: none;
}
body .containers input:checked + [class*='item'] {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}