
.outfit-<uniquifier> {
  font-family: "Outfit", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.noto-serif-<uniquifier> {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.pt-sans-regular {
  font-family: "PT Sans", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", serif;
  font-weight: 700;
  font-style: italic;
}


.montserrat-<uniquifier> {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* END FONT */

body{
	font-family: "Outfit", serif;
	font-size: 1.20em;
}

header{
	background-color: #359EFF;
	background-color: white;
}

header, section, footer{
	padding: 50px 20px;
}

header{
	margin-bottom: 2em;
}

h1{
	font-weight: 600;
	text-transform: uppercase;
	padding: 40px;
	font-size: 4.5em;
	font-family: "Montserrat", serif;
}

h2{
	font-family: "Montserrat", serif;
	line-height: 1.5em;
}

h3{
	padding:20px;
	padding-bottom: 50px;
	font-size: 3em;
	font-weight: 600;

	text-transform: uppercase;
}

h4{
	padding: 10px;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 1.55em;
}

h1, h2, h3, h4, h5, h6{
	text-align: center;
}

.logo{
	width:200px;
	margin: auto;
}

#cgv-header h1{
	font-size: 2.5em;
}

#cgv-header .logo{
	width:100px;
}

#cgv-services h3{
	font-size: 1.25em;
	text-align: left;
	padding: 2em 10px;
}

.height-100px{
	height:100px;
}

.width-150px{
	height:150px;
}

.font-size-large{
	font-size: 1.5em;
}

.service-div{
	height: 100px;
	width: 150px;
	margin: auto;
}

.service-icon{
	height: 100%;
	margin: auto;
}

.service-icon-long{
	width:100%;
	margin: auto;
}

.card-service{
	background-color: white;
	border-radius: 25px;
	padding: 15px 25px;
}

.card-service p{
	text-align: center;
	font-size: 1em;
}

.card-service-middle{
	margin: 0 20px;
}

.card-service-left{
	margin-left: 10px;
}

.card-service-right{
	margin-right: 10px;
}

.center{
	text-align: center;
}

.white{
	color: white;
}

.blue{
	color: #00BAFF;
	color: #359EFF;
}

.soft-blue-bg{
	background-color:#9BCFFF;
}

.soft-blue-bg2{
	background-color:#CEE8FF;
}

.soft-blue-bg3{
	background-color:#E0F1FF;
}

.blue-bg{
	background-color:#359EFF;
}

.container-fluid{
	padding: 50px;
}

.btn-lg{
	font-size: 1.75rem;
}

.project-view img.width-75{
	width: 75%;
}

.project-view {
	height:450px;
	overflow-y: scroll;
}

.video-view{
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-view iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.project-view img{
	width: 100%;
}


footer a{
	color: black;
}

footer a:hover{
	color:white;
}

.card-service, .card-service-middle{
	width: 33%;
}

.hidden{
	display: none;
}

@media (max-width: 1450px) { 
	.logo{
		width: 150px;
		margin-bottom: 1em;
	}

	h1{
		font-size: 3em;
		padding-bottom: 0;
	}
}

@media (max-width: 1000px) { 
	.logo{
		width: 150px;
		margin-bottom: 1em;
	}

	h1{
		font-size: 2.5em;
		padding-bottom: 0;
	}
	
	header h2{
		font-size: 1.25em;
	}
	
	#contact h3{
		font-size: 2em;
		padding-bottom: 10px;
	}
	
	 #price h3{
		font-size: 2.5em;
		
	 }
	
	footer{
		padding-top:2em !important;
		padding-bottom: 1em !important;
	}
	
	header{
		margin-bottom: 3em;
	}
	
	#services{
		padding-top: 3em;
	}
	
	#cgv-services{
		padding-bottom: 3em;
	}
	
	.card-service, .card-service-middle{
		width: 50%;
	}
	
	.font-size-large{
		font-size: 1.25em;
	}
	
	.container-fluid{
		padding: 20px;
	}
	
	.container{
		max-width:90%;
	}
}


@media (max-width: 900px) { 
	#services{
		padding-top: 1em;
	}
	
	#price{
		padding-top: 0;
		padding-bottom: 5px;
	}
	
	#rules{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	#rules hr{
		margin: 2em 0 !important;
	}
	
	.container-fluid{
		padding: 20px;
	}

	.logo{
		width: 150px;
		display:block;
		margin-bottom: 1em;
	}

	h1, h3{
		font-size: 2em;
	}
	
	h1{
		padding-top:10px;
		padding-bottom: 1em;
	}
	
	header{
		margin-bottom: 1em;
	}
	
	.font-size-large{
		font-size: 1.15em;
	}
	
	.row{
		display: block;
		margin: 0;
	}
	
	.card-service, .card-service-middle{
		margin: 10px auto;
		width: 90%;
	}
	
	#rules{
		padding-bottom: 3em;
	}
	
	#services h3{
		margin-top: 1em;
	}
	
	#services .mb-5{
		margin-bottom: 0px !important;
	}
	
	#services .font-size-large.mb-5{
		margin-bottom: 2em !important;
	}
	
	#price h3, #contact h3{
		font-size: 1.5em;
	}
	
	#price h2{
		font-size: 1.15em;
	}
	
	#contact{
		margin-top: 1em !important;
		margin-bottom: 2em !important;
	}
	
	#contact .mt-5{
		margin-top: 0px !important;
	}
	
	#contact h3{
		margin-bottom: 1em;
	}
	
	footer{
		padding-top: 2em !important;
		padding-bottom: 1em !important;
	}
}

@media (max-width: 580px) { 

	h1, #cgv-header h1{
		font-size: 1.8em;
	}
	
	h3{
		font-size: 1.5em;
	}
	
	#cgv-services{
		padding-top: 2em;
		padding-bottom: 2em;
	}
	
	footer.container-fluid{
		padding-top: 3em !important;
		padding-bottom: 2em !important;
	}
	
	#cgv-services h3{
		padding: 1em 10px;
	}
	
	header h2{
		font-size : 1.15em;
	}
	
	.container{
		padding: 0;
		margin:0;
		max-width: 100%;
	}
	
	.font-size-large{
		font-size: 1.05em;
	}
	
	#services h3{
		margin-top: 0;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.btn-lg {
		font-size: 1.5rem;
	}
	
	#contact h3{
		margin-bottom:2em;
	}
	
	.row{
		width:auto;
		max-width: none;
	}
	
	#price h2{
		font-size:1em;
	}
	
	#contact h3{
		font-size: 1.2em;
		padding: 0;
	}
	
	#contact{
		margin-top: 2em !important;
	}
}
