/*

Tooplate 2122 Nano Folio

https://www.tooplate.com/view/2122-nano-folio

*/

html { overflow-x: hidden; }

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 2em;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0048F0;
}

a:hover { color:#C4DCF9; }

.tm-about-text a { color: #9F6; }

h1, h2, p, i, address, .tm-text-white { color: white; font-size: 12px}
h1 img{
	padding-right: 5px
}

.tm-link-gray { color: #999999; }
.tm-link-white { color: white; }

.tm-footer { 
    color: #999999; 
    text-align: center;
}

.tm-container-fluid {
    width: 400px;
    max-width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 60px 15px;
}
.tm-site-header-top { height: 70px; width: 100%; box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}
.tm-site-header { height: 40px; }
.tm-site-heade-img {
	box-shadow: 30px;
	border: 1px solid #000000;
}
.tm-flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.homepage{
	width: 50px;
	height: 50px;
	position: fixed;
	left: 10px;
	top:10px;
}
.tm-about,
.tm-contact {
    display: flex;
}

.tm-contact { flex-direction: row-reverse;  }
.tm-about > div { flex: 1 1; }

.tm-contact-form-container,
.tm-contact-info {
    width: 100%;
	
}

.tm-contact-info { padding-top: 20px; }
.tm-contact-header { width: 20%; }

.tm-contact-header {
    padding-left: 50px;
    padding-right: 50px;
}

.tm-contact { padding: 50px 20px; }

.tm-contact > div {
    padding-left: 34px;
    padding-right: 34px;
    box-sizing: border-box;
}

input,
textarea,
button {
    display: block;
}

input,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    background: transparent;
    border: 1px solid white;
    color: white;
	border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;	
    width: 100%;
}
.submit {
	width: 100%;
  color: #fff;
  padding: 15px ;
  margin-top: 30px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}

::-webkit-input-placeholder { color: #D5D5D5; } /* Edge */
:-ms-input-placeholder { color: #D5D5D5; } /* Internet Explorer 10-11 */
::placeholder { color:#D5D5D5; }
.tm-right { margin-right: 0; margin-left: auto; }

.tm-btn-submit {
    background: none;
    color: white;
    font-size: 1rem;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tm-btn-submit:hover { color: #000000; }

.tm-social-link {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-social-link i {
    color: #99CCCC;
    transition: all 0.3s ease;
}

.tm-social-link:hover i.fa-facebook { color: #3b5998; }
.tm-social-link:hover i.fa-twitter { color: #00acee; }
.tm-social-link:hover i.fa-instagram { color: #3f729b; }
.tm-flex { display: flex; }
address { font-style: normal; }

.filters-button-group {
    text-align: right;
    padding: 0;
    margin: 0; 
}

.filters-button-group li {
    display: inline-block;
    list-style: none;
    margin-left: 40px;
}

.filters-button-group li a.active { color: #F96699; }




.tm-p-50 { padding: 50px; }
.tm-mb-0 { margin-bottom: 0; }
.tm-mb-30 { margin-bottom: 30px }
.tm-mb-40 { margin-bottom: 40px; }
.tm-mb-50 { margin-bottom: 50px; }
.tm-mb-80 { margin-bottom: 80px; }
.tm-bgcolor-1 { background-color: #F96699; border: 1px solid #B8B8B8}
.tm-bgcolor-2 { background-color: #38CCCC; border: 1px solid #B8B8B8}
.tm-bgcolor-3 { background-color: #99CCCC; border: 1px solid #B8B8B8 }
.tm-bgcolor-4 { background-color:#ECC53C; border: 1px solid #B8B8B8 }
.tm-bgcolor-1:hover{
	box-shadow: 1px 1px #888888;
}
.tm-bgcolor-2:hover{
	box-shadow: 1px 1px #888888;
}
.tm-bgcolor-3:hover{
	box-shadow: 1px 1px #888888;
}
.tm-bgcolor-4:hover{
	box-shadow: 1px 1px #888888;
}
.tm-border-rounded { border-radius: 15px; }