@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: auto;
	background-color: #1f232d;
	
}
.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: 650px;
	padding: 150px
	
}
.font{
	color: rgba(255,255,255,1.00);
	font-size: 70px;
	text-align: center;
	text-shadow: 5px 5px 5px black;
}
.font2{
	color: rgba(255,255,255,1.00);
	font-size: 27px;
	text-align: center;
	position: relative;
	bottom: 40px;
	text-shadow: 5px 5px 5px black;
	
}


.profile{
	border-radius: 70%;
}




ul {
  list-style: none;
  padding: 0;
}

.brand {
  text-align: center;
}

.brand span {
  color: #fff;
}

.wrapper {
  box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
}



.company-info {
  background: #c9e6ff;
	display: flex;
	justify-content: space-around;
	width: 100%;
	
	
}

.company-info h3,
.company-info ul {
  text-align: center;
  margin: 0 0 1rem 0;
}

.contact {
  background: #f9feff;
}

/* FORM STYLES */
.contact form {
  display: grid;
  grid-gap: 20px;
}

.contact form label {
  display: block;
}

.contact form p {
  margin: 0;
}

.contact form .full {
  grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #c9e6ff;
}

.contact form button {
  background: #c9e6ff;
  border: 0;
  text-transform: uppercase;
}

.contact form button:hover,
.contact form button:focus {
  background: #92bde7;
  color: #fff;
  outline: 0;
  transition: background-color 2s ease-out;
}

/* LARGE SCREENS */
@media (min-width: 600px) {
  .wrapper {
    display: grid;
  }

  .wrapper > * {
    padding: 2em;
  }

  .company-info h3,
  .company-info ul,
  .brand {
    text-align: left;
  }
}


.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%;
}
}