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

*{
	box-sizing: border-box;
}

.row:after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
	width: 100%;
}
/* For tablets: */
@media only screen and (min-width: 600px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}
/* For desktop: */
@media only screen and (min-width: 1000px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

body{
	font-family: verdana, geneva, sans-serif;
	background-color: #1f232d;
	

}
.wrapper{
	max-width: 1200px;
	height: 100%;
	margin: auto;
	overflow: hidden;
	box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
	
}
.topnav {
	overflow: hidden;
	background-color: rgba(41,41,41,1.00);
	
}
.topnav a {
	float: right;
	display: block;
	background-color: rgba(41,41,41,1.00);
	color: #f2f2f2;
	text-align: center;
	padding: 25px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
	transition: 0.5s;
	color: rgba(167,127,128,1.00);
}
.topnav a.active {
  color: #A85152;
}
.topnav .icon {
	display: none;
}
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	  border-bottom: 2px solid #fff;
  }

}

.box1{
background-color: rgba(41,41,41,1.00);	

}
.Logo{
	float: left;
	height: 70px;
	width: 350px;
	background-color: rgba(41,41,41,1.00);	
	
	
}

.box3{
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.box3{
	background-image: url("images/IMG_2444.JPG");
	height: 600px;
	padding: 150px
	
}
h3{
	color: white;
	text-shadow: 5px 5px 5px black;
}
.font{
	color: rgba(255,255,255,1.00);
	font-size: 70px;
	text-shadow: 5px 5px 5px black;
}
.font2{
	color: rgba(255,255,255,1.00);
	font-size: 27px;
	position: relative;
	bottom: 40px;
	text-shadow: 5px 5px 5px black;
	
}

.font, .font2{
	animation: fade 1s ease-in 2s;
	
}
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.box-4{
	display: flex;
	justify-content: space-around;
	background-color: white;
	height: 290px;
	padding: 15px;
}
.fill-1{
	width: 30%;
}
.image1{
	border-radius: 15px;
	cursor: pointer;
}
.box-5{
	overflow: hidden;
	height: 100px;
	background-color: white;
	padding: 15px;
}
@media(max-width:1000px){
	.box3{
		height: 800px;
	}
	.font, .font2{
		font-size: 40px;
	}
}
@media(max-width:600px){
	.box3{
		height: 800px;
	}
	.font, .font2{
		font-size: 30px;
		padding: 10px;
	}
}
@media(max-width:1000px){
	.box-4{
		height: 400px;
		width: 100%;
		
	}
	.fill-2{
		width: 70%;
	}
	.box-5{
		height: 200px;
	}
}

.footer{
background:#000;
padding:30px 0px;
font-family: 'Play', sans-serif;
text-align:center;
}

.footer .row{
width:100%;
margin:1% 0%;
padding:0.6% 0%;
color:gray;
font-size:0.8em;
}

.footer .row a{
text-decoration:none;
color:gray;
transition:0.5s;
}

.footer .row a:hover{
color:#fff;
}

.footer .row ul{
width:100%;
}

.footer .row ul li{
display:inline-block;
margin:0px 30px;
}

.footer .row a i{
font-size:2em;
margin:0% 1%;
}

@media (max-width:720px){
.footer{
text-align:left;
padding:5%;
}
.footer .row ul li{
display:block;
margin:10px 0px;
text-align:left;
}
.footer .row a i{
margin:0% 3%;
}
}
.btn{
  border: 1px solid black;
  background-color: white;
  color: black;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
}
.sign{
	border-color: #04AA6D;
  color: green;
}
.sign:hover{
	color: white;
	background-color: #986566;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}



.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 50%; 
  height: 70%; 
  overflow: auto; 
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; 
  border: 1px solid #888;
  width: 80%; 
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}
