html, body {
  height: 100%;
}

body {
	background-color: #22211F;
    display: flex;
    flex-direction: column;   
}

@font-face {
  font-family: DMSerifDisplay-Italic;
  src: url(../fonts/DMSerifDisplay-Italic.ttf);
}

@font-face {
  font-family: DMSerifDisplay-Regular;
  src: url(../fonts/DMSerifDisplay-Regular.ttf);
}

@font-face {
  font-family: Tamil_Sangam_MN;
  src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
  font-family: DMSans-Bold;
  src: url(../fonts/DMSans-Bold.ttf);
}

.body_img {
    background-image: url(../img/background_desktop.png);
    background-size: cover;
    background-position: center center;  
}

.bold {
    font-family: DMSerifDisplay-Regular;
    font-weight: bold;
}

.footer {
    flex-shrink: 0;
    font-family: Tamil_Sangam_MN;
    font-size: 11px;
    width:100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #939393;
}

.footer a{
    color: #939393;
}

.footer a:visited{
    color: #939393;
}

.titulo_home {
	color: #EBEDE7;	
	font-size:120px;
	font-family: Tamil_Sangam_MN;
	line-height: 110px;
}

.titulo_home span {
	display: block;
}

.text_home {
  font-family: Tamil_Sangam_MN;
	font-size:20px;
	color: #964439;
	line-height: 20px;
	text-align: left;
	margin-top: 20px;
	padding-left:35%;
}

.menu > div {
	float:right;
	padding-left:60px;
}

.menu > div > a {
	color:#fff;
	text-decoration: none;
  font-family: Tamil_Sangam_MN;
  font-size: 20px;	
}

.menu > div > a:visited {
	color:#fff;
}

 .about1 {
 	font-size:55px;
  font-family: Tamil_Sangam_MN;
  line-height: 48px;
  margin-top:80px;
	color: #EBEDE7;	  
 }

  .about2 {
  	font-size:19px;
  font-family: Tamil_Sangam_MN; 	
  margin-top:80px;  
  color:#6c725e;
 }

  .about3 {
  	font-size:19px;  	
  font-family: Tamil_Sangam_MN; 	
  margin-top:35px;  
	color: #EBEDE7;	  
 }

  .provide2 {
  	font-size:19px;
  font-family: Tamil_Sangam_MN; 	
  margin-top:80px;  
  color:#EBEDE7;
 }
  
  .provide3 {
  font-size:19px;  	
  font-family: Tamil_Sangam_MN; 	
  margin-top:35px;  
	color: #EBEDE7;	  
 }

 .provide4 {
 	color:#964439;
 }

.contact_form {
	  font-family: Tamil_Sangam_MN;
}

	.contact_form input, .contact_form textarea{
	  border: 1px solid #fff;
		background-color: #404138;
		margin-top:8px;	
		color:#EBEDE7;
		font-size: 13px;
	}

	.contact_form textarea:focus, .contact_form input:focus {
	  border: 1px solid #fff;
		background-color: #404138;
		color:#EBEDE7;
	}

 .contact_form input::placeholder, .contact_form textarea::placeholder {
		color:#EBEDE7;	
 }

 .formBtn {
 		text-align: center;
 		background-color: #000;
 		font-family: Tamil_Sangam_MN;
 		border: 0px;
 		width:250px;
		margin-top:20px;	 
		padding-top:8px;
		font-size: 13px;
 }

  .formBtn:hover {
 		background-color: #404138;
 		border: 1px solid #000;
 }


.desktop {
	display:block;
}

.mobile {
	display:none;
}

.mobile_menu {
    display:none;
}

 @media (max-width: 768px) {


    .body_img {
        background-image: url(../img/background_mobile.png);
        background-size: cover;
        background-position: center center;  
    }

	.desktop {
		display:none;
	}

	.mobile {
		display:block;
	}

    .mobile_menu {
        display:block;
    }

    .desktop_menu {
        display:none;
    }

	.text_home {
	  font-family: Tamil_Sangam_MN;
		font-size:20px;
		color: #964439;
		line-height: 20px;
		text-align: left;
		margin-top: 100px;
		padding-left:10%;
	}

    .sidenav {
        width: 0;
        position: fixed;
        z-index: 200;
        top: 0;
        right: 0;
        background-color: #000;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 110px;
        text-align: left;
    }

    .sidenav a {
        padding: 8px 8px 8px 40px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: DMSans-Bold;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
				top: 30px;
    		right: 20px;
    }	

 .about1 {
 	font-size:30px;
  line-height: 26px;
  margin-top:30px;
 }

  .about2 {
  	font-size:15px;
  margin-top:25px;  
 }

  .about3 {
  	font-size:15px;  	
  margin-top:15px;  
 }

   .provide2 {
    font-size:15px;
  margin-top:25px;  
 }

  .provide3 {
    font-size:15px;     
  margin-top:15px;  
 }



 }