@font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat-Light.otf);
    font-weight: lighter;
}

@font-face {
    font-family: Bodoni;
    src: url(/assets/fonts/BodoniFLF-BoldItalic.ttf);
    font-style: italic;
    font-weight: bold;
}

body{
	font-family: "Montserrat";
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

h1{
	margin-top: 20px;
	font-size: 20px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 12px;
}

.navbar-dna-style {
	padding: 25px 5%;
	height: 75px;
	background-color: white;
}

.navbar-dna-style img {
	max-height: 25px;
	cursor: pointer;
}

.content-wrapper-add-margin-top {
	margin-top: 5%;
}

.content-wrapper-add-margin-bottom {
	margin-bottom: 5%;
}

.menu-fullscreen {
	display: none;
	width: 100%;
	height: 100vh;
	padding: 25px 5%;
	position: fixed;
	background-color: black;
	z-index: 100;
}

.navbar-dna-style .pull-right,
.menu-navigation-close .pull-right{
	float: right;
}

.animation-fade-in {
	animation-duration: 500ms;
	animation-fill-mode: both;
	animation-name: fadeIn;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fullscreen-footer {
	color: white;
}

.fullscreen-footer h6{
	position: fixed;
	bottom: 20px;
}

.menu-fullscreen a {
	color: white;
	height: 100%;
	opacity: 1;
}

.content-wrapper {
	padding: 0% 5%;
	width: 100%;
}

.menu-navigation-close {
	width: 100%;
	height: 25px;
}

.menu-navigation-content {
	font-family: "Bodoni";
	font-weight: bold;
	font-style: italic;
	margin-top: 11%;
}

.menu-navigation-content a {
	font-size: 20px;
	color: white;
}

.menu-navigation-content a:hover {
	color: white;

}

.menu-navigation-close img {
	height: 100%;
}

#close-menu {
	font-size: 20px;
}

.container-footer {
	padding-top: 10px;
	padding-bottom: 25px;
}

.container-fitscreen {
	width: 100%;
	min-height: calc(100vh - 108px);
}

@media (min-width: 768px) {

	.menu-navigation-content a {
		font-size: 45px;
	}
}

@media (min-width: 992px) {
	.navbar-dna-style, .menu-fullscreen {
		padding: 25px 10%;
	}

	.content-wrapper {
		padding: 0% 10%;
	}

	.menu-navigation-content a {
		font-size: 60px;
		transition: 300ms;
		color: #252525;
	}
}
