@import url("navbar_stylesheet.css");
@import url("service.css");
@import url("about.css");
@import url("media.css");



html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
    box-sizing: content-box;
    max-width: 2500px;
    margin: auto;
    font-weight: bold;
    background-color: #010101;
}



.center{  
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
}


/* Main Page Style */

#carous h3{
 	color: rgba(255, 255, 255, 0.95);
 	text-shadow: 2px 2px 2px black;
 }

#carous p{
 	color: rgba(255, 153, 0, 0.95);
 	text-shadow: 1px 1px 1px black;
 }


#home {
	font-family: "Audiowide";
    /*background-color: #3a3636e4;*/
    background-image: url("../images/wp.png");
    background-repeat: no-repeat;
  	background-size: auto;
    color:#3d3d5c;
    text-shadow: 2px 2px 5px black;
    font-size:2.5vw;
}


/* Contact Section Style */

#contact a{
    font-family: "Exo";
    text-decoration: none;
    color:#5272cc;
}
#contact a:hover{
	color:white;}


.nortia img{
	width:auto;
	height:30vw;
} 


/* Footer Style */
#footer {
	width:100%;
	background-color: rgba(17, 18, 18, 0.868);
	border-radius: 10px;
	}

#footer p{
	padding:18px;
	font-family: "Caveat";
	font-size: 150%;
	color:rgba(255, 153, 0, 0.25);
	}