/*
Theme Name: TAB
*/
body {
	background-color: #FFFFFF;
	}

li {
	font-family:'Roboto', sans-serif;
	list-style-type: square;
	color: #1d5c57; 
	}
	
a {
	text-decoration:none;
	color:#52a396;
	}
h1, h2, h3, h4, h5{
	font-family:'Roboto', sans-serif;
	}

p {
	font-family:'Roboto', sans-serif; 
	}

.main_container {
	max-width:1900px;
	margin: 0 auto;
	}
.container {
	max-width:1200px;
	margin: 0 auto;
	}
.header {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
	}
.imglogo {
	width: 100%;
    max-width: 510px;
    height: auto;
	padding-right:10px;
	}
.img-post-container {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top: 40px;
	}
.imgpost {
	display:none;
	}
	

.nav {
	margin-top:20px;
	text-align: center;
	}
.nav li {
	font-family:'Roboto-Bold', sans-serif; 
	margin-right: 45px;
	font-size: 20px;
	font-weight: 600;
	display: inline;
	}
.nav li a {
	opacity: .7;
	}
.nav li a:hover  {
	opacity: 1;
	color:#52a396;
	}
/* ----  FOOTER ---- */
.main_container_footer {
	max-width:1900px;
	margin: 0 auto;
	background-color:#81bbb1;
	padding-top:20px;
	padding-bottom:40px;
	}
.footer_widgets {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
	min-height:200px;
	}
.footer_widgets_post {
	min-height: 80px;
	} 
.imgfooter {
	width:10%;
	margin-right:5%;
	}
/*
.widget {
	max-width:50%;
	}*/
	
.widgets-1 {
	width:40%;
	}
.widgets-2 {
	width:20%;
	margin-left:10%;
	}
.widgets-2 div {
	margin-bottom:10px;	
	}
.widgets-3 {
	width:20%;
	}
.widgets-3 div {
	margin-bottom:10px;	
	}
	
.textwidget{
	font-family:'Roboto', sans-serif; 
	font-size: 16px;
	color:#FFF;
	}
.phrase {
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'Roboto', sans-serif; 
	font-size: 26px;
	color:#FFF;
	}	
.copy {
	margin-top:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family:'Roboto', sans-serif;
	font-size: 12px;
	color:#FFF;
	padding: 5px;
	}
	
.post_link {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	margin-bottom: 100px;
	}
.img_404 {
	margin-top: 50px;
	margin-bottom:80px;
	height: 120px;
	width: auto;
	}	