


body {

    
   
     
   
    
}



.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
    background-color:white;
}
.masthead .masthead-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 9rem;
    margin-top:-900px;
   
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: white !important;
    letter-spacing: 2px;
    font-weight: 900;
}
p {
    color: white !important;
    font-weight: 300;
}

.logotip {
	width: 70px;
	height: 65px;
}

.bg-light {
	background-color: rgb(249, 248, 247) !important;
	;
}
.single-blog-post.style-2 .blog-thumbnail img {
    width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
img {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
* {
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a, a:hover, a:focus {
    color: #000000;
   
}

.single-blog-post.style-2 .blog-content .post-date {
    font-size: 12px;
    color: #636363;
    margin-bottom: 10px;
}

.single-blog-post.style-2:hover .blog-content .post-title {
    color: #ef1b48;
}
.single-blog-post.style-2 .blog-content .post-title:hover, .single-blog-post.style-2 .blog-content .post-title:focus {
    color: #ef1b48;
}
.single-blog-post.style-2 .blog-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #232323;
}
a, a:hover, a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
   
   
}

.single-blog-post.style-2 .blog-content .post-author {
    display: block;
    font-size: 15px;
    color: #636363;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	transition: 0.3s color;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(1, 1, 1, 0.6);
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.navbar {
	padding: 0.1rem 1rem;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(177, 153, 143, 0.2);
}

.dropdown-menu {
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 1rem;
	color: red;
	text-align: left;
	list-style: none;
	background-color: rgb(249, 248, 247);
	background-clip: padding-box;
	border: 1px solid rgba(0, 19, 124, 0.15);
	border-radius: 0.25rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #0156a0;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.1rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: rgba(1, 1, 1, 0.6);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	font-size: 12px;
	border: 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #0156a0;
}

.linkedin-social-media {
	color: rgba(0, 119, 181, 0.5);
}

.facebook-social-media {
	color: rgba(66, 103, 178, 0.5);
}

.instagram-social-media {
	color: rgba(233, 0, 1, 0.4);
}

a:hover .linkedin-social-media {
	color: #0077B5;
}

a:hover .facebook-social-media {
	color: #4267B2;
}

a:hover .instagram-social-media {
	color: #E90001;
}





