.container{
	width:1050px;
	margin:auto !important;
	display:block !important;
}
.wp-block-navigation .wp-block-navigation-item__label{
	font-size:16px;
}

.wp-block-button.is-style-outline .wp-block-button__link{
		font-size:16px;
	
}
body hr.wp-block-separator{
	margin: 15px 0;
}
.hero h1{
	font-size:50px;
}
.hero > div > .wp-block-group p{
	font-size:14px
}
.hero {
    padding: 80px 0 80px;
}
.wp-container-core-columns-is-layout-13{
	margin-top:20px !important;
}
.wp-block-button.big .wp-block-button__link {
	height: 70px;
}
.mbox{
	border:1px solid #e2e2e2;
	padding:20px;
	margin:5px !important;
	border-radius:15px;
}
.mbox p{
	line-height:1.7em;
	
}
	.about {
    padding-bottom: 60px;
}
.contacts {
    padding: 60px 0 0;
}
.wp-container-core-columns-is-layout-11{
	margin-top:30px !important;
}

.is-style-outline{
	font-size: 13px;
    line-height: 25px;
}
.is-style-outline svg{
width: 20px;
    float: left;
    height: 20px;
    
	margin-right: 10px;
    margin-top: 2px;
}
@media (min-width: 782px) {
    .course-slider {
        width: 1050px;
    }
}
@media screen and (max-width:782px){
	.is-style-outline svg{
		display:;
	}
	#topbar > div:nth-child(3) {
		grid-column-start: 3;
	}
	.hero h1 {
    font-size: 33px;
}
	.wp-block-navigation {
    gap: 15px;
}
	
	.wp-container-core-columns-is-layout-13 {
    text-align: center;
}
	.has-text-align-right{
		  text-align: center;
	}
	.hero {
    padding: 30px 0 30px;
}
	.about {
    padding-bottom: 30px;
}
	.contacts {
    padding: 30px 0 0;
}
	.spc{
		display:;
	}
	.git{
		padding-top:30px;
	}
	.wp-block-button.is-style-outline .wp-block-button__link{
		font-size:13px;
	}

	
	/*	.mcenter{
		text-align:center;
	}*/
	.wp-container-core-group-is-layout-14{
		padding-top:20px;
	}
	}






/* SVG color for light mode (customize-support) */
body.customize-support #discord-icon path {
    fill: #000000; /* Black */
}

/* SVG color for dark mode */
body.dark-mode #discord-icon path {
    fill: #ffffff; /* White */
}


/* Default SVG color */
#discord-icon-outline svg path {
    fill: #000000; /* Black color by default */
}

/* SVG color for light mode (customize-support) */
body.customize-support #discord-icon-outline svg path {
    fill: #000000; /* Black for light mode */
}

/* SVG color for dark mode */
body.dark-mode #discord-icon-outline svg path {
    fill: #ffffff; /* White for dark mode */
}





/* Adjust the button width and center the content */
.wp-block-button.is-style-outline .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px; /* Adjust padding to control button size */
  max-width 200px; /* Set a max-width to make the button less wide */
  margin: 0 auto; /* Center the button if it has a max-width */
  text-align: center;
}

/* Style for the SVG icon */
.discord-icon {
  width: 24px; /* Adjust size as needed */
  height: 24px; /* Adjust size as needed */
  margin-right: 8px; /* Space between the icon and text */
}

/* Ensure the SVG and text align properly */
.button-content {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between SVG and text */
}



@media only screen and (max-width: 782px) {
    #topbar {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
	.mobiletext {
        text-align: center;
    }
}


