
body{
	background: #b0c700;
	/*border: 15px solid #b9007c;*/
   overflow-x: hidden;
}

a:hover{
 text-decoration: none;

}

.main-content {
    min-height: calc(100vh - 35px); /* Subtracting the footer's height */
}

.float-right{
   float: right;
}

.navbar{
   margin-bottom: 100px;
}

.video-container {
    position: relative;
    overflow: hidden;
    width: 100%; 
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.center_parent {
    text-align: center;
    width: 100%;
    max-width: 1000px; 
    margin: 0 auto;
}

.center_parent a{
   text-decoration: none;
}

.main_img{
    margin-bottom: 20px;
    position: relative;
    left: 2%;
    z-index: -1;
}

.large_button{
	 color: white;
    padding: 25px;
    font-size: 2.25em;
    border: 5px solid #ab0069;
    border-radius: 5px;
    width: 30%;
    margin: 0 auto;
    background: #ab0069;
    opacity: 0.9;
    width: 80%;
    font-size: 4vw;

}

.large_button:hover{
	opacity: 1;
	background: #80004e;
    border: 5px solid  #80004e;

    /*white-space: nowrap;*/
}

.custom_button{
    padding: 10px;
    font-size: 1em;
    border: 5px solid;
    border-radius: 5px;
    margin: 0 auto;
  	opacity: 0.9;
   text-decoration: none;
    /*white-space: nowrap;*/
}

.white{
	background: white;
	border-color: white;
	color: black;
}
.white:hover{
color: black;
opacity: 1;

}


.default_hl{
	 font-size: 50px;
    color: white;
    padding: 16px;
    margin-bottom: 8px;
}

.brush_icon {
    background-image: url(../assets/gui/sketchyIcons/svg/brush.svg);
    width: 10px;
    height: 10px;
    display: inline-block;
}


.footer-stripe {
    background-color: #ab0069;
    height: 35px; /* Set the height */
    line-height: 35px; /* Center the text vertically */
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px; /* Padding on both sides */
    margin-top: 45px;
    width: calc(100% + 20px);
}

.footer-stripe a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.footer-stripe a:hover {
    text-decoration: underline;
}

.footer-stripe a:first-child {
    border-right: 1px solid white;
    padding-right: 15px; /* Add some space between the border and the text */
    margin-right: 0px;
}


.modal-content {
    background: #e0e7ae;
}

.modal-header {
    border-bottom: 2px solid #b9007c; /* Adjust the border thickness (2px) as needed */
}

@media (min-width: 768px) {
    .large_button {
        width: 30%; /* Original width for larger screens */
        font-size: 2.25em; /* Original font size for larger screens */
    }
}

@media (max-width: 1300px) {
    .main_img{
      left: 0%;
    }
}

