@font-face {
	font-family: "Roboto";
	src: url(fonts/Roboto/Roboto-Regular.ttf);
}

@import url('https://fonts.googleapis.com/css?family=Acme|Roboto');

#toTop {
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 20px;
    border-radius: 3px;
    background: #00897b;
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #000000;
}

body {
	background-color: white;
    font-size: 20px;
    letter-spacing: 0.7px;
}

.weight-bold {
	font-weight: bold;
}

.hidden {
	display: none;
}

nav {
	z-index: 2;
}

nav > a {
	margin-right: 40px !important;
}

.bg-dark {
	opacity: 1;
}

.nav-link {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.span-white-space {
	white-space: nowrap;
}

ul>li.nav-item:last-child {
	font-size: 20px;
}

main {
	position: relative;
}

.about_container {
	margin: 40px 0;
	font-size: 18px;
}

.about_container h2 {
	text-align: left;
}

.about__img {
	border: 2px solid black;
}

.about_us_h1 {
	text-align: left;
}

.about_container:nth-child(1) h2 {
	margin: 40px 0;
}

.quote_about:before {
	content: "❝";
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 50px;
	color: darkblue;
}

.quote_about:after {
	content: "❞";
	position: absolute;
	bottom: -20px;
	right: -30px;
	font-size: 50px;
	color: darkblue;
}

.quote_about {
	position: relative;
	max-width: 80%;
	margin: 50px auto;
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
	padding: 40px 20px;
	font-weight: bold;
	font-size: 15px;
}

.quote_about p {
	padding: 20px 0px 0 20px;
	font-style: italic;
}

.color_red {
	color: red;
}

.weight {
	font-weight: 700;
}

.toogle {
	position: absolute;
	left: 10px;
	top: 1px;
	width: 20px;
	height: 20px;
	display: none;
}
.toogle:checked ~ .wrapper {
	top: 95%;
}

.text {
	color: white
}

.footer {
    background-color: #373737;
    display: flex;
    justify-content: space-around;
}

.category li{
    margin-bottom: 10px;
}

.category2 li {
    margin-bottom: 10px;
}

ul.category > li > a,
ul.category2 > li > a {
    text-decoration: none;
    color: white;
    font-size: 15px;
}

ul.category,
ul.about_us,
ul.category2,
ul.contact {
    list-style-type: none;
    padding: 0px 2%;
    color: white;
}

ul.category > li:hover,
ul.category2 > li:hover {
	text-shadow: 5px 0px 6px rgba(255, 255, 255, 0.5);
}

ul > li {
    list-style-type: none;
    color: white;
}

ul.category2 {
    margin-top: 95px;
}

.hhh {
    display: block;
    margin-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 35px;
}

.phone,
.e-mail {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: white;
    white-space: nowrap;
    margin-bottom: 10px;
}

.phone {
    margin-top: -30px;
}

.footer2 {
    width: 100%;
    background-color: #333333;
    color: white;
    line-height: 50px;
}

.footer2_text {
    display: block;
    text-align: center;
    font-size: 15px;
}

.animation_whatPropose {
	animation: whatPropose 2s infinite 1s alternate;
}

@media screen and (max-width:1078px) {
	
	.nav-link {
		font-size: 14px;
	}
	
	ul>li.nav-item:last-child {
	font-size: 14px;
	}
}

@media screen and (max-width:767px) {
	ul.category2 {
	margin-top: -15px;
	}
}

@media screen and (max-width:544px) {
	.about_us_h1 {
		font-size: 17px;
		font-weight: 700;
	}
}

