@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,600,700,700italic,400italic');/*google webfonts*/
@import url('https://fonts.googleapis.com/css?family=Poiret+One');

* {
    box-sizing: border-box;
}
 /* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33333%;}
    .col-m-2 {width: 16.66666%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33333%;}
    .col-m-5 {width: 41.66666%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33333%;}
    .col-m-8 {width: 66.66666%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33333%;}
    .col-m-11 {width: 91.66666%;}
    .col-m-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33333%;}
    .col-2 {width: 16.66666%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33333%;}
    .col-5 {width: 41.66666%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33333%;}
    .col-8 {width: 66.66666%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33333%;}
    .col-11 {width: 91.66666%;}
    .col-12 {width: 100%;}
}

@media only screen and (max-width: 599px) {
 	/* For mobile: */
body#page1 {
	background-color: #cccccc; 
	fontfamily: 'Poiret One', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 100%;
	color: black;}

body#page2	{
	background-color: black; 
	fontfamily: 'Poiret One', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 100%;
	color: white;}

h1 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;}
	
h2 {
	text-align: center;
	font-size: 115%; 
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;	}			
	
#logo {	
	display: block;
    	margin: 0 auto;
	width: 100%;	}
}


@media only screen and (max-width: 767px) {
    /* For tablet: */
body#page1 {
	background-color: #cccccc; 
	fontfamily: 'Poiret One', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 100%;
	color: black;}

body#page2	{
	background-color: black; 
	fontfamily: 'Poiret One', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 100%;
	color: white;}
#logo {	
	display: block;
    	margin: 0 auto;
	width: 80%;	}

h1 {
	text-align: center;
	font-size: 200%; 
	font-weight: bold;}
	
h2 {
	text-align: center;
	font-size: 150%; 
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;		}		
}	



@media only screen and (min-width: 769px) {
    /* For desktop: */
body#page1 {
	background-color: #cccccc; 
	fontfamily: 'Ubuntu', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 120%;
	color: black;
	width: 100%;
	overflow-x: hidden;}

body#page2	{
	background-color: black; 
	fontfamily: 'Ubuntu', cursive, Hiragino, MS Gothic, Arial, sans-serif;
	font-size: 120%;
	width: 100%;
	color: white;	
	overflow-x: hidden;
	text-align: center;}
	

#main {
	margin-left: 16.66666%;
	margin-right: 16.66666%;   }

#logo {	
	display: block;
    	margin: 0 auto;
	width: 80%;
}
	
h1 {
	text-align: center;
	font-size: 250%; 
	font-weight: bold;
	font-family: 'Poiret One', cursive;	}

h2 {
	text-align: center;
	font-size: 150%; 
	font-weight: bold;
	font-family: 'Ubuntu', sans-serif;	}		
}	
			
    /* For all devices: */

.error {color: #FF0000;}

.header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
	clear: both;
	width: 100%;}
	
.text {
	text-align: center;		
	font-size: 120%;
	padding: 0 16;}	
	
	
.myslides {display:none;}

.slidesleft {
    	background-color: transparent;
    	position: fixed; 
    	border: none;
    	top: 60%;
    	left: 0; 
    	width: 15px;
    	height: 15%;
}

.slidesleft:hover {
	background-color: white;
	opacity: 0.7;
}

.slidesright {
    background-color: transparent;
    position: fixed; 
    border: none;
    top: 60%;
    right: 0; 
    width: 15px;
    height: 15%;
}

.slidesright:hover {
	background-color: white;
	opacity: 0.7;
}


*, *:before, *:after {
  box-sizing: inherit;
}

.column3 {
  float: left;	
  width: 30%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media (max-width: 599px) {
  .column3 {
    width: 100%;
    display: block;
  }
}

.card {
  text-align: center;
  font-size: 120%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}
	
.service {
	padding: 5px;
	margin-top, margin-bottom: 0;
	width: 100%;
    	background-color: #73d3ec;
    	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}
	
.clients {
	padding: 5px;
	margin: 0;
	width: 100%;
    	background-color: #ffe401;
    	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
    	
    	}	

.contact {
	text-align: center;
	padding: 5px;
	margin: 0;
	width: 100%;
    	background-color: black;
    	color: white;	
    	font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
    	}	
    	
.button {
    	background-color: black;
    	color: white;
    	padding: 10px 50px;
    	margin: 0;
    	border: none;
    	text-align: center;
    	text-decoration: none;
    	font-family: 'Poiret One', cursive;
    	font-weight: bold;
    	display: inline-block;
    	font-size: 250%;	}


.button:hover {
	text-decoration: none:
	border: none;
	color: red;		}

input[type=text], select, textarea {
    	width: 80%; 
    	padding: 12px; 
    	border: 1px solid #ccc;
    	border-radius: 4px; 
    	box-sizing: border-box;
    	margin-top: 6px;
    	margin-bottom: 16px; 
    	resize: vertical; }

input[type=submit] {
    	background-color: black;
    	color: white;
    	padding: 12px 20px;
    	border: none;
    	text-align: center;
    	text-decoration: none;
    	font-family: 'Poiret One', cursive;
    	font-weight: bold;
    	display: inline-block;
    	font-size: 250%;
    	}

input[type=submit]:hover {
    	background-color: black;
    	color: red;
}

	
#footer {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	font-size: 80%;
	text-align: center;}	

	
a:link {
	text-decoration: none; }

a:visited {
	text-decoration: none;}

a:hover {
	text-decoration: none;}

a:active {
	text-decoration: none;}

    
    